From: Richard W.M. Jones Date: Thu, 22 Jul 2021 07:58:16 +0000 (+0100) Subject: Display kvm/qemu fact for Nutanix AHV X-Git-Tag: v1.22~3 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=c7f55d08c9ab2aaf56ebd0d179491f4e15b5097c;p=virt-what.git Display kvm/qemu fact for Nutanix AHV Since these are based on KVM we should display those facts too. Thanks: Paolo Bonzini --- diff --git a/tests/nutanix-ahv/test.sh b/tests/nutanix-ahv/test.sh index a998dc0..d5d6af2 100755 --- a/tests/nutanix-ahv/test.sh +++ b/tests/nutanix-ahv/test.sh @@ -17,7 +17,8 @@ output="$(PATH=../..:$PATH virt-what --test-root=. 2>&1)" expected="nutanix_ahv -redhat" +redhat +kvm" if [ "$output" != "$expected" ]; then echo "$0: test failed because output did not match expected" diff --git a/virt-what.in b/virt-what.in index 850760e..d56c84f 100644 --- a/virt-what.in +++ b/virt-what.in @@ -232,11 +232,8 @@ if echo "$dmi" | grep -q 'Vendor: Parallels'; then fi # Check for Nutanix AHV. -# This is sufficiently different from KVM and has Viridian extensions, -# so skip the KVM test. if echo "$dmi" | grep -q 'Manufacturer: Nutanix'; then echo nutanix_ahv - skip_qemu_kvm=true fi # Check for oVirt/RHEV.