Add tests for KVM and QEMU.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 18 Jan 2011 17:36:30 +0000 (17:36 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 18 Jan 2011 17:36:46 +0000 (17:36 +0000)
commit45623caae6166fe7d0ce7ef396b9b58795bcfe6d
treefa3e25c9b947aebd8dee0acef81514fe6f9075dd
parentda0de94a68c0ca9c40f70dcf9123c4253e1d5664
Add tests for KVM and QEMU.

The data is taken from a RHEL 6.0 guest running on a Fedora 14 host
(x86_64 in both cases), using qemu-kvm and qemu-system-x86_64
respectively.

qemu-kvm-0.13.0-1.fc14.x86_64
qemu-system-x86-0.13.0-1.fc14.x86_64
Makefile.am
tests/kvm/proc/cpuinfo [new file with mode: 0644]
tests/kvm/sbin/dmidecode [new file with mode: 0755]
tests/kvm/sbin/id [new file with mode: 0755]
tests/kvm/sbin/virt-what-cpuid-helper [new file with mode: 0755]
tests/qemu/proc/cpuinfo [new file with mode: 0644]
tests/qemu/sbin/dmidecode [new file with mode: 0755]
tests/qemu/sbin/id [new file with mode: 0755]
tests/qemu/sbin/virt-what-cpuid-helper [new file with mode: 0755]
tests/test-kvm.sh [new file with mode: 0755]
tests/test-qemu.sh [new file with mode: 0755]