We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdd6d5 commit ee9a81aCopy full SHA for ee9a81a
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# v0.5.0
2
+
3
+## Added
4
+- Support for the vcpu ioctls `KVM_GET/SET_VCPU_EVENTS` and `KVM_GET_DIRTY_LOG`
5
+ on `aarch64`.
6
+- Support for the vcpu ioctl `KVM_IRQ_LINE`.
7
8
# v0.4.0
9
10
## Added
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kvm-ioctls"
-version = "0.4.0"
+version = "0.5.0"
authors = ["Amazon Firecracker Team <[email protected]>"]
description = "Safe wrappers over KVM ioctls"
repository = "https://github.com/rust-vmm/kvm-ioctls"
0 commit comments