mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 12:49:24 +00:00
hv: Enumerate IOAPIC info from MADT
IOAPIC info, specifically ID, is needed to map the IOAPIC to corresponding DMAR. DMAR table in ACPI has a field that has IOAPIC ID, that matches the info provided in MADT. Both (IOAPIC info from MADT and from DMAR) is needed for remapping IOAPIC interrupts. Tracked-On: #2426 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
committed by
Eddie Dong
parent
fb6e9267f3
commit
4ff9f5dfb2
@@ -15,7 +15,6 @@
|
||||
/* APIC */
|
||||
#define LAPIC_BASE 0xFEE00000UL
|
||||
|
||||
#define NR_IOAPICS 1U
|
||||
#define IOAPIC0_BASE 0xFEC00000UL
|
||||
#define IOAPIC1_BASE 0UL
|
||||
|
||||
|
Reference in New Issue
Block a user