openanolis / dragonball-sandbox

Dragonball-sandbox is a collection of Rust crates to help build custom Virtual Machine Monitors and hypervisors.
Apache License 2.0
88 stars 41 forks source link

Refector fdt parameters on aarch64 #276

Closed xuejun-xj closed 1 year ago

xuejun-xj commented 1 year ago

There are too many parameters to construct fdt on aarch64. Abstract them in specific struct to reduce the number of parameters. Besides, fix some warnings of "cargo test".