]> git.proxmox.com Git - mirror_qemu.git/commit - block/qcow2.c
qcow2: Pass BlockdevCreateOptions to qcow2_co_create()
authorKevin Wolf <kwolf@redhat.com>
Tue, 9 Jan 2018 18:44:33 +0000 (19:44 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 9 Mar 2018 14:17:47 +0000 (15:17 +0100)
commit29ca9e450dd0fd5961f5f3c12f8e983707ec71ed
tree4ab6a44967f042989ea032d156472c1450342ddb
parentcbf2b7c4045550353a08c0b182beef7a72e4f813
qcow2: Pass BlockdevCreateOptions to qcow2_co_create()

All of the simple options are now passed to qcow2_co_create() in a
BlockdevCreateOptions object. Still missing: node-name and the
encryption options.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
block/qcow2.c