vmm, arch: Use IOAPIC constants from layout in DeviceManager

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2019-09-27 17:42:00 +01:00
committed by Sebastien Boeuf
parent 8207b2e97d
commit 162791b571
2 changed files with 3 additions and 5 deletions
+1
View File
@@ -75,6 +75,7 @@ pub const MEM_32BIT_DEVICES_SIZE: GuestUsize = (768 << 20);
// IOAPIC
pub const IOAPIC_START: GuestAddress = GuestAddress(0xfec0_0000);
pub const IOAPIC_SIZE: GuestUsize = 0x20;
// APIC
pub const APIC_START: GuestAddress = GuestAddress(0xfee0_0000);