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, 20 Jun 2016 12:30:29 +0000 (08:30 -0400)
commitb87a2d79ce8c5eee3a2f945b8eb00d893104fd10
treefc48d2e6961fa67e30add30d8a19571f1ea5668e
parent33277fafa3892b27d3d265863d33e89ac2eea55e
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