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

Add numa passthrough support on aarch64 #275

Closed xuejun-xj closed 1 year ago

xuejun-xj commented 1 year ago

We need to get numa region information from vm config on aarch64. Then write the related attributes under cpu nodes and memory nodes in fdt to pass it into guest VM.