mirror of https://github.com/acidanthera/audk.git
OvmfPkg/Microvm: BdsPlatform: PciAcpiInitialization tweak.
Nothing to do here ;) Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3599 Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Jiewen Yao <Jiewen.yao@intel.com>
This commit is contained in:
parent
1d3e89f349
commit
2c467c9be2
|
@ -1241,6 +1241,8 @@ PciAcpiInitialization (
|
|||
PciWrite8 (PCI_LIB_ADDRESS (0, 0x1f, 0, 0x6a), PciHostIrqs[2]); // G
|
||||
PciWrite8 (PCI_LIB_ADDRESS (0, 0x1f, 0, 0x6b), PciHostIrqs[3]); // H
|
||||
break;
|
||||
case MICROVM_PSEUDO_DEVICE_ID:
|
||||
return;
|
||||
default:
|
||||
if (XenDetected ()) {
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue