cloud-hypervisor/vmm
Sebastien Boeuf b99a3a7dc9 vmm: Factorize ACPI tables creation inside boot() function
Instead of having the ACPI tables being created both in x86_64 and
aarch64 implementations of configure_system(), we can remove the
duplicated code by moving the ACPI tables creation in vm.rs inside the
boot() function.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2021-09-30 06:35:55 -07:00
..
src vmm: Factorize ACPI tables creation inside boot() function 2021-09-30 06:35:55 -07:00
Cargo.toml build: bump libc from 0.2.102 to 0.2.103 2021-09-28 10:45:35 +00:00