X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-what.in;h=b7d266b80cac966c2bcf747e92b6b6583b9139a1;hb=09094be5f2afa21bb5b8221580303f125fd90d0c;hp=d52171c02d6c07dae6f360aa1508ea0009c456a4;hpb=64863087d447dcb10e34259c220e6712dec3b846;p=virt-what.git diff --git a/virt-what.in b/virt-what.in index d52171c..b7d266b 100644 --- a/virt-what.in +++ b/virt-what.in @@ -264,6 +264,10 @@ elif [ "$arch" = "arm" ] || [ "$arch" = "aarch64" ]; then echo xen skip_qemu_kvm=true skip_lkvm=true + elif [ -d "${root}/proc/device-tree/hypervisor" ] && + grep -q "vmware" "${root}/proc/device-tree/hypervisor/compatible"; then + echo vmware + skip_lkvm=true fi elif [ "$arch" = "ia64" ]; then if [ -d "${root}/sys/bus/xen" -a ! -d "${root}/sys/bus/xen-backend" ]; then