summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2012-03-09 14:31:47 +0100
committerJiri Denemark <jdenemar@redhat.com>2012-03-09 14:36:31 +0100
commit19e235026bdaff4122b6dd74e5642ecc536712f4 (patch)
tree5f51208e181e4d213df7db6d6f1a14e2ebc532fb /tests/cputestdata
parentconf: eliminate redundant VIR_ALLOC of 1st element of network DNS hosts. (diff)
downloadlibvirt-19e235026bdaff4122b6dd74e5642ecc536712f4.tar.gz
libvirt-19e235026bdaff4122b6dd74e5642ecc536712f4.tar.bz2
libvirt-19e235026bdaff4122b6dd74e5642ecc536712f4.zip
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/.
Diffstat (limited to 'tests/cputestdata')
-rw-r--r--tests/cputestdata/x86-baseline-no-vendor-result.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cputestdata/x86-baseline-no-vendor-result.xml b/tests/cputestdata/x86-baseline-no-vendor-result.xml
index 4b4921cf9..00e03b215 100644
--- a/tests/cputestdata/x86-baseline-no-vendor-result.xml
+++ b/tests/cputestdata/x86-baseline-no-vendor-result.xml
@@ -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>