X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-what.in;h=59743c3fd4997ac8126e390253c6baeb5339a18b;hb=8640dad5eb60eced313359e7ecea19b07d77242f;hp=a61ce913210b6df81e00ce5cde71a08679a0df6f;hpb=71ef45e9543278e9920e449b71e0da269662ebc9;p=virt-what.git diff --git a/virt-what.in b/virt-what.in index a61ce91..59743c3 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