]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: Forbid model fallback in the ppc64 driver
authorAndrea Bolognani <abologna@redhat.com>
Fri, 7 Aug 2015 15:39:19 +0000 (17:39 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 11 Aug 2015 13:25:28 +0000 (15:25 +0200)
commit344d1675e84be60c024080afd74f0da6d25c5f6b
tree720868b39212a226006dd2fdd38c91c849a42139
parentdee2247afa78c66db737626acb30afe04bd7cdef
cpu: Forbid model fallback in the ppc64 driver

Unlike what happens on x86, on ppc64 you can't mix and match CPU
features to obtain the guest CPU you want regardless of the host
CPU, so the concept of model fallback doesn't apply.

Make sure CPU definitions emitted by the driver, eg. as output of
the cpuBaseline() and cpuUpdate() calls, reflect this fact.
src/cpu/cpu_ppc64.c