cloud-hypervisor/devices
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
..
src devices: ioapic: Always retrieve destination field on 8 bits 2020-10-01 14:35:38 +01:00
Cargo.toml build(deps): bump libc from 0.2.77 to 0.2.78 2020-10-01 05:40:02 +00:00