mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fixed Xen capabilities parsing & added test suite
This commit is contained in:
2
tests/xencapsdata/.cvsignore
Normal file
2
tests/xencapsdata/.cvsignore
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
tests/xencapsdata/Makefile.am
Normal file
2
tests/xencapsdata/Makefile.am
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
EXTRA_DIST = $(wildcard *.xml) $(wildcard *.cpuinfo) $(wildcard *.caps)
|
||||
1
tests/xencapsdata/xen-i686-pae-hvm.caps
Normal file
1
tests/xencapsdata/xen-i686-pae-hvm.caps
Normal file
@@ -0,0 +1 @@
|
||||
xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p
|
||||
38
tests/xencapsdata/xen-i686-pae-hvm.cpuinfo
Normal file
38
tests/xencapsdata/xen-i686-pae-hvm.cpuinfo
Normal file
@@ -0,0 +1,38 @@
|
||||
processor : 0
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 15
|
||||
model name : Intel(R) Core(TM)2 CPU T7600 @ 2.33GHz
|
||||
stepping : 6
|
||||
cpu MHz : 2327.560
|
||||
cache size : 4096 KB
|
||||
fdiv_bug : no
|
||||
hlt_bug : no
|
||||
f00f_bug : no
|
||||
coma_bug : no
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 10
|
||||
wp : yes
|
||||
flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
|
||||
bogomips : 5821.44
|
||||
|
||||
processor : 1
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 15
|
||||
model name : Intel(R) Core(TM)2 CPU T7600 @ 2.33GHz
|
||||
stepping : 6
|
||||
cpu MHz : 2327.560
|
||||
cache size : 4096 KB
|
||||
fdiv_bug : no
|
||||
hlt_bug : no
|
||||
f00f_bug : no
|
||||
coma_bug : no
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 10
|
||||
wp : yes
|
||||
flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
|
||||
bogomips : 5821.44
|
||||
|
||||
37
tests/xencapsdata/xen-i686-pae-hvm.xml
Normal file
37
tests/xencapsdata/xen-i686-pae-hvm.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<capabilities>
|
||||
<host>
|
||||
<cpu>
|
||||
<arch>i686</arch>
|
||||
<features>
|
||||
<vmx/>
|
||||
</features>
|
||||
</cpu>
|
||||
</host>
|
||||
|
||||
<guest>
|
||||
<os_type>xen</os_type>
|
||||
<arch name="i686">
|
||||
<wordsize>32</wordsize>
|
||||
<domain type="xen"></domain>
|
||||
</arch>
|
||||
<features>
|
||||
<pae/>
|
||||
</features>
|
||||
</guest>
|
||||
|
||||
<guest>
|
||||
<os_type>hvm</os_type>
|
||||
<arch name="i686">
|
||||
<wordsize>32</wordsize>
|
||||
<domain type="xen"></domain>
|
||||
<emulator>/usr/lib/xen/bin/qemu-dm</emulator>
|
||||
<machine>pc</machine>
|
||||
<machine>isapc</machine>
|
||||
<loader>/usr/lib/xen/boot/hvmloader</loader>
|
||||
</arch>
|
||||
<features>
|
||||
<pae/>
|
||||
<nonpae/>
|
||||
</features>
|
||||
</guest>
|
||||
</capabilities>
|
||||
1
tests/xencapsdata/xen-i686-pae.caps
Normal file
1
tests/xencapsdata/xen-i686-pae.caps
Normal file
@@ -0,0 +1 @@
|
||||
xen-3.0-x86_32p
|
||||
20
tests/xencapsdata/xen-i686-pae.cpuinfo
Normal file
20
tests/xencapsdata/xen-i686-pae.cpuinfo
Normal file
@@ -0,0 +1,20 @@
|
||||
processor : 0
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 15
|
||||
model name : Intel(R) Core(TM)2 CPU T7600 @ 2.33GHz
|
||||
stepping : 6
|
||||
cpu MHz : 2327.560
|
||||
cache size : 4096 KB
|
||||
fdiv_bug : no
|
||||
hlt_bug : no
|
||||
f00f_bug : no
|
||||
coma_bug : no
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 10
|
||||
wp : yes
|
||||
flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
|
||||
bogomips : 5821.44
|
||||
|
||||
|
||||
21
tests/xencapsdata/xen-i686-pae.xml
Normal file
21
tests/xencapsdata/xen-i686-pae.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<capabilities>
|
||||
<host>
|
||||
<cpu>
|
||||
<arch>i686</arch>
|
||||
<features>
|
||||
<vmx/>
|
||||
</features>
|
||||
</cpu>
|
||||
</host>
|
||||
|
||||
<guest>
|
||||
<os_type>xen</os_type>
|
||||
<arch name="i686">
|
||||
<wordsize>32</wordsize>
|
||||
<domain type="xen"></domain>
|
||||
</arch>
|
||||
<features>
|
||||
<pae/>
|
||||
</features>
|
||||
</guest>
|
||||
</capabilities>
|
||||
1
tests/xencapsdata/xen-i686.caps
Normal file
1
tests/xencapsdata/xen-i686.caps
Normal file
@@ -0,0 +1 @@
|
||||
xen-3.0-x86_32
|
||||
19
tests/xencapsdata/xen-i686.cpuinfo
Normal file
19
tests/xencapsdata/xen-i686.cpuinfo
Normal file
@@ -0,0 +1,19 @@
|
||||
processor : 0
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 15
|
||||
model name : Intel(R) Core(TM)2 CPU T7600 @ 2.33GHz
|
||||
stepping : 6
|
||||
cpu MHz : 2327.560
|
||||
cache size : 4096 KB
|
||||
fdiv_bug : no
|
||||
hlt_bug : no
|
||||
f00f_bug : no
|
||||
coma_bug : no
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 10
|
||||
wp : yes
|
||||
flags : fpu tsc msr mce cx8 apic mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor
|
||||
bogomips : 5821.44
|
||||
|
||||
20
tests/xencapsdata/xen-i686.xml
Normal file
20
tests/xencapsdata/xen-i686.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<capabilities>
|
||||
<host>
|
||||
<cpu>
|
||||
<arch>i686</arch>
|
||||
<features>
|
||||
</features>
|
||||
</cpu>
|
||||
</host>
|
||||
|
||||
<guest>
|
||||
<os_type>xen</os_type>
|
||||
<arch name="i686">
|
||||
<wordsize>32</wordsize>
|
||||
<domain type="xen"></domain>
|
||||
</arch>
|
||||
<features>
|
||||
<nonpae/>
|
||||
</features>
|
||||
</guest>
|
||||
</capabilities>
|
||||
1
tests/xencapsdata/xen-ia64-be-hvm.caps
Normal file
1
tests/xencapsdata/xen-ia64-be-hvm.caps
Normal file
@@ -0,0 +1 @@
|
||||
xen-3.0-ia64be hvm-3.0-ia64be
|
||||
29
tests/xencapsdata/xen-ia64-be-hvm.cpuinfo
Normal file
29
tests/xencapsdata/xen-ia64-be-hvm.cpuinfo
Normal file
@@ -0,0 +1,29 @@
|
||||
processor : 0
|
||||
vendor : Xen/ia64
|
||||
arch : IA-64
|
||||
family : 32
|
||||
model : 0
|
||||
revision : 7
|
||||
archrev : 0
|
||||
features : branchlong, 16-byte atomic ops
|
||||
cpu number : 0
|
||||
cpu regs : 4
|
||||
cpu MHz : 1594.000670
|
||||
itc MHz : 399.165930
|
||||
BogoMIPS : 3186.68
|
||||
siblings : 1
|
||||
|
||||
processor : 1
|
||||
vendor : Xen/ia64
|
||||
arch : IA-64
|
||||
family : 32
|
||||
model : 0
|
||||
revision : 7
|
||||
archrev : 0
|
||||
features : branchlong, 16-byte atomic ops
|
||||
cpu number : 0
|
||||
cpu regs : 4
|
||||
cpu MHz : 1594.000670
|
||||
itc MHz : 399.165930
|
||||
BogoMIPS : 3186.68
|
||||
siblings : 1
|
||||
35
tests/xencapsdata/xen-ia64-be-hvm.xml
Normal file
35
tests/xencapsdata/xen-ia64-be-hvm.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<capabilities>
|
||||
<host>
|
||||
<cpu>
|
||||
<arch>ia64</arch>
|
||||
<features>
|
||||
</features>
|
||||
</cpu>
|
||||
</host>
|
||||
|
||||
<guest>
|
||||
<os_type>xen</os_type>
|
||||
<arch name="ia64">
|
||||
<wordsize>64</wordsize>
|
||||
<domain type="xen"></domain>
|
||||
</arch>
|
||||
<features>
|
||||
<ia64_be/>
|
||||
</features>
|
||||
</guest>
|
||||
|
||||
<guest>
|
||||
<os_type>hvm</os_type>
|
||||
<arch name="ia64">
|
||||
<wordsize>64</wordsize>
|
||||
<domain type="xen"></domain>
|
||||
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator>
|
||||
<machine>pc</machine>
|
||||
<machine>isapc</machine>
|
||||
<loader>/usr/lib/xen/boot/hvmloader</loader>
|
||||
</arch>
|
||||
<features>
|
||||
<ia64_be/>
|
||||
</features>
|
||||
</guest>
|
||||
</capabilities>
|
||||
1
tests/xencapsdata/xen-ia64-be.caps
Normal file
1
tests/xencapsdata/xen-ia64-be.caps
Normal file
@@ -0,0 +1 @@
|
||||
xen-3.0-ia64be
|
||||
29
tests/xencapsdata/xen-ia64-be.cpuinfo
Normal file
29
tests/xencapsdata/xen-ia64-be.cpuinfo
Normal file
@@ -0,0 +1,29 @@
|
||||
processor : 0
|
||||
vendor : Xen/ia64
|
||||
arch : IA-64
|
||||
family : 32
|
||||
model : 0
|
||||
revision : 7
|
||||
archrev : 0
|
||||
features : branchlong, 16-byte atomic ops
|
||||
cpu number : 0
|
||||
cpu regs : 4
|
||||
cpu MHz : 1594.000670
|
||||
itc MHz : 399.165930
|
||||
BogoMIPS : 3186.68
|
||||
siblings : 1
|
||||
|
||||
processor : 1
|
||||
vendor : Xen/ia64
|
||||
arch : IA-64
|
||||
family : 32
|
||||
model : 0
|
||||
revision : 7
|
||||
archrev : 0
|
||||
features : branchlong, 16-byte atomic ops
|
||||
cpu number : 0
|
||||
cpu regs : 4
|
||||
cpu MHz : 1594.000670
|
||||
itc MHz : 399.165930
|
||||
BogoMIPS : 3186.68
|
||||
siblings : 1
|
||||
20
tests/xencapsdata/xen-ia64-be.xml
Normal file
20
tests/xencapsdata/xen-ia64-be.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<capabilities>
|
||||
<host>
|
||||
<cpu>
|
||||
<arch>ia64</arch>
|
||||
<features>
|
||||
</features>
|
||||
</cpu>
|
||||
</host>
|
||||
|
||||
<guest>
|
||||
<os_type>xen</os_type>
|
||||
<arch name="ia64">
|
||||
<wordsize>64</wordsize>
|
||||
<domain type="xen"></domain>
|
||||
</arch>
|
||||
<features>
|
||||
<ia64_be/>
|
||||
</features>
|
||||
</guest>
|
||||
</capabilities>
|
||||
1
tests/xencapsdata/xen-ia64-hvm.caps
Normal file
1
tests/xencapsdata/xen-ia64-hvm.caps
Normal file
@@ -0,0 +1 @@
|
||||
xen-3.0-ia64 hvm-3.0-ia64
|
||||
29
tests/xencapsdata/xen-ia64-hvm.cpuinfo
Normal file
29
tests/xencapsdata/xen-ia64-hvm.cpuinfo
Normal file
@@ -0,0 +1,29 @@
|
||||
processor : 0
|
||||
vendor : Xen/ia64
|
||||
arch : IA-64
|
||||
family : 32
|
||||
model : 0
|
||||
revision : 7
|
||||
archrev : 0
|
||||
features : branchlong, 16-byte atomic ops
|
||||
cpu number : 0
|
||||
cpu regs : 4
|
||||
cpu MHz : 1594.000670
|
||||
itc MHz : 399.165930
|
||||
BogoMIPS : 3186.68
|
||||
siblings : 1
|
||||
|
||||
processor : 1
|
||||
vendor : Xen/ia64
|
||||
arch : IA-64
|
||||
family : 32
|
||||
model : 0
|
||||
revision : 7
|
||||
archrev : 0
|
||||
features : branchlong, 16-byte atomic ops
|
||||
cpu number : 0
|
||||
cpu regs : 4
|
||||
cpu MHz : 1594.000670
|
||||
itc MHz : 399.165930
|
||||
BogoMIPS : 3186.68
|
||||
siblings : 1
|
||||
33
tests/xencapsdata/xen-ia64-hvm.xml
Normal file
33
tests/xencapsdata/xen-ia64-hvm.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<capabilities>
|
||||
<host>
|
||||
<cpu>
|
||||
<arch>ia64</arch>
|
||||
<features>
|
||||
</features>
|
||||
</cpu>
|
||||
</host>
|
||||
|
||||
<guest>
|
||||
<os_type>xen</os_type>
|
||||
<arch name="ia64">
|
||||
<wordsize>64</wordsize>
|
||||
<domain type="xen"></domain>
|
||||
</arch>
|
||||
<features>
|
||||
</features>
|
||||
</guest>
|
||||
|
||||
<guest>
|
||||
<os_type>hvm</os_type>
|
||||
<arch name="ia64">
|
||||
<wordsize>64</wordsize>
|
||||
<domain type="xen"></domain>
|
||||
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator>
|
||||
<machine>pc</machine>
|
||||
<machine>isapc</machine>
|
||||
<loader>/usr/lib/xen/boot/hvmloader</loader>
|
||||
</arch>
|
||||
<features>
|
||||
</features>
|
||||
</guest>
|
||||
</capabilities>
|
||||
1
tests/xencapsdata/xen-ia64.caps
Normal file
1
tests/xencapsdata/xen-ia64.caps
Normal file
@@ -0,0 +1 @@
|
||||
xen-3.0-ia64
|
||||
29
tests/xencapsdata/xen-ia64.cpuinfo
Normal file
29
tests/xencapsdata/xen-ia64.cpuinfo
Normal file
@@ -0,0 +1,29 @@
|
||||
processor : 0
|
||||
vendor : Xen/ia64
|
||||
arch : IA-64
|
||||
family : 32
|
||||
model : 0
|
||||
revision : 7
|
||||
archrev : 0
|
||||
features : branchlong, 16-byte atomic ops
|
||||
cpu number : 0
|
||||
cpu regs : 4
|
||||
cpu MHz : 1594.000670
|
||||
itc MHz : 399.165930
|
||||
BogoMIPS : 3186.68
|
||||
siblings : 1
|
||||
|
||||
processor : 1
|
||||
vendor : Xen/ia64
|
||||
arch : IA-64
|
||||
family : 32
|
||||
model : 0
|
||||
revision : 7
|
||||
archrev : 0
|
||||
features : branchlong, 16-byte atomic ops
|
||||
cpu number : 0
|
||||
cpu regs : 4
|
||||
cpu MHz : 1594.000670
|
||||
itc MHz : 399.165930
|
||||
BogoMIPS : 3186.68
|
||||
siblings : 1
|
||||
19
tests/xencapsdata/xen-ia64.xml
Normal file
19
tests/xencapsdata/xen-ia64.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<capabilities>
|
||||
<host>
|
||||
<cpu>
|
||||
<arch>ia64</arch>
|
||||
<features>
|
||||
</features>
|
||||
</cpu>
|
||||
</host>
|
||||
|
||||
<guest>
|
||||
<os_type>xen</os_type>
|
||||
<arch name="ia64">
|
||||
<wordsize>64</wordsize>
|
||||
<domain type="xen"></domain>
|
||||
</arch>
|
||||
<features>
|
||||
</features>
|
||||
</guest>
|
||||
</capabilities>
|
||||
1
tests/xencapsdata/xen-ppc64.caps
Normal file
1
tests/xencapsdata/xen-ppc64.caps
Normal file
@@ -0,0 +1 @@
|
||||
xen-3.0-powerpc64
|
||||
0
tests/xencapsdata/xen-ppc64.cpuinfo
Normal file
0
tests/xencapsdata/xen-ppc64.cpuinfo
Normal file
19
tests/xencapsdata/xen-ppc64.xml
Normal file
19
tests/xencapsdata/xen-ppc64.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<capabilities>
|
||||
<host>
|
||||
<cpu>
|
||||
<arch>ppc64</arch>
|
||||
<features>
|
||||
</features>
|
||||
</cpu>
|
||||
</host>
|
||||
|
||||
<guest>
|
||||
<os_type>xen</os_type>
|
||||
<arch name="ppc64">
|
||||
<wordsize>64</wordsize>
|
||||
<domain type="xen"></domain>
|
||||
</arch>
|
||||
<features>
|
||||
</features>
|
||||
</guest>
|
||||
</capabilities>
|
||||
1
tests/xencapsdata/xen-x86_64-hvm.caps
Normal file
1
tests/xencapsdata/xen-x86_64-hvm.caps
Normal file
@@ -0,0 +1 @@
|
||||
xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64
|
||||
47
tests/xencapsdata/xen-x86_64-hvm.cpuinfo
Normal file
47
tests/xencapsdata/xen-x86_64-hvm.cpuinfo
Normal file
@@ -0,0 +1,47 @@
|
||||
processor : 0
|
||||
vendor_id : AuthenticAMD
|
||||
cpu family : 15
|
||||
model : 67
|
||||
model name : AMD Athlon(tm) 64 X2 Dual Core Processor 5200+
|
||||
stepping : 2
|
||||
cpu MHz : 2600.000
|
||||
cache size : 1024 KB
|
||||
physical id : 0
|
||||
siblings : 1
|
||||
core id : 0
|
||||
cpu cores : 1
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 1
|
||||
wp : yes
|
||||
flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr8_legacy
|
||||
bogomips : 6469.52
|
||||
TLB size : 1024 4K pages
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management: ts fid vid ttp tm stc
|
||||
|
||||
processor : 1
|
||||
vendor_id : AuthenticAMD
|
||||
cpu family : 15
|
||||
model : 67
|
||||
model name : AMD Athlon(tm) 64 X2 Dual Core Processor 5200+
|
||||
stepping : 2
|
||||
cpu MHz : 2600.000
|
||||
cache size : 1024 KB
|
||||
physical id : 1
|
||||
siblings : 1
|
||||
core id : 0
|
||||
cpu cores : 1
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 1
|
||||
wp : yes
|
||||
flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr8_legacy
|
||||
bogomips : 6469.52
|
||||
TLB size : 1024 4K pages
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management: ts fid vid ttp tm stc
|
||||
50
tests/xencapsdata/xen-x86_64-hvm.xml
Normal file
50
tests/xencapsdata/xen-x86_64-hvm.xml
Normal file
@@ -0,0 +1,50 @@
|
||||
<capabilities>
|
||||
<host>
|
||||
<cpu>
|
||||
<arch>x86_64</arch>
|
||||
<features>
|
||||
<svm/>
|
||||
</features>
|
||||
</cpu>
|
||||
</host>
|
||||
|
||||
<guest>
|
||||
<os_type>xen</os_type>
|
||||
<arch name="x86_64">
|
||||
<wordsize>64</wordsize>
|
||||
<domain type="xen"></domain>
|
||||
</arch>
|
||||
<features>
|
||||
</features>
|
||||
</guest>
|
||||
|
||||
<guest>
|
||||
<os_type>hvm</os_type>
|
||||
<arch name="i686">
|
||||
<wordsize>32</wordsize>
|
||||
<domain type="xen"></domain>
|
||||
<emulator>/usr/lib/xen/bin/qemu-dm</emulator>
|
||||
<machine>pc</machine>
|
||||
<machine>isapc</machine>
|
||||
<loader>/usr/lib/xen/boot/hvmloader</loader>
|
||||
</arch>
|
||||
<features>
|
||||
<pae/>
|
||||
<nonpae/>
|
||||
</features>
|
||||
</guest>
|
||||
|
||||
<guest>
|
||||
<os_type>hvm</os_type>
|
||||
<arch name="x86_64">
|
||||
<wordsize>64</wordsize>
|
||||
<domain type="xen"></domain>
|
||||
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator>
|
||||
<machine>pc</machine>
|
||||
<machine>isapc</machine>
|
||||
<loader>/usr/lib/xen/boot/hvmloader</loader>
|
||||
</arch>
|
||||
<features>
|
||||
</features>
|
||||
</guest>
|
||||
</capabilities>
|
||||
1
tests/xencapsdata/xen-x86_64.caps
Normal file
1
tests/xencapsdata/xen-x86_64.caps
Normal file
@@ -0,0 +1 @@
|
||||
xen-3.0-x86_64
|
||||
47
tests/xencapsdata/xen-x86_64.cpuinfo
Normal file
47
tests/xencapsdata/xen-x86_64.cpuinfo
Normal file
@@ -0,0 +1,47 @@
|
||||
processor : 0
|
||||
vendor_id : AuthenticAMD
|
||||
cpu family : 15
|
||||
model : 67
|
||||
model name : AMD Athlon(tm) 64 X2 Dual Core Processor 5200+
|
||||
stepping : 2
|
||||
cpu MHz : 2600.000
|
||||
cache size : 1024 KB
|
||||
physical id : 0
|
||||
siblings : 1
|
||||
core id : 0
|
||||
cpu cores : 1
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 1
|
||||
wp : yes
|
||||
flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr8_legacy
|
||||
bogomips : 6469.52
|
||||
TLB size : 1024 4K pages
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management: ts fid vid ttp tm stc
|
||||
|
||||
processor : 1
|
||||
vendor_id : AuthenticAMD
|
||||
cpu family : 15
|
||||
model : 67
|
||||
model name : AMD Athlon(tm) 64 X2 Dual Core Processor 5200+
|
||||
stepping : 2
|
||||
cpu MHz : 2600.000
|
||||
cache size : 1024 KB
|
||||
physical id : 1
|
||||
siblings : 1
|
||||
core id : 0
|
||||
cpu cores : 1
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 1
|
||||
wp : yes
|
||||
flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow pni cx16 lahf_lm cmp_legacy svm cr8_legacy
|
||||
bogomips : 6469.52
|
||||
TLB size : 1024 4K pages
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management: ts fid vid ttp tm stc
|
||||
20
tests/xencapsdata/xen-x86_64.xml
Normal file
20
tests/xencapsdata/xen-x86_64.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<capabilities>
|
||||
<host>
|
||||
<cpu>
|
||||
<arch>x86_64</arch>
|
||||
<features>
|
||||
<svm/>
|
||||
</features>
|
||||
</cpu>
|
||||
</host>
|
||||
|
||||
<guest>
|
||||
<os_type>xen</os_type>
|
||||
<arch name="x86_64">
|
||||
<wordsize>64</wordsize>
|
||||
<domain type="xen"></domain>
|
||||
</arch>
|
||||
<features>
|
||||
</features>
|
||||
</guest>
|
||||
</capabilities>
|
||||
Reference in New Issue
Block a user