mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
3944aba1df
While "x86" is a CPU sub driver name, it is not a recognized name of any architecture known to libvirt. Let's use "x86_64" prefix which can be used with virArch APIs. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
23 lines
505 B
XML
23 lines
505 B
XML
<cpu>
|
|
<arch>x86_64</arch>
|
|
<model>n270</model>
|
|
<vendor>Intel</vendor>
|
|
<feature name='ds'/>
|
|
<feature name='acpi'/>
|
|
<feature name='ss'/>
|
|
<feature name='ht'/>
|
|
<feature name='tm'/>
|
|
<feature name='pbe'/>
|
|
<feature name='dtes64'/>
|
|
<feature name='ds_cpl'/>
|
|
<feature name='est'/>
|
|
<feature name='tm2'/>
|
|
<feature name='cx16'/>
|
|
<feature name='xtpr'/>
|
|
<feature name='pdcm'/>
|
|
<feature name='movbe'/>
|
|
<feature name='syscall'/>
|
|
<feature name='lm'/>
|
|
<feature name='lahf_lm'/>
|
|
</cpu>
|