]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Use bootindex whenever possible
authorJiri Denemark <jdenemar@redhat.com>
Tue, 28 Jun 2016 20:15:25 +0000 (22:15 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 1 Jul 2016 10:20:54 +0000 (12:20 +0200)
commit0dd67acfa752123a297469ff873f47cefce95435
treef3536424a5f0cb127d85afe2bb37b6b4226cc37b
parent5343dd4a31815ea2f69dd7fbf64443cf6b3af5b3
qemu: Use bootindex whenever possible

I'm not sure why our code claimed "-boot menu=on" cannot be used in
combination with per-device bootindex, but it was proved wrong about
four years ago by commit 8c952908. Let's always use bootindex when QEMU
supports it.

https://bugzilla.redhat.com/show_bug.cgi?id=1323085

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-boot-menu-enable-bootindex.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-boot-menu-enable-bootindex.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c