mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
7e4dcf3a47
https://bugzilla.redhat.com/show_bug.cgi?id=1049391 The new tests would fail in various ways without the two previous commits.
11 lines
372 B
XML
11 lines
372 B
XML
<cpu mode='custom' match='exact'>
|
|
<model fallback='allow'>SandyBridge</model>
|
|
<vendor>Intel</vendor>
|
|
<feature policy='require' name='hypervisor'/>
|
|
<feature policy='require' name='osxsave'/>
|
|
<feature policy='require' name='pcid'/>
|
|
<feature policy='require' name='ss'/>
|
|
<feature policy='require' name='vme'/>
|
|
<feature policy='disable' name='rdtscp'/>
|
|
</cpu>
|