mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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
438 B
XML
19 lines
438 B
XML
<cpu>
|
|
<arch>x86_64</arch>
|
|
<model>EPYC</model>
|
|
<vendor>AMD</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>
|