qemu-e2k/include
Kevin Wolf 31ca6d077c block: Add driver-specific options for backing files
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=empty.qcow2,backing.file.driver=nbd,\
    backing.file.host=localhost

Note that this doesn't override the backing filename from the image. If
the image has one, this will fail because NBD doesn't want the options
and a filename at the same time.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2013-04-22 10:27:59 +02:00
..
block block: Add driver-specific options for backing files 2013-04-22 10:27:59 +02:00
disas
exec elfload: use abi_llong/ullong instead of target_llong/ullong 2013-04-18 14:12:31 +02:00
fpu
hw qdev: Drop taddr properties 2013-04-20 17:54:52 +00:00
migration
monitor
net
qapi
qemu bswap: fix compiler warning 2013-04-19 11:28:22 +02:00
qom
sysemu pci: add pci test device 2013-04-19 08:38:05 -05:00
ui Fix warnings suppressors to honor --disable-werror 2013-04-17 10:28:04 -05:00
config.h
elf.h
glib-compat.h
libfdt_env.h
qemu-common.h
trace.h