mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 03:21:44 +03:00
a6f88cbd2d
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.
6 lines
138 B
XML
6 lines
138 B
XML
<cpu match='exact'>
|
|
<model fallback='allow'>Conroe</model>
|
|
<vendor>Intel</vendor>
|
|
<feature policy='disable' name='lahf_lm'/>
|
|
</cpu>
|