Re: [Qemu-devel] [PATCH 02/15] block: Add driver-specific options for backing files

2013-04-15 Thread Eric Blake
On 04/12/2013 02:47 PM, Kevin Wolf wrote: > Options starting in "backing." are passed to the backing file now. If > you don't need to specify the filename for the backing file, you can add > it on the command line instead of in the image file: > > $ qemu-nbd -t /tmp/test.img > $ qemu-img create -f

[Qemu-devel] [PATCH 02/15] block: Add driver-specific options for backing files

2013-04-12 Thread Kevin Wolf
Options starting in "backing." are passed to the backing file now. If you don't need to specify the filename for the backing file, you can add it on the command line instead of in the image file: $ qemu-nbd -t /tmp/test.img $ qemu-img create -f qcow2 empty.qcow2 1G $ qemu-system-x86_64 -drive file