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

Commit

Permalink
virtio-device: update to v0.3.1
Browse files Browse the repository at this point in the history
Fixed:
- Fixed #284, fix balloon pfn using u32
- Fixed #285, add Madvise error type

Signed-off-by: Helin Guo <[email protected]>
  • Loading branch information
HerlinCoder authored and studychao committed May 30, 2023
1 parent 3fbd6ff commit 8ed5e3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions crates/dbs-virtio-devices/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@

- Add virtio-mem device
- Add virtio-balloon device

## v0.3.1

### Fixed

- Fixed #284, fix balloon pfn using u32
- Fixed #285, add Madvise error type
2 changes: 1 addition & 1 deletion crates/dbs-virtio-devices/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dbs-virtio-devices"
version = "0.3.0"
version = "0.3.1"
authors = ["Alibaba Dragonball Team"]
license = "Apache-2.0 AND BSD-3-Clause"
edition = "2018"
Expand Down

0 comments on commit 8ed5e3f

Please sign in to comment.