]> 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)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 5 Oct 2015 07:45:28 +0000 (09:45 +0200)
commit938368f8382ca94c5156c44ad85a06cf9e4f8f8f
tree59850bfa0bd5765f7843480eb46fd820e526020b
parent9869f24d08af1f0d5f45175117953704064556c2
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
src/qemu/qemu_capabilities.c