]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add conditions for qemu-kvm use on ppc64
authorAndrea Bolognani <abologna@redhat.com>
Wed, 30 Sep 2015 15:58:58 +0000 (11:58 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 23 Dec 2015 23:17:06 +0000 (18:17 -0500)
commit770ffbf8575e213bfb3951808f85e9682cdc114b
tree341152ef6a906d3daf0a6f969cfab4662ac3f927
parentf3ac5d6a6c68d6c8ba6b56299e1191354ec08b09
qemu: Add conditions for qemu-kvm use on ppc64

qemu-kvm can be used to run ppc64 guests on ppc64le hosts and vice
versa, since the hardware is actually the same and the endianness
is chosen by the guest kernel.

Up until now, however, libvirt didn't allow the use of qemu-kvm
to run guests if their endianness didn't match the host's.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1267882
(cherry picked from commit 938368f8382ca94c5156c44ad85a06cf9e4f8f8f)
src/qemu/qemu_capabilities.c