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:
18
tests/cputestdata/x86_64-guest-nofallback.xml
Normal file
18
tests/cputestdata/x86_64-guest-nofallback.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<cpu match='exact'>
|
||||
<model fallback='forbid'>Penryn</model>
|
||||
<topology sockets='2' cores='4' threads='1'/>
|
||||
<!--feature name='sse4.1' policy='optional'/-->
|
||||
<feature name='dca' policy='optional'/>
|
||||
<feature name='xtpr' policy='optional'/>
|
||||
<feature name='sse4.2' policy='optional'/>
|
||||
<feature name='3dnow' policy='optional'/>
|
||||
<feature name='ssse3' policy='optional'/>
|
||||
<feature name='vmx' policy='disable'/>
|
||||
<feature name='ds_cpl' policy='disable'/>
|
||||
<feature name='sse' policy='disable'/>
|
||||
<feature name='monitor' policy='force'/>
|
||||
<feature name='pbe' policy='force'/>
|
||||
<feature name='3dnowext' policy='force'/>
|
||||
<feature name='svm' policy='force'/>
|
||||
<feature name='popcnt' policy='forbid'/>
|
||||
</cpu>
|
||||
Reference in New Issue
Block a user