]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Removed more AMD-specific features from cpu64-rhel* models
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 9 Mar 2012 13:31:47 +0000 (14:31 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 9 Mar 2012 13:36:31 +0000 (14:36 +0100)
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/.

src/cpu/cpu_map.xml
tests/cputestdata/x86-baseline-no-vendor-result.xml

index 7ef230ed85962f64b919cfaa471b765ddb40c893..6a6603bc9b20424d327b38cbf88129776c5ea6d1 100644 (file)
     </model>
 
     <model name='cpu64-rhel6'>
-      <feature name='abm'/>
       <feature name='apic'/>
       <feature name='clflush'/>
       <feature name='cmov'/>
       <feature name='sse'/>
       <feature name='sse2'/>
       <feature name='pni'/>
-      <feature name='sse4a'/>
       <feature name='syscall'/>
       <feature name='tsc'/>
     </model>
index 4b4921cf9308bf67e51570f4b54b6e05d05fae12..00e03b21526044d526acc41d976787b033a4c3b8 100644 (file)
@@ -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>