Fix support for Hyper-V on Arm
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 2 Jul 2024 08:45:10 +0000 (08:45 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 2 Jul 2024 08:45:10 +0000 (08:45 +0000)
commit49a17ec8438d01280750d52ae661c8c5c9fe9d07
treea1b170c68fc9144783525b46a7c719f6150105f1
parent1f0682ca1b24565ec95796a0fa0774793eafaed7
Fix support for Hyper-V on Arm

This architecture lacks CPUID so we must fall back to looking
at DMI data instead.

Reported-by: Yuxin Sun
Thanks: Dan Berrange
Fixes: https://issues.redhat.com/browse/RHEL-45834
configure.ac
tests/hyperv-arm/Makefile.am [new file with mode: 0644]
tests/hyperv-arm/proc/cpuinfo [new file with mode: 0644]
tests/hyperv-arm/proc/self/status [new file with mode: 0644]
tests/hyperv-arm/sbin/dmidecode [new file with mode: 0755]
tests/hyperv-arm/sbin/uname [new file with mode: 0755]
tests/hyperv-arm/sbin/virt-what-cpuid-helper [new file with mode: 0755]
tests/hyperv-arm/test.sh [new file with mode: 0755]
virt-what.in