Skip to content

Commit 5bd7138

Browse files
alexandruagandreeaflorescu
authored andcommitted
update coverage and changelog
Signed-off-by: Alexandru Agache <[email protected]>
1 parent a8b902f commit 5bd7138

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22
## [Unreleased]
33

4+
### Added
5+
6+
- [[#140]](https://github.com/rust-vmm/vm-memory/issues/140): Add dirty bitmap tracking abstractions.
7+
48
### Deprecated
59

610
- [[#133]](https://github.com/rust-vmm/vm-memory/issues/8): Deprecate `GuestMemory::with_regions()`,
7-
`GuestMemory::with_regions_mut()`, `GuestMemory::map_and_fold()`
11+
`GuestMemory::with_regions_mut()`, `GuestMemory::map_and_fold()`.
812

913
## [v0.5.0]
1014

coverage_config_aarch64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"coverage_score": 85.2,
33
"exclude_path": "mmap_windows.rs",
4-
"crate_features": "backend-mmap,backend-atomic"
4+
"crate_features": "backend-mmap,backend-atomic,backend-bitmap"
55
}

coverage_config_x86_64.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"coverage_score": 85.4,
2+
"coverage_score": 87.5,
33
"exclude_path": "mmap_windows.rs",
4-
"crate_features": "backend-mmap,backend-atomic"
4+
"crate_features": "backend-mmap,backend-atomic,backend-bitmap"
55
}

0 commit comments

Comments
 (0)