]> xenbits.xensource.com Git - libvirt.git/commit
cpu: Add cpu test cases for PPC CPU driver.
authorLi Zhang <zhlcindy@linux.vnet.ibm.com>
Tue, 3 Sep 2013 06:28:25 +0000 (14:28 +0800)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 5 Sep 2013 11:31:10 +0000 (12:31 +0100)
commitceb2cec9aad1abd1a4e2eab59f7d2afc478191ed
tree1f63e1593634dbce0d751211fd79cc2179821367
parentb2a68c99c4c7f4d202dbb413209a94c6f3231e80
cpu: Add cpu test cases for PPC CPU driver.

This patch is to add cpu test casses for PPC CPU driver.

Signed-off-by: Li Zhang <zhlcindy@linux.vnet.ibm.com>
15 files changed:
tests/cputest.c
tests/cputestdata/ppc64-baseline-1-result.xml [new file with mode: 0644]
tests/cputestdata/ppc64-baseline-incompatible-vendors.xml [new file with mode: 0644]
tests/cputestdata/ppc64-baseline-no-vendor-result.xml [new file with mode: 0644]
tests/cputestdata/ppc64-baseline-no-vendor.xml [new file with mode: 0644]
tests/cputestdata/ppc64-exact.xml [new file with mode: 0644]
tests/cputestdata/ppc64-guest-nofallback.xml [new file with mode: 0644]
tests/cputestdata/ppc64-guest.xml [new file with mode: 0644]
tests/cputestdata/ppc64-host+guest,ppc_models-result.xml [new file with mode: 0644]
tests/cputestdata/ppc64-host+guest-nofallback,ppc_models,POWER7_v2.1-result.xml [new file with mode: 0644]
tests/cputestdata/ppc64-host.xml [new file with mode: 0644]
tests/cputestdata/ppc64-strict.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-pseries-cpu-exact.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-pseries-cpu-exact.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c