Skip to content

Commit b51f328

Browse files
HerlinCoderstudychao
authored andcommitted
dbs-address-space: update to v0.3.0
- add prot_flags to AddressSpaceRegion - add USABLE_END to get host memory size Signed-off-by: Helin Guo <[email protected]>
1 parent ec1130e commit b51f328

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

crates/dbs-address-space/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,11 @@
2626

2727
### Updated
2828

29-
- update vmm-sys-utils to v0.11.0
29+
- update vmm-sys-utils to v0.11.0
30+
31+
## v0.3.0
32+
33+
### Added
34+
35+
- add prot_flags to AddressSpaceRegion
36+
- add USABLE_END to get host memory size

crates/dbs-address-space/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dbs-address-space"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
authors = ["Alibaba Dragonball Team"]
55
description = "address space manager for virtual machines."
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)