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>
Fri, 27 Mar 2015 20:39:40 +0000 (20:39 +0000)
commit87d670b4c8b4e4e0cc314736562a9a6612d555ef
tree2dfb9b8a23dc66ff75473e168aacc264c69e1c55
parent18d21a55c9551b76f0cdb93cd8e7b127173f083b
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>
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