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>
This commit is contained in:
Gerd Hoffmann 2022-06-02 10:42:14 +02:00 committed by mergify[bot]
parent 47f44097eb
commit ad3bafa7d5
1 changed files with 2 additions and 0 deletions

View File

@ -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,