Add ARM support
authorAndrew Jones <drjones@redhat.com>
Fri, 27 Mar 2015 20:19:00 +0000 (21:19 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 31 Oct 2016 10:16:32 +0000 (06:16 -0400)
commitcbd3f731052c7ab7a24d7e2c8641b9c1553e9d25
tree71ccaaf5815a9329d4b4b874674529bce6832021
parent215017d61304ac3638548bd9c14d9d2b69a8fde9
Add ARM support

Currently only detects LKVM, QEMU/KVM, and Xen. Also only works if
the guest is booted with DT (which is the only way that currently
exists).

Signed-off-by: Andrew Jones <drjones@redhat.com>
(cherry picked from commit 87d670b4c8b4e4e0cc314736562a9a6612d555ef)
23 files changed:
Makefile.am
tests/lkvm-arm/proc/cpuinfo [new file with mode: 0644]
tests/lkvm-arm/proc/device-tree/compatible [new file with mode: 0644]
tests/lkvm-arm/proc/self/status [new file with mode: 0644]
tests/lkvm-arm/sbin/dmidecode [new file with mode: 0755]
tests/lkvm-arm/sbin/uname [new file with mode: 0755]
tests/lkvm-arm/sbin/virt-what-cpuid-helper [new file with mode: 0755]
tests/qemu-arm/proc/cpuinfo [new file with mode: 0644]
tests/qemu-arm/proc/device-tree/fw-cfg@9020000/compatible [new file with mode: 0644]
tests/qemu-arm/proc/self/status [new file with mode: 0644]
tests/qemu-arm/sbin/dmidecode [new file with mode: 0755]
tests/qemu-arm/sbin/uname [new file with mode: 0755]
tests/qemu-arm/sbin/virt-what-cpuid-helper [new file with mode: 0755]
tests/test-lkvm-arm.sh [new file with mode: 0755]
tests/test-qemu-arm.sh [new file with mode: 0755]
tests/test-xen-arm.sh [new file with mode: 0755]
tests/xen-arm/proc/cpuinfo [new file with mode: 0644]
tests/xen-arm/proc/device-tree/hypervisor/compatible [new file with mode: 0644]
tests/xen-arm/proc/self/status [new file with mode: 0644]
tests/xen-arm/sbin/dmidecode [new file with mode: 0755]
tests/xen-arm/sbin/uname [new file with mode: 0755]
tests/xen-arm/sbin/virt-what-cpuid-helper [new file with mode: 0755]
virt-what.in