cloud-hypervisor/arch/src/x86_64
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
..
gdt.rs cloud-hypervisor: Add proper licensing 2019-05-09 15:44:17 +02:00
interrupts.rs cloud-hypervisor: Add proper licensing 2019-05-09 15:44:17 +02:00
layout.rs arch: acpi, layout: Correctly calculate and expose PCI MMCONFIG area 2019-09-30 18:00:31 +01:00
mod.rs arch: vmm: Move ACPI tables creation to vmm crate 2019-11-07 14:02:27 +00:00
mptable.rs arch: Move address of MPTABLE to layout module 2019-09-27 11:48:30 -07:00
regs.rs cargo: Update to the latest kvm-ioctls version 2019-10-31 09:30:59 +01:00