cloud-hypervisor/devices/src
Sebastien Boeuf 9dffc5da5c devices: ioapic: Always retrieve destination field on 8 bits
When the destination mode is physical, the destination field should
only be defined through bits 56-59, as defined in the IOAPIC spec. But
from the APIC specification, the APIC ID is always defined on 8 bits no
matter which destination mode is selected. That's why we always retrieve
the destination field based on bits 56-63.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-10-01 14:35:38 +01:00
..
legacy ch: Fix various misspelled words 2020-09-23 08:59:31 +01:00
acpi.rs devices, vm-device: Move BusDevice and Bus into vm-device 2020-09-10 09:35:38 +01:00
gic.rs devices: remove the migration traits for the Gic struct 2020-09-23 12:37:25 +01:00
interrupt_controller.rs devices: ioapic: Always retrieve destination field on 8 bits 2020-10-01 14:35:38 +01:00
ioapic.rs devices: ioapic: Always retrieve destination field on 8 bits 2020-10-01 14:35:38 +01:00
lib.rs devices, vm-device: Move BusDevice and Bus into vm-device 2020-09-10 09:35:38 +01:00