mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
ee12b78189
The actual CPU model in the data files is Penryn which makes the file name look rather strange. Well, one of them contains Nehalem, but that's a bug which will be fixed soon. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
6 lines
135 B
XML
6 lines
135 B
XML
<cpu match='exact'>
|
|
<model>Penryn</model>
|
|
<feature name='popcnt' policy='force'/>
|
|
<feature name='sse4.2' policy='force'/>
|
|
</cpu>
|