Add support for detecting ppc64 LPAR as virt guests.
authorAdrian Likins <alikins@redhat.com>
Mon, 20 Jun 2016 11:57:27 +0000 (12:57 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 20 Jun 2016 12:05:37 +0000 (13:05 +0100)
commitd5a6ad7fbbed356c9176c859356e2408519762c0
tree1ccdf6abcf11610c9e2a30daabdb8f6be1329781
parent6fe2ebaec32d8f554749807bc21983506647a9d5
Add support for detecting ppc64 LPAR as virt guests.

https://bugzilla.redhat.com/show_bug.cgi?id=1072524#c13
26 files changed:
Makefile.am
tests/ppc64-baremetal/proc/cpuinfo [new file with mode: 0644]
tests/ppc64-baremetal/sbin/dmidecode [new file with mode: 0644]
tests/ppc64-baremetal/sbin/uname [new file with mode: 0644]
tests/ppc64-baremetal/sbin/virt-what-cpuid-helper [new file with mode: 0755]
tests/ppc64-kvm/proc/cpuinfo [new file with mode: 0644]
tests/ppc64-kvm/proc/self/status [new file with mode: 0644]
tests/ppc64-kvm/sbin/dmidecode [new file with mode: 0755]
tests/ppc64-kvm/sbin/uname [new file with mode: 0755]
tests/ppc64-kvm/sbin/virt-what-cpuid-helper [new file with mode: 0755]
tests/ppc64-lpar-dedicated/proc/cpuinfo [new file with mode: 0644]
tests/ppc64-lpar-dedicated/proc/ppc64/lparcfg [new file with mode: 0644]
tests/ppc64-lpar-dedicated/sbin/dmidecode [new file with mode: 0755]
tests/ppc64-lpar-dedicated/sbin/uname [new file with mode: 0755]
tests/ppc64-lpar-dedicated/sbin/virt-what-cpuid-helper [new file with mode: 0755]
tests/ppc64-lpar-shared/proc/cpuinfo [new file with mode: 0644]
tests/ppc64-lpar-shared/proc/ppc64/lparcfg [new file with mode: 0644]
tests/ppc64-lpar-shared/proc/self/status [new file with mode: 0644]
tests/ppc64-lpar-shared/sbin/dmidecode [new file with mode: 0755]
tests/ppc64-lpar-shared/sbin/uname [new file with mode: 0755]
tests/ppc64-lpar-shared/sbin/virt-what-cpuid-helper [new file with mode: 0755]
tests/test-ppc64-baremetal.sh [new file with mode: 0755]
tests/test-ppc64-kvm.sh [new file with mode: 0755]
tests/test-ppc64-lpar-dedicated.sh [new file with mode: 0755]
tests/test-ppc64-lpar-shared.sh [new file with mode: 0755]
virt-what.in