Add support for VMware ESXi on ARM
authorRazvan Corneliu <razvan.vilt@linux360.ro>
Mon, 10 May 2021 20:02:27 +0000 (21:02 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 10 May 2021 20:05:22 +0000 (21:05 +0100)
commit09094be5f2afa21bb5b8221580303f125fd90d0c
treef36db12008e6d97d006d1b4f4d0d091e60885068
parent64863087d447dcb10e34259c220e6712dec3b846
Add support for VMware ESXi on ARM

Virt-what doesn't recognize VMware VMs for AARCH64/ARM (with licensing
implications in ESXi Fling for ARM and Fusion v.Next for ARM). I've
created and attached a patch that adds both support for recognizing
ESXi and the automated tests for it.
configure.ac
tests/esx-arm/Makefile.am [new file with mode: 0644]
tests/esx-arm/proc/cpuinfo [new file with mode: 0644]
tests/esx-arm/proc/device-tree/hypervisor/compatible [new file with mode: 0644]
tests/esx-arm/proc/device-tree/hypervisor/name [new file with mode: 0644]
tests/esx-arm/proc/self/status [new file with mode: 0644]
tests/esx-arm/sbin/dmidecode [new file with mode: 0755]
tests/esx-arm/sbin/uname [new file with mode: 0755]
tests/esx-arm/sbin/virt-what-cpuid-helper [new file with mode: 0755]
tests/esx-arm/test.sh [new file with mode: 0755]
virt-what.in