Add support for Alibaba cloud on aarch64 rhel-8.8
authorYongkui Guo <yoguo@redhat.com>
Mon, 30 Jan 2023 10:20:32 +0000 (18:20 +0800)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 30 Jan 2023 11:06:06 +0000 (11:06 +0000)
commit04b504c47e0dc43c82b0d413a253d0599ce83321
tree0d620861390815d2d31de7603cd9f03caacf0f43
parent54c2ad4a764658ec8a9aadc52c749eabf1de73a0
Add support for Alibaba cloud on aarch64

This assumes you are running RHEL or another tenant which supports
ACPI.  It probably won't work for guests using device tree.

Also we assume that the hypervisor is KVM.  Since the hypervisor
indicates that it is RHEL 7, this is very likely to be true, but hard
to prove since there is no CPUID on Arm.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2165285
(cherry picked from commit 805604762468b754ea60e5dc176fa26f68d211b8)
configure.ac
tests/alibaba-cloud-arm/Makefile.am [new file with mode: 0644]
tests/alibaba-cloud-arm/proc/cpuinfo [new file with mode: 0644]
tests/alibaba-cloud-arm/proc/self/status [new file with mode: 0644]
tests/alibaba-cloud-arm/sbin/dmidecode [new file with mode: 0755]
tests/alibaba-cloud-arm/sbin/uname [new file with mode: 0755]
tests/alibaba-cloud-arm/sbin/virt-what-cpuid-helper [new file with mode: 0755]
tests/alibaba-cloud-arm/test.sh [new file with mode: 0755]
virt-what.in