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:30:44 +0000 (08:30 -0400)
commit0b7c28b283649783d011c059ef0321d349a0ce46
treef1956bf0c217350aafa948d947076f1445697233
parent8528efafcad59f0fde7e15860f19061c3af810fa
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