Add support for Alibaba cloud on aarch64
[virt-what.git] / configure.ac
index 9533294..a28a716 100644 (file)
@@ -1,5 +1,5 @@
 # virt-what
-# Copyright (C) 2008-2018 Red Hat Inc.
+# Copyright (C) 2008-2022 Red Hat Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_INIT([virt-what],[1.19])
+AC_INIT([virt-what],[1.25])
 AM_INIT_AUTOMAKE([foreign])
 
 dnl Check for basic C environment.
@@ -34,6 +34,8 @@ AM_CONDITIONAL([HOST_CPU_IA64], [ test "x$host_cpu" = "xia64" ])
 
 dnl List of tests.
 tests="\
+       alibaba-cloud-arm \
+       alibaba-cloud-x86 \
        aws-baremetal-x86 \
        aws-kvm-arm \
        aws-kvm-x86 \
@@ -41,8 +43,11 @@ tests="\
        baremetal \
        bhyve \
        docker \
+       esx-arm \
        esx4.1 \
+       google-cloud \
        hyperv \
+       illumos-lx \
        kvm \
        kvm-explicit-cpu \
        ldoms \
@@ -51,7 +56,10 @@ tests="\
        lkvm-arm \
        lx86 \
        lxc \
+       nutanix-ahv \
+       oci \
        parallels-desktop \
+       podman \
        ppc64-baremetal \
        ppc64-kvm \
        ppc64-lpar-dedicated \
@@ -65,6 +73,7 @@ tests="\
        rhel5-xen-domU-hvm-ia64 \
        rhel5-xen-domU-pv \
        rhev \
+       upcloud \
        vmm \
        xen-arm \
        zvm \
@@ -76,6 +85,8 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([virt-what],[chmod +x virt-what])
 AC_CONFIG_FILES([Makefile
                  tests/Makefile
+                 tests/alibaba-cloud-arm/Makefile
+                 tests/alibaba-cloud-x86/Makefile
                 tests/aws-baremetal-x86/Makefile
                 tests/aws-kvm-arm/Makefile
                 tests/aws-kvm-x86/Makefile
@@ -83,8 +94,11 @@ AC_CONFIG_FILES([Makefile
                 tests/baremetal/Makefile
                 tests/bhyve/Makefile
                 tests/docker/Makefile
+                tests/esx-arm/Makefile
                 tests/esx4.1/Makefile
+                tests/google-cloud/Makefile
                 tests/hyperv/Makefile
+                tests/illumos-lx/Makefile
                 tests/kvm/Makefile
                 tests/kvm-explicit-cpu/Makefile
                 tests/ldoms/Makefile
@@ -93,7 +107,10 @@ AC_CONFIG_FILES([Makefile
                 tests/lkvm-arm/Makefile
                 tests/lx86/Makefile
                 tests/lxc/Makefile
+                tests/nutanix-ahv/Makefile
+                tests/oci/Makefile
                 tests/parallels-desktop/Makefile
+                tests/podman/Makefile
                 tests/ppc64-baremetal/Makefile
                 tests/ppc64-kvm/Makefile
                 tests/ppc64-lpar-dedicated/Makefile
@@ -107,6 +124,7 @@ AC_CONFIG_FILES([Makefile
                 tests/rhel5-xen-domU-hvm-ia64/Makefile
                 tests/rhel5-xen-domU-pv/Makefile
                 tests/rhev/Makefile
+                tests/upcloud/Makefile
                 tests/vmm/Makefile
                 tests/xen-arm/Makefile
                 tests/zvm/Makefile