Add support for Alibaba cloud on aarch64
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 10:30:51 +0000 (18:30 +0800)
commit805604762468b754ea60e5dc176fa26f68d211b8
tree1f78c7f0e850088555777990c5f4f0b0251f61e6
parent1b5cbb7ac2f1c3439d5a124127a63729c5136d8f
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
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