Skip to content

Commit ee9a81a

Browse files
Alexandra IordacheSamuel Ortiz
authored andcommitted
release v0.5.0
Signed-off-by: Alexandra Iordache <[email protected]>
1 parent 4bdd6d5 commit ee9a81a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# v0.4.0
29

310
## Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kvm-ioctls"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Amazon Firecracker Team <[email protected]>"]
55
description = "Safe wrappers over KVM ioctls"
66
repository = "https://github.com/rust-vmm/kvm-ioctls"

0 commit comments

Comments
 (0)