]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/Microvm/pcie: no vbeshim please
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 2 Jun 2022 08:42:14 +0000 (10:42 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 3 Jun 2022 09:06:44 +0000 (09:06 +0000)
Those old windows versions which need the vbeshim hack
will not run on microvm anyway.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
OvmfPkg/QemuVideoDxe/VbeShim.c

index 8faa146b6cce948d51d1f22803ac12fd114e2995..2a048211a823779dd53dcfe96776921697d6eb11 100644 (file)
@@ -156,6 +156,8 @@ InstallVbeShim (
     case INTEL_Q35_MCH_DEVICE_ID:\r
       Pam1Address = DRAMC_REGISTER_Q35 (MCH_PAM1);\r
       break;\r
+    case MICROVM_PSEUDO_DEVICE_ID:\r
+      return;\r
     default:\r
       DEBUG ((\r
         DEBUG_ERROR,\r