Skip to content

Commit 0b102e7

Browse files
ShadowCurseandreeaflorescu
authored andcommitted
release v0.14.0
Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent b0a2586 commit 0b102e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Upcoming Release
22

3+
# v0.14.0
4+
35
## Added
6+
47
- [[#219](https://github.com/rust-vmm/kvm-ioctls/pull/219)] Support for
58
`KVM_GET_MSR_FEATURE_INDEX_LIST` and `KVM_GET_MSRS` system ioctls.
69
- [[#221](https://github.com/rust-vmm/kvm-ioctls/pull/221)] Add
710
`Cap::ArmPmuV3`.
11+
12+
## Changed
13+
814
- [[#223](https://github.com/rust-vmm/kvm-ioctls/pull/223)] aarch64:
915
Updated `get/set_one_reg` to support different registers sizes through
1016
byte slices.

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.13.0"
3+
version = "0.14.0"
44
authors = ["Amazon Firecracker Team <firecracker-maintainers@amazon.com>"]
55
description = "Safe wrappers over KVM ioctls"
66
repository = "https://github.com/rust-vmm/kvm-ioctls"

0 commit comments

Comments
 (0)