summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/QemuVideoDxe
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2022-06-02 10:42:14 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-06-03 09:06:44 +0000
commitad3bafa7d5ec61848e9a86929ba7a7c7cbcc8eff (patch)
tree3d2a5d674f53579df4a9e98206d77207afbec28a /OvmfPkg/QemuVideoDxe
parent47f44097eb4783bccdde6d9f77857894f23a5216 (diff)
downloadedk2-ad3bafa7d5ec61848e9a86929ba7a7c7cbcc8eff.tar.gz
edk2-ad3bafa7d5ec61848e9a86929ba7a7c7cbcc8eff.tar.bz2
edk2-ad3bafa7d5ec61848e9a86929ba7a7c7cbcc8eff.zip
OvmfPkg/Microvm/pcie: no vbeshim please
Those old windows versions which need the vbeshim hack will not run on microvm anyway. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'OvmfPkg/QemuVideoDxe')
-rw-r--r--OvmfPkg/QemuVideoDxe/VbeShim.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/OvmfPkg/QemuVideoDxe/VbeShim.c b/OvmfPkg/QemuVideoDxe/VbeShim.c
index 8faa146b6c..2a048211a8 100644
--- a/OvmfPkg/QemuVideoDxe/VbeShim.c
+++ b/OvmfPkg/QemuVideoDxe/VbeShim.c
@@ -156,6 +156,8 @@ InstallVbeShim (
case INTEL_Q35_MCH_DEVICE_ID:
Pam1Address = DRAMC_REGISTER_Q35 (MCH_PAM1);
break;
+ case MICROVM_PSEUDO_DEVICE_ID:
+ return;
default:
DEBUG ((
DEBUG_ERROR,