X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-what.in;h=ed08daefa291a28223dd95f7d18c541103469488;hb=18d21a55c9551b76f0cdb93cd8e7b127173f083b;hp=077007045e959ab69423feadee1df2bb3b30aaf2;hpb=bdb7404ca6221d6d18e1a4864aa2cd0698164a06;p=virt-what.git diff --git a/virt-what.in b/virt-what.in index 0770070..ed08dae 100644 --- a/virt-what.in +++ b/virt-what.in @@ -30,6 +30,7 @@ set -u root='' skip_qemu_kvm=false +skip_lkvm=false VERSION="@VERSION@" @@ -215,6 +216,7 @@ elif [ -d "${root}/proc/xen" ]; then echo xen-domU fi skip_qemu_kvm=true + skip_lkvm=true elif [ -f "${root}/sys/hypervisor/type" ] && grep -q "xen" "${root}/sys/hypervisor/type"; then # Ordinary kernel with pv_ops. There does not seem to be @@ -259,6 +261,12 @@ if ! "$skip_qemu_kvm"; then fi fi +if ! "$skip_lkvm"; then + if [ "$cpuid" = "LKVMLKVMLKVM" ]; then + echo lkvm + fi +fi + # Check for Docker. if [ -f "${root}/.dockerinit" ]; then echo docker