rust-vmm / vm-memory

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

Implement builder for MmapRegion #149

Closed jiangliu closed 3 years ago

jiangliu commented 3 years ago

Currently the MmapRegion provides several methods to create MmapRegion objects, but we often need to change the existing methods to support new functionalities. So it would be better to adopt Builder pattern and implement MmapRegionBuilder, so we could add new functionality without affecting existing users.

jiangliu commented 3 years ago

closed while #155