]> git.proxmox.com Git - mirror_qemu.git/commit - block/raw-posix.c
block/raw: Add create_options for host_device
authorKevin Wolf <kwolf@redhat.com>
Thu, 1 Oct 2009 10:35:49 +0000 (12:35 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 5 Oct 2009 19:20:34 +0000 (14:20 -0500)
commit0b4ce02eb25e2aa85097d717040f0e1f83908593
treebec8c3c8e9911797bdda554cd1d078ea095c8761
parent850810d01b45e6ce99ac6696773e967890db2937
block/raw: Add create_options for host_device

Today host_devices have a create function, so they also need a create_options
field to prevent qemu-img from complaining.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
block/raw-posix.c