mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 05:11:14 +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>
7 lines
187 B
XML
7 lines
187 B
XML
<cpu mode='custom' match='exact'>
|
|
<arch>x86_64</arch>
|
|
<model fallback='allow'>Haswell</model>
|
|
<feature policy='disable' name='hle'/>
|
|
<feature policy='disable' name='rtm'/>
|
|
</cpu>
|