File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Upcoming Release
2
2
3
+ # v0.14.0
4
+
3
5
## Added
6
+
4
7
- [[ #219 ] ( https://github.com/rust-vmm/kvm-ioctls/pull/219 )] Support for
5
8
` KVM_GET_MSR_FEATURE_INDEX_LIST ` and ` KVM_GET_MSRS ` system ioctls.
6
9
- [[ #221 ] ( https://github.com/rust-vmm/kvm-ioctls/pull/221 )] Add
7
10
` Cap::ArmPmuV3 ` .
11
+
12
+ ## Changed
13
+
8
14
- [[ #223 ] ( https://github.com/rust-vmm/kvm-ioctls/pull/223 )] aarch64:
9
15
Updated ` get/set_one_reg ` to support different registers sizes through
10
16
byte slices.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kvm-ioctls"
3
- version = " 0.13 .0"
3
+ version = " 0.14 .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-ioctls"
You can’t perform that action at this time.
0 commit comments