File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
11
# v0.10.0
2
12
3
13
## Changed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kvm-ioctls"
3
- version = " 0.10 .0"
3
+ version = " 0.11 .0"
4
4
authors = [" Amazon Firecracker Team <firecracker-maintainers@amazon.com>" ]
5
5
description = " Safe wrappers over KVM ioctls"
6
6
repository = " https://github.com/rust-vmm/kvm-ioctls"
You can’t perform that action at this time.
0 commit comments