File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Added
6
6
7
- - Added FamStructWrapper for ` kvm_irq_routing ` type.
8
- - Added serde support for ` kvm_irq_routing ` and ` kvm_irq_routing_entry ` types.
9
-
10
7
### Changed
11
8
12
9
### Removed
13
10
11
+ ## [ 0.12.0]
12
+
13
+ ### Added
14
+
15
+ - [[ 323]] ( https://github.com/rust-vmm/kvm/pull/323 ) Upgrade vmm-sys-util to v0.14.0
16
+ - Added FamStructWrapper for ` kvm_irq_routing ` type.
17
+ - Added serde support for ` kvm_irq_routing ` and ` kvm_irq_routing_entry ` types.
18
+
14
19
## [ 0.11.1]
15
20
16
21
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kvm-bindings"
3
- version = " 0.11.1 "
3
+ version = " 0.12.0 "
4
4
authors = [" Amazon firecracker team <firecracker-devel@amazon.com>" ]
5
5
description = " Rust FFI bindings to KVM generated using bindgen."
6
6
repository = " https://github.com/rust-vmm/kvm"
Original file line number Diff line number Diff line change 2
2
3
3
## Upcoming Release
4
4
5
+ ## v0.22.0
6
+
7
+ ### Changed
8
+
9
+ - [[ #324 ]] ( https://github.com/rust-vmm/kvm/pull/324 ) Upgrade kvm-bindings to v0.12.0
10
+ - [[ #323 ]] ( https://github.com/rust-vmm/kvm/pull/323 ) Upgrade vmm-sys-util to v0.14.0
11
+
5
12
## v0.21.0
6
13
7
14
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kvm-ioctls"
3
- version = " 0.21 .0"
3
+ version = " 0.22 .0"
4
4
authors = [" Amazon Firecracker Team <firecracker-maintainers@amazon.com>" ]
5
5
description = " Safe wrappers over KVM ioctls"
6
6
repository = " https://github.com/rust-vmm/kvm"
@@ -11,7 +11,7 @@ edition = "2021"
11
11
12
12
[dependencies ]
13
13
libc = " 0.2.39"
14
- kvm-bindings = { path = " ../kvm-bindings" , version = " 0.11 .0" , features = [" fam-wrappers" ] }
14
+ kvm-bindings = { path = " ../kvm-bindings" , version = " 0.12 .0" , features = [" fam-wrappers" ] }
15
15
vmm-sys-util = { workspace = true }
16
16
bitflags = " 2.4.1"
17
17
You can’t perform that action at this time.
0 commit comments