]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Add unit tests for internal CPU APIs
authorJiri Denemark <jdenemar@redhat.com>
Thu, 7 Oct 2010 14:35:17 +0000 (16:35 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 1 Dec 2010 13:12:54 +0000 (14:12 +0100)
commit598b9fe4af09975d8da3daef1b37e89f8dfb4768
treecf75ed0223e985ea8ecb2f11cd509094a7e4f20d
parent72bce49dcca92acf08a6ed65e30fdbc5cce5f094
tests: Add unit tests for internal CPU APIs
53 files changed:
tests/Makefile.am
tests/cputest.c [new file with mode: 0644]
tests/cputestdata/x86-baseline-1-result.xml [new file with mode: 0644]
tests/cputestdata/x86-baseline-1.xml [new file with mode: 0644]
tests/cputestdata/x86-baseline-2-result.xml [new file with mode: 0644]
tests/cputestdata/x86-baseline-2.xml [new file with mode: 0644]
tests/cputestdata/x86-baseline-incompatible-vendors.xml [new file with mode: 0644]
tests/cputestdata/x86-baseline-no-vendor-result.xml [new file with mode: 0644]
tests/cputestdata/x86-baseline-no-vendor.xml [new file with mode: 0644]
tests/cputestdata/x86-baseline-some-vendors-result.xml [new file with mode: 0644]
tests/cputestdata/x86-baseline-some-vendors.xml [new file with mode: 0644]
tests/cputestdata/x86-bogus-feature.xml [new file with mode: 0644]
tests/cputestdata/x86-bogus-model.xml [new file with mode: 0644]
tests/cputestdata/x86-bogus-vendor.xml [new file with mode: 0644]
tests/cputestdata/x86-exact-disable-extra.xml [new file with mode: 0644]
tests/cputestdata/x86-exact-disable.xml [new file with mode: 0644]
tests/cputestdata/x86-exact-disable2.xml [new file with mode: 0644]
tests/cputestdata/x86-exact-forbid-extra.xml [new file with mode: 0644]
tests/cputestdata/x86-exact-forbid.xml [new file with mode: 0644]
tests/cputestdata/x86-exact-force.xml [new file with mode: 0644]
tests/cputestdata/x86-exact-require-extra.xml [new file with mode: 0644]
tests/cputestdata/x86-exact-require.xml [new file with mode: 0644]
tests/cputestdata/x86-exact.xml [new file with mode: 0644]
tests/cputestdata/x86-guest.xml [new file with mode: 0644]
tests/cputestdata/x86-host+guest,model486-result.xml [new file with mode: 0644]
tests/cputestdata/x86-host+guest,models,Penryn-result.xml [new file with mode: 0644]
tests/cputestdata/x86-host+guest,models,qemu64-result.xml [new file with mode: 0644]
tests/cputestdata/x86-host+guest,models-result.xml [new file with mode: 0644]
tests/cputestdata/x86-host+guest-result.xml [new file with mode: 0644]
tests/cputestdata/x86-host+guest.xml [new file with mode: 0644]
tests/cputestdata/x86-host+min.xml [new file with mode: 0644]
tests/cputestdata/x86-host+nehalem-force-result.xml [new file with mode: 0644]
tests/cputestdata/x86-host+pentium3.xml [new file with mode: 0644]
tests/cputestdata/x86-host+strict-force-extra-result.xml [new file with mode: 0644]
tests/cputestdata/x86-host-amd-fake.xml [new file with mode: 0644]
tests/cputestdata/x86-host-amd.xml [new file with mode: 0644]
tests/cputestdata/x86-host-better+pentium3,core2duo-result.xml [new file with mode: 0644]
tests/cputestdata/x86-host-better+pentium3,pentium3-result.xml [new file with mode: 0644]
tests/cputestdata/x86-host-better+pentium3-result.xml [new file with mode: 0644]
tests/cputestdata/x86-host-better.xml [new file with mode: 0644]
tests/cputestdata/x86-host-incomp-arch.xml [new file with mode: 0644]
tests/cputestdata/x86-host-no-vendor.xml [new file with mode: 0644]
tests/cputestdata/x86-host-worse+guest-result.xml [new file with mode: 0644]
tests/cputestdata/x86-host-worse.xml [new file with mode: 0644]
tests/cputestdata/x86-host.xml [new file with mode: 0644]
tests/cputestdata/x86-min.xml [new file with mode: 0644]
tests/cputestdata/x86-nehalem-force.xml [new file with mode: 0644]
tests/cputestdata/x86-pentium3-amd.xml [new file with mode: 0644]
tests/cputestdata/x86-pentium3.xml [new file with mode: 0644]
tests/cputestdata/x86-strict-disable.xml [new file with mode: 0644]
tests/cputestdata/x86-strict-force-extra.xml [new file with mode: 0644]
tests/cputestdata/x86-strict-full.xml [new file with mode: 0644]
tests/cputestdata/x86-strict.xml [new file with mode: 0644]