Skip to content

Commit 39da404

Browse files
jinankjainJinank Jain
authored and
Jinank Jain
committed
release 0.16.0
Signed-off-by: Jinank Jain <[email protected]>
1 parent 8f68bf6 commit 39da404

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## Added
44

55
## Changed
6-
- [[#234](https://github.com/rust-vmm/kvm-ioctls/issues/234)] vcpu: export
7-
reg_size as a public method.
8-
- [[#243](https://github.com/rust-vmm/kvm-ioctls/pull/243)] derived the `Copy`
9-
trait for `IoEventAddress` and `NoDatamatch`.
6+
7+
# v0.16.0
8+
9+
## Added
1010
- [[#242](https://github.com/rust-vmm/kvm-ioctls/pull/242)] x86: add support
1111
for SMI injection via `Vcpu::smi()` (`KVM_SMI` ioctl).
1212
- [[#241](https://github.com/rust-vmm/kvm-ioctls/pull/241)] Add support for
@@ -16,6 +16,12 @@ reg_size as a public method.
1616
- [[#244](https://github.com/rust-vmm/kvm-ioctls/pull/244)] add support for
1717
coalesced MMIO (`KVM_CAP_COALESCED_MMIO` / `KVM_CAP_COALESCED_PIO`)
1818

19+
## Changed
20+
- [[#234](https://github.com/rust-vmm/kvm-ioctls/issues/234)] vcpu: export
21+
reg_size as a public method.
22+
- [[#243](https://github.com/rust-vmm/kvm-ioctls/pull/243)] derived the `Copy`
23+
trait for `IoEventAddress` and `NoDatamatch`.
24+
1925
# v0.15.0
2026

2127
## 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.15.0"
3+
version = "0.16.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)