mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
3a7cd180a5
There's no reason for keeping the features in a linked list. Especially when we know upfront the total number of features we are loading. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
12 lines
401 B
XML
12 lines
401 B
XML
<cpu mode='custom' match='exact'>
|
|
<arch>x86_64</arch>
|
|
<model fallback='allow'>Penryn</model>
|
|
<feature policy='require' name='pbe'/>
|
|
<feature policy='require' name='monitor'/>
|
|
<feature policy='require' name='xtpr'/>
|
|
<feature policy='require' name='dca'/>
|
|
<feature policy='require' name='3dnowext'/>
|
|
<feature policy='require' name='svm'/>
|
|
<feature policy='disable' name='sse'/>
|
|
</cpu>
|