rust-vmm / vm-memory

Virtual machine's guest memory crate
Apache License 2.0
306 stars 98 forks source link

Implement builder for MmapRegion v2 #155

Closed alexandruag closed 3 years ago

alexandruag commented 3 years ago

This PR is entirely based on Gerry's earlier PR from here, together with several changes with the aim of having a B: Bitmap trait bound (instead of B: NewBitmap) for the B generic type parameter of MmapRegionBuilder (a bit more context in this comment).