rust-vmm / vm-memory

Virtual machine's guest memory crate
Apache License 2.0
309 stars 103 forks source link

Deprecate `GuestMemory` stopgap "iterator" methods #133

Closed Daniel-Aaron-Bloom closed 3 years ago

Daniel-Aaron-Bloom commented 3 years ago

with_regions, with_regions_mut and map_and_fold were just papering over the lack of iterator-based access to the regions in GuestMemory. After #130 closes out #8, they will no longer be needed and should be deprecated and eventually removed.