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 virtio devices to v0.3.0
Browse files Browse the repository at this point in the history
update virtio devices to v0.3.0

Signed-off-by: Helin Guo <helinguo@linux.alibaba.com>
  • Loading branch information
HerlinCoder authored and studychao committed Feb 28, 2023
1 parent ca47164 commit d0f7bc0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/dbs-upcall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ thiserror = "1"
timerfd = "1.2.0"

dbs-utils = { path = "../dbs-utils", version = "0.2" }
dbs-virtio-devices = { path = "../dbs-virtio-devices", version = "0.2", features = ["virtio-vsock"] }
dbs-virtio-devices = { path = "../dbs-virtio-devices", version = "0.3", features = ["virtio-vsock"] }
9 changes: 8 additions & 1 deletion crates/dbs-virtio-devices/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,11 @@
- Update kvm-ioctls to v0.12.0
- Update kvm-bindings to v0.6.0
- Update virtio-queue to v0.6.0
- Update Nydus API to adjust to the latest Nydus version
- Update Nydus API to adjust to the latest Nydus version

## v0.3.0

### Added

- Add virtio-mem device
- Add virtio-balloon device
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.2.0"
version = "0.3.0"
authors = ["Alibaba Dragonball Team"]
license = "Apache-2.0 AND BSD-3-Clause"
edition = "2018"
Expand Down

0 comments on commit d0f7bc0

Please sign in to comment.