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, 31 Oct 2016 10:16:46 +0000 (06:16 -0400)
commit46ca8e5f2c57dc012a3b0447c6326c0a6ac93434
tree85aebf80977e309c1c1af71e3a23f9010afadc71
parent0a970821762fd2ad80342086c476c41f410a182f
Add support for detecting ppc64 LPAR as virt guests.

https://bugzilla.redhat.com/show_bug.cgi?id=1072524#c13
(cherry picked from commit d5a6ad7fbbed356c9176c859356e2408519762c0)
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