rust-vmm / vmm-reference

A VMM implementation based of rust-vmm components
Apache License 2.0
146 stars 61 forks source link

Reimplement create_fdt using the Builder Pattern #214

Closed uran0sH closed 2 years ago

uran0sH commented 2 years ago

Summary of the PR

In the future, we might add more parameters to the create_fdt. So it's convenient for us to add more parameters.

issue: #126

Requirements

Before submitting your PR, please make sure you addressed the following requirements: