Skip to content

Commit 0ba3f5d

Browse files
andreeafloresculauralt
authored andcommitted
release v0.11.0
Details available in the CHANGELOG.md. Signed-off-by: Andreea Florescu <fandree@amazon.com>
1 parent 3971fba commit 0ba3f5d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v0.11.0
2+
3+
## Added
4+
- [[#178](https://github.com/rust-vmm/kvm-ioctls/pull/178)] Support for the AMD
5+
Security Encrypted Virtualization (SEV) through the following VM ioctls:
6+
`encrypt_op`, `encrypt_op_sev`, `register_enc_memory_region` and
7+
`unregister_enc_memory_region`.
8+
- [[#184](https://github.com/rust-vmm/kvm-ioctls/pull/184)] `DeviceFd` now
9+
derives `Debug`.
10+
111
# v0.10.0
212

313
## Changed

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.10.0"
3+
version = "0.11.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)