Skip to content

Commit a78ddc2

Browse files
release v0.7.0
Signed-off-by: Andreea Florescu <fandree@amazon.com>
1 parent ec0d852 commit a78ddc2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v0.7.0
2+
3+
## Added
4+
- Support for the system API that returns the maximum allowed vCPU ID
5+
(`KVM_CAP_MAX_VCPU_ID`).
6+
- Support for `KVM_MEMORY_ENCRYPT_OP`.
7+
8+
## Fixed
9+
- [[#119](https://github.com/rust-vmm/kvm-ioctls/issues/119)]: Disallow invalid
10+
number of cpuid entries to be passed to `get_supported_cpuid` and
11+
`get_emulated_cpuid`.
12+
13+
## Changed
14+
- [[#123](https://github.com/rust-vmm/kvm-ioctls/issues/123)]: Updated
15+
`create_vcpu` to use `u64` as the parameter for the number of vCPUs.
16+
117
# v0.6.0
218

319
## 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.6.0"
3+
version = "0.7.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)