We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616b000 commit 3471b09Copy full SHA for 3471b09
CHANGELOG.md
@@ -1,10 +1,14 @@
1
# Changelog
2
## [Unreleased]
3
4
+### Added
5
+
6
+ - [[#140]](https://github.com/rust-vmm/vm-memory/issues/140): Add dirty bitmap tracking abstractions.
7
8
### Deprecated
9
10
- [[#133]](https://github.com/rust-vmm/vm-memory/issues/8): Deprecate `GuestMemory::with_regions()`,
- `GuestMemory::with_regions_mut()`, `GuestMemory::map_and_fold()`
11
+ `GuestMemory::with_regions_mut()`, `GuestMemory::map_and_fold()`.
12
13
## [v0.5.0]
14
coverage_config_x86_64.json
@@ -1,5 +1,5 @@
{
- "coverage_score": 85.4,
+ "coverage_score": 87.4,
"exclude_path": "mmap_windows.rs",
"crate_features": "backend-mmap,backend-atomic"
}
0 commit comments