aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2010-10-07 16:35:17 +0200
committerJiri Denemark <jdenemar@redhat.com>2010-12-01 14:12:54 +0100
commit598b9fe4af09975d8da3daef1b37e89f8dfb4768 (patch)
treecf75ed0223e985ea8ecb2f11cd509094a7e4f20d /tests/cputestdata/x86-host-better.xml
parentcpu: Add support for overriding path to CPU map XML file (diff)
downloadlibvirt-598b9fe4af09975d8da3daef1b37e89f8dfb4768.tar.gz
libvirt-598b9fe4af09975d8da3daef1b37e89f8dfb4768.tar.bz2
libvirt-598b9fe4af09975d8da3daef1b37e89f8dfb4768.zip
tests: Add unit tests for internal CPU APIs
Diffstat (limited to 'tests/cputestdata/x86-host-better.xml')
-rw-r--r--tests/cputestdata/x86-host-better.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/cputestdata/x86-host-better.xml b/tests/cputestdata/x86-host-better.xml
new file mode 100644
index 000000000..8340f11e3
--- /dev/null
+++ b/tests/cputestdata/x86-host-better.xml
@@ -0,0 +1,20 @@
+<cpu>
+ <arch>x86_64</arch>
+ <model>Nehalem</model>
+ <vendor>Intel</vendor>
+ <topology sockets='2' cores='4' threads='1'/>
+ <feature name='dca'/>
+ <feature name='xtpr'/>
+ <feature name='tm2'/>
+ <feature name='est'/>
+ <feature name='vmx'/>
+ <feature name='ds_cpl'/>
+ <feature name='monitor'/>
+ <feature name='pbe'/>
+ <feature name='tm'/>
+ <feature name='ht'/>
+ <feature name='ss'/>
+ <feature name='acpi'/>
+ <feature name='ds'/>
+ <feature name='vme'/>
+</cpu>