mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 22:45:21 +00:00
f541c18593
https://bugzilla.redhat.com/show_bug.cgi?id=1049391
The new tests would fail in various ways without the two previous
commits.
(cherry picked from commit 7e4dcf3a47
)
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>
|