mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
1d17f881a2
Qemu commit e900135dcfb67 ("i386: Add CPUID bit for CLZERO and XSAVEERPTR") adds support for CLZERO CPUID bit. This commit extends support for this CPUID bit into libvirt. Signed-off-by: Ani Sinha <ani.sinha@nutanix.com> Message-Id: <1575371352-99055-1-git-send-email-ani.sinha@nutanix.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
19 lines
442 B
XML
19 lines
442 B
XML
<cpu>
|
|
<arch>x86_64</arch>
|
|
<model>Dhyana</model>
|
|
<vendor>Hygon</vendor>
|
|
<feature name='ht'/>
|
|
<feature name='osxsave'/>
|
|
<feature name='xsaves'/>
|
|
<feature name='cmp_legacy'/>
|
|
<feature name='extapic'/>
|
|
<feature name='skinit'/>
|
|
<feature name='wdt'/>
|
|
<feature name='tce'/>
|
|
<feature name='topoext'/>
|
|
<feature name='perfctr_core'/>
|
|
<feature name='perfctr_nb'/>
|
|
<feature name='invtsc'/>
|
|
<feature name='clzero'/>
|
|
</cpu>
|