crosvm/devices/src/irqchip
Andrew Walbran 00f1c9fd46 Update to the latest pKVM ABI.
This involves two main changes:
 * Protected VMs must be created with KVM_VM_TYPE_ARM_PROTECTED.
 * pVM firmware is now loaded by IPA rather than memslot ID.

There are also a lot of trivial changes because the ProtectionType enum
was moved from the devices crate to the hypervisor crate.

BUG=b:209794844
TEST=Will tested manually with patched kernel and dummy firmware

Change-Id: I1dd75e20063ca4736f155292ca5f70b94664fdd9
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3330204
Auto-Submit: Andrew Walbran <qwandor@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2022-01-04 19:35:27 +00:00
..
kvm Update to the latest pKVM ABI. 2022-01-04 19:35:27 +00:00
aarch64.rs
ioapic.rs devices: convert to ThisError and sort 2021-09-02 21:00:20 +00:00
mod.rs devices: Use Mutex to protect bus->devices 2021-10-21 05:42:49 +00:00
pic.rs devices: irqchip: rewrite if-let-else None with ? 2021-05-22 00:43:29 +00:00
x86_64.rs