Message ID | 1457000154-23081-10-git-send-email-lersek@redhat.com |
---|---|
State | Accepted |
Commit | c789d61dcb6b1990133a947351f67751cf0c4e31 |
Headers | show |
diff --git a/OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.c b/OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.c index db260291b822..f1cefe416996 100644 --- a/OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.c +++ b/OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.c @@ -82,6 +82,8 @@ InitRootBridge ( EFI_PCI_ATTRIBUTE_VGA_PALETTE_IO_16; RootBus->Attributes = RootBus->Supports; + RootBus->DmaAbove4G = FALSE; + return EFI_OUT_OF_RESOURCES; }