Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
dbs-address-space: update to v0.3.0
Browse files Browse the repository at this point in the history
- add prot_flags to AddressSpaceRegion
- add USABLE_END to get host memory size

Signed-off-by: Helin Guo <[email protected]>
  • Loading branch information
HerlinCoder authored and studychao committed Mar 1, 2023
1 parent ec1130e commit b51f328
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion crates/dbs-address-space/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,11 @@

### Updated

- update vmm-sys-utils to v0.11.0
- update vmm-sys-utils to v0.11.0

## v0.3.0

### Added

- add prot_flags to AddressSpaceRegion
- add USABLE_END to get host memory size
2 changes: 1 addition & 1 deletion crates/dbs-address-space/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dbs-address-space"
version = "0.2.2"
version = "0.3.0"
authors = ["Alibaba Dragonball Team"]
description = "address space manager for virtual machines."
license = "Apache-2.0"
Expand Down

0 comments on commit b51f328

Please sign in to comment.