Skip to content

Commit d0f7bc0

Browse files
HerlinCoderstudychao
authored andcommitted
virtio-device: update virtio devices to v0.3.0
update virtio devices to v0.3.0 Signed-off-by: Helin Guo <[email protected]>
1 parent ca47164 commit d0f7bc0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

crates/dbs-upcall/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ thiserror = "1"
1717
timerfd = "1.2.0"
1818

1919
dbs-utils = { path = "../dbs-utils", version = "0.2" }
20-
dbs-virtio-devices = { path = "../dbs-virtio-devices", version = "0.2", features = ["virtio-vsock"] }
20+
dbs-virtio-devices = { path = "../dbs-virtio-devices", version = "0.3", features = ["virtio-vsock"] }

crates/dbs-virtio-devices/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,11 @@
1919
- Update kvm-ioctls to v0.12.0
2020
- Update kvm-bindings to v0.6.0
2121
- Update virtio-queue to v0.6.0
22-
- Update Nydus API to adjust to the latest Nydus version
22+
- Update Nydus API to adjust to the latest Nydus version
23+
24+
## v0.3.0
25+
26+
### Added
27+
28+
- Add virtio-mem device
29+
- Add virtio-balloon device

crates/dbs-virtio-devices/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-virtio-devices"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Alibaba Dragonball Team"]
55
license = "Apache-2.0 AND BSD-3-Clause"
66
edition = "2018"

0 commit comments

Comments
 (0)