X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-what.in;h=aee10cfc2656b4d29354f671dfe7e7791a0bad02;hb=15314ad0a6e3764f070b60f6df02a2f881b09fce;hp=1a373ed917597a8341bbd3b1c3100c00851046bf;hpb=3a3ed10c4ce2185d708c8c3a10dd6a71ca64e777;p=virt-what.git diff --git a/virt-what.in b/virt-what.in index 1a373ed..aee10cf 100644 --- a/virt-what.in +++ b/virt-what.in @@ -295,6 +295,9 @@ if ! "$skip_qemu_kvm"; then # another CPUID leaf for non-accelerated qemu. if grep -q 'QEMU' "${root}/proc/cpuinfo"; then echo qemu + # https://bugzilla.redhat.com/show_bug.cgi?id=1455676#c6 + elif grep -q 'emulated by qemu' "${root}/proc/cpuinfo"; then + echo qemu fi fi fi