Skip to content

Commit 50f0567

Browse files
kalyazinShadowCurse
authored andcommitted
Prepare 0.18.0 release
Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent 6a90e8a commit 50f0567

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@
44

55
### Added
66

7+
### Changed
8+
9+
## v0.18.0
10+
11+
### Added
12+
713
- [[#264](https://github.com/rust-vmm/kvm-ioctls/pull/264)]: Added `KVM_SET_USER_MEMORY_REGION2`,
814
`KVM_CREATE_GUEST_MEMFD` and `KVM_SET_MEMORY_ATTRIBUTES` ioctls.
915
- [[#267](https://github.com/rust-vmm/kvm-ioctls/pull/267)]: Added `HypercallExit` field to
1016
`VcpuExit::Hypercall` and added `ExitHypercall` to `Cap`.
1117
- [[#270](https://github.com/rust-vmm/kvm-ioctls/pull/270)]: Added `MemoryFaultInfo` to `Cap` and
1218
propagated `MemoryFault` exit reason in `KVM_RUN`.
1319

14-
### Changed
15-
1620
## v0.17.0
1721

1822
### Changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kvm-ioctls"
3-
version = "0.17.0"
3+
version = "0.18.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)