mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
986be35f2e
Some feature words were not sorted correctly. Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
20 lines
788 B
XML
20 lines
788 B
XML
<cpu mode='custom' match='exact'>
|
|
<model fallback='allow'>qemu64</model>
|
|
<topology sockets='2' dies='1' clusters='1' cores='4' threads='1'/>
|
|
<feature policy='force' name='monitor'/>
|
|
<feature policy='require' name='ssse3'/>
|
|
<feature policy='require' name='xtpr'/>
|
|
<feature policy='require' name='dca'/>
|
|
<feature policy='require' name='sse4.1'/>
|
|
<feature policy='force' name='pbe'/>
|
|
<feature policy='require' name='lahf_lm'/>
|
|
<feature policy='force' name='3dnowext'/>
|
|
<feature policy='disable' name='sse'/>
|
|
<feature policy='disable' name='sse4.2'/>
|
|
<feature policy='disable' name='3dnow'/>
|
|
<feature policy='disable' name='vmx'/>
|
|
<feature policy='disable' name='ds_cpl'/>
|
|
<feature policy='force' name='svm'/>
|
|
<feature policy='forbid' name='popcnt'/>
|
|
</cpu>
|