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
583ac17f5d
libvirt
/
tests
/
cputestdata
/
ppc64-host+guest-compat-inc...
4 lines
72 B
XML
Raw
Normal View
History
Unescape
Escape
cpu_conf: Drop updateCPU from virCPUDefFormat In the past we updated host-model CPUs with host CPU data by adding a model and features, but keeping the host-model mode. And since the CPU model is not normally formatted for host-model CPU defs, we had to pass the updateCPU flag to the formatting code to be able to properly output updated host-model CPUs. Libvirt doesn't do this anymore, host-model CPUs are turned into custom mode CPUs once updated with host CPU data and thus there's no reason for keeping the hacks inside CPU XML formatters. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
2017-06-30 21:47:23 +08:00
<cpu
mode=
'host-model'
>
tests: Add some compatibility-related cases to the CPU tests
2015-08-14 22:45:18 +08:00
<model
fallback=
'allow'
>
power8
</model>
</cpu>