We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a2586 commit 0b102e7Copy full SHA for 0b102e7
CHANGELOG.md
@@ -1,10 +1,16 @@
1
# Upcoming Release
2
3
+# v0.14.0
4
+
5
## Added
6
7
- [[#219](https://github.com/rust-vmm/kvm-ioctls/pull/219)] Support for
8
`KVM_GET_MSR_FEATURE_INDEX_LIST` and `KVM_GET_MSRS` system ioctls.
9
- [[#221](https://github.com/rust-vmm/kvm-ioctls/pull/221)] Add
10
`Cap::ArmPmuV3`.
11
12
+## Changed
13
14
- [[#223](https://github.com/rust-vmm/kvm-ioctls/pull/223)] aarch64:
15
Updated `get/set_one_reg` to support different registers sizes through
16
byte slices.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kvm-ioctls"
-version = "0.13.0"
+version = "0.14.0"
authors = ["Amazon Firecracker Team <[email protected]>"]
description = "Safe wrappers over KVM ioctls"
repository = "https://github.com/rust-vmm/kvm-ioctls"
0 commit comments