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:
Henry Wang
2021-05-07 10:34:37 +08:00
committed by Sebastien Boeuf
parent ae4e01adc9
commit 139621778b
4 changed files with 184 additions and 372 deletions
+1
View File
@@ -20,6 +20,7 @@ serde = {version = ">=1.0.27", features = ["rc"] }
serde_derive = ">=1.0.27"
serde_json = ">=1.0.9"
thiserror = "1.0"
vm-fdt = { git = "https://github.com/rust-vmm/vm-fdt", branch = "master" }
vm-memory = { version = "0.5.0", features = ["backend-mmap"] }
vm-migration = { path = "../vm-migration" }