]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove bootloader option from QEMU
authorJán Tomko <jtomko@redhat.com>
Wed, 18 Feb 2015 15:08:40 +0000 (16:08 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 2 Mar 2015 06:39:09 +0000 (07:39 +0100)
commit9aa316612aa74abf88b3eb97e1a0eda920dab94a
treedcae022a0ff8a89188e661133113e6021c405087
parent0c1aa8d7a6ef1e44dca7a68a38a31aacf1ee99e9
Remove bootloader option from QEMU

It was only supported by xenner (since commit 763a59d8),
for which we removed support in commit de9be0a.

Remove the code generating this command line option,
refuse to parse it and delete the outdated tests.

https://bugzilla.redhat.com/show_bug.cgi?id=1176050
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/qemuxml2argv-bootloader.args [deleted file]
tests/qemuxml2argvdata/qemuxml2argv-bootloader.xml [deleted file]
tests/qemuxml2argvdata/qemuxml2argv-input-xen.args [deleted file]
tests/qemuxml2argvdata/qemuxml2argv-input-xen.xml [deleted file]
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c