X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-what.in;h=9eafa0516fcefa977f57eeddd64571472bb11820;hb=01ea13d9813df93e294b0d9776d4cefd54b1609b;hp=f6854611baad9ffe330acd8719a5a7d6dd153113;hpb=147c648e950ef45b7a5b7b3e8cb30b89c435593b;p=virt-what.git diff --git a/virt-what.in b/virt-what.in index f685461..9eafa05 100644 --- a/virt-what.in +++ b/virt-what.in @@ -1,6 +1,6 @@ #!/bin/sh - # @configure_input@ -# Copyright (C) 2008-2017 Red Hat Inc. +# Copyright (C) 2008-2019 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 @@ -220,6 +220,14 @@ if echo "$dmi" | grep -q 'Vendor: Parallels'; then skip_qemu_kvm=true 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. if echo "$dmi" | grep -q 'Manufacturer: oVirt'; then echo ovirt