mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
arch: aarch64: Use vm_fdt crate methods
This commit moves the libfdt helpers to vm_fdt crate methods when creating the FDT. Signed-off-by: Henry Wang <Henry.Wang@arm.com>
This commit is contained in:
committed by
Sebastien Boeuf
parent
ae4e01adc9
commit
139621778b
@@ -18,6 +18,8 @@ extern crate log;
|
||||
extern crate acpi_tables;
|
||||
extern crate linux_loader;
|
||||
extern crate serde;
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
extern crate vm_fdt;
|
||||
extern crate vm_memory;
|
||||
extern crate vm_migration;
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
|
||||
Reference in New Issue
Block a user