rust-vmm / vm-fdt

Apache License 2.0
14 stars 16 forks source link

update constructor of FdtWriter #20

Closed andreeaflorescu closed 3 years ago

andreeaflorescu commented 3 years ago

There is no need for users to pass an empty array as memory reservations. For the basic use case, the memory reservations are not needed, so users should not be aware of them.

To account for this, we create 2 constructors:

andreeaflorescu commented 3 years ago

@alexandruag I will merge them. In case @danielverkamp sees something wrong with them, we can provide updates in subsequent PRs.