Revert "Print 'qemu' fact when running in qemu environment on POWER 9 (RHBZ#1455676)."
[virt-what.git] / virt-what.in
index aee10cf..1a373ed 100644 (file)
@@ -295,9 +295,6 @@ 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