]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Check that '-drive format=' is supported before adding to qemu cmdline.
authorCole Robinson <crobinso@redhat.com>
Tue, 16 Jun 2009 15:17:10 +0000 (15:17 +0000)
committerCole Robinson <crobinso@redhat.com>
Tue, 16 Jun 2009 15:17:10 +0000 (15:17 +0000)
commit659bd66529fd5712bc0608561d62ffdd60c68484
tree53e612f33453fc84fca05db3a7b72c8617ae2d44
parentc9d9eddaa43f4bc4359298c12363e481b0f19cb1
Check that '-drive format=' is supported before adding to qemu cmdline.

Qemu < 0.10.0 did not support it, and virt-* tools now try to add this by
default, so it's extra important we ensure the option exists.
ChangeLog
src/qemu_conf.c
src/qemu_conf.h
tests/qemuhelptest.c
tests/qemuxml2argvtest.c