mirror of https://github.com/acidanthera/audk.git
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:
parent
47f44097eb
commit
ad3bafa7d5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue