Clean up create_fdt
function in src/vmm/src/arch/aarch64/fdt.rs
#4700
Labels
Good first issue
Indicates a good issue for first-time contributors
Priority: Low
Indicates that an issue or pull request should be resolved behind issues or pull requests labelled `
Status: Parked
Indicates that an issues or pull request will be revisited later
The
create_fdt
function has two eccentricities that can be cleaned up:std::hash::HashBuilder
, andGuestMemoryMmap
in the tests.See also #4687 (comment)
The text was updated successfully, but these errors were encountered: