X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=virt-what.in;fp=virt-what.in;h=4f0507490e0f396d0db379c54c35e954646dd9d1;hb=da3568b25a582603ba15690793c8867cc7c5d2a8;hp=ad82e224af50962f1aaee861b4260b4c2fcaa71b;hpb=54b726fa7c9687b692162488e8934a426f9fa6c3;p=virt-what.git diff --git a/virt-what.in b/virt-what.in index ad82e22..4f05074 100644 --- a/virt-what.in +++ b/virt-what.in @@ -326,6 +326,9 @@ if ! "$skip_qemu_kvm"; then elif echo "$dmi" | grep -q 'Product Name: KVM'; then echo kvm skip_lkvm=true + elif echo "$dmi" | grep -q 'Manufacturer: KVM'; then + echo kvm + skip_lkvm=true elif echo "$dmi" | grep -q 'Manufacturer: QEMU'; then # The test for KVM above failed, so now we know we're # not using KVM acceleration.