mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-20 18:32:20 +00:00
Removed more AMD-specific features from cpu64-rhel* models
We found few more AMD-specific features in cpu64-rhel* models that made it impossible to start qemu guest on Intel host (with this setting) even though qemu itself starts correctly with them. This impacts one test, thus the fix in tests/cputestdata/.
This commit is contained in:
parent
b5893b7b64
commit
19e235026b
@ -347,7 +347,6 @@
|
||||
</model>
|
||||
|
||||
<model name='cpu64-rhel6'>
|
||||
<feature name='abm'/>
|
||||
<feature name='apic'/>
|
||||
<feature name='clflush'/>
|
||||
<feature name='cmov'/>
|
||||
@ -373,7 +372,6 @@
|
||||
<feature name='sse'/>
|
||||
<feature name='sse2'/>
|
||||
<feature name='pni'/>
|
||||
<feature name='sse4a'/>
|
||||
<feature name='syscall'/>
|
||||
<feature name='tsc'/>
|
||||
</model>
|
||||
|
@ -1,4 +1,3 @@
|
||||
<cpu mode='custom' match='exact'>
|
||||
<model fallback='allow'>kvm64</model>
|
||||
<feature policy='require' name='lahf_lm'/>
|
||||
<model fallback='allow'>cpu64-rhel6</model>
|
||||
</cpu>
|
||||
|
Loading…
x
Reference in New Issue
Block a user