This website requires JavaScript.
Explore
Help
Sign In
NuKVM
/
libvirt
Watch
3
Star
0
Fork
0
You've already forked libvirt
mirror of
https://github.com/libvirt/libvirt.git
synced
2025-02-25 18:55:26 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a6f88cbd2d50596ec0a2e9d1bd6fedcaef8e904e
libvirt
/
tests
/
cputestdata
/
x86-host+nehalem-force-result.xml
5 lines
91 B
XML
Raw
Normal View
History
Unescape
Escape
tests: Add unit tests for internal CPU APIs
2010-10-07 16:35:17 +02:00
<cpu
match=
'exact'
>
<arch
>
x86_64
</arch>
cpu: Optionally forbid fallback CPU models In case a hypervisor doesn't support the exact CPU model requested by a domain XML, we automatically fallback to a closest CPU model the hypervisor supports (and make sure we add/remove any additional features if needed). This patch adds 'fallback' attribute to model element, which can be used to disable this automatic fallback.
2011-12-21 14:27:16 +01:00
<model
fallback=
'allow'
>
Nehalem
</model>
tests: Add unit tests for internal CPU APIs
2010-10-07 16:35:17 +02:00
</cpu>
Reference in New Issue
Copy Permalink