]> git.ipfire.org Git - thirdparty/libvirt.git/commit
S390: Override QEMU_CAPS_NO_ACPI for s390x
authorViktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
Fri, 22 Jun 2012 11:50:10 +0000 (13:50 +0200)
committerCole Robinson <crobinso@redhat.com>
Sun, 12 Aug 2012 23:21:18 +0000 (19:21 -0400)
commit2a6cfe8ee8268406f7d64be346dfe207fcd2c969
tree18afeeae5c73a95a4a53f53862890d05cbff6e2e
parent9fc5b7da1db2084f47aa13e387ee85d79ac49d6f
S390: Override QEMU_CAPS_NO_ACPI for s390x

Starting a KVM guest on s390 fails immediately. This is because
"qemu --help" reports -no-acpi even for the s390(x) architecture but
-no-acpi isn't supported there.
Workaround is to remove QEMU_CAPS_NO_ACPI from the capability set
after the version/capability extraction.

Signed-off-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
(cherry picked from commit 6a6c347118f0310157277d90c556cdd41b7e922c)

(crobinso: add Viktor to AUTHORS)
AUTHORS
src/qemu/qemu_capabilities.c