This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
libvirt
mirror of
https://gitee.com/openkylin/libvirt.git
Watch
9
Star
0
Fork
You've already forked libvirt
0
Code
Issues
Projects
Releases
Wiki
Activity
344d1675e8
libvirt
/
tests
/
cputestdata
/
ppc64-guest.xml
5 lines
104 B
XML
Raw
Normal View
History
Unescape
Escape
cpu: Add cpu test cases for PPC CPU driver. This patch is to add cpu test casses for PPC CPU driver. Signed-off-by: Li Zhang <zhlcindy@linux.vnet.ibm.com>
2013-09-03 14:28:25 +08:00
<cpu
match=
'exact'
>
cpu: CPU model names have to match on ppc64 Limitations of the POWER architecture mean that you can't run eg. a POWER7 guest on a POWER8 host when using KVM. This applies to all guests, not just those using VIR_CPU_MATCH_STRICT in the CPU definition; in fact, exact and strict CPU matching are basically the same on ppc64. This means, of course, that hosts using different CPUs have to be considered incompatible as well. Change ppc64Compute(), called by cpuGuestData(), to reflect this fact and update test cases accordingly. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1250977
2015-08-07 23:39:10 +08:00
<model
>
POWER7_v2.3
</model>
cpu: Add cpu test cases for PPC CPU driver. This patch is to add cpu test casses for PPC CPU driver. Signed-off-by: Li Zhang <zhlcindy@linux.vnet.ibm.com>
2013-09-03 14:28:25 +08:00
<topology
sockets=
'2'
cores=
'4'
threads=
'1'
/>
</cpu>