mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
cputest: Rename x86 data files
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>
This commit is contained in:
17
tests/cputestdata/x86_64-host-worse+guest-result.xml
Normal file
17
tests/cputestdata/x86_64-host-worse+guest-result.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<cpu mode='custom' match='exact'>
|
||||
<model fallback='allow'>Penryn</model>
|
||||
<topology sockets='2' cores='4' threads='1'/>
|
||||
<feature policy='disable' name='dca'/>
|
||||
<feature policy='disable' name='xtpr'/>
|
||||
<feature policy='disable' name='sse4.2'/>
|
||||
<feature policy='disable' name='3dnow'/>
|
||||
<feature policy='require' name='ssse3'/>
|
||||
<feature policy='disable' name='vmx'/>
|
||||
<feature policy='disable' name='ds_cpl'/>
|
||||
<feature policy='disable' name='sse'/>
|
||||
<feature policy='force' name='monitor'/>
|
||||
<feature policy='force' name='pbe'/>
|
||||
<feature policy='force' name='3dnowext'/>
|
||||
<feature policy='force' name='svm'/>
|
||||
<feature policy='forbid' name='popcnt'/>
|
||||
</cpu>
|
||||
Reference in New Issue
Block a user