cloud-hypervisor/arch/src/aarch64
Rob Bradford 0319a4a09a arch: vmm: Move ACPI tables creation to vmm crate
Remove ACPI table creation from arch crate to the vmm crate simplifying
arch::configure_system()

GuestAddress(0) is used to mean no RSDP table rather than adding
complexity with a conditional argument or an Option type as it will
evaluate to a zero value which would be the default anyway.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2019-11-07 14:02:27 +00:00
..
layout.rs cloud-hypervisor: Add the architecture crates 2019-05-07 18:40:40 +02:00
mod.rs arch: vmm: Move ACPI tables creation to vmm crate 2019-11-07 14:02:27 +00:00