]> xenbits.xensource.com Git - libvirt.git/commit
cpu: Better support for ppc64 compatibility modes
authorAndrea Bolognani <abologna@redhat.com>
Thu, 13 Aug 2015 15:50:37 +0000 (17:50 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 21 Aug 2015 22:42:33 +0000 (15:42 -0700)
commit2f913162ed615faa7227d7366b39fa59b23f233d
treee5d4bac1cccbd8fd545aa69a04850043e5a2b821
parent6d7c2f65c103c9b98baf595d14725e62651bdb1b
cpu: Better support for ppc64 compatibility modes

Not all combinations of host CPU models and compatibility modes
are valid, so we need to make sure we don't try to do something
that QEMU will reject.

Moreover, we need to apply a different logic to guests using
host-model and host-passthrough modes when testing them for host
compatibility.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1251927
src/cpu/cpu_ppc64.c