File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
17
# v0.6.0
2
18
3
19
## Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kvm-ioctls"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .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