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+
117# v0.6.0
218
319## Added
Original file line number Diff line number Diff line change 11[package ]
22name = " kvm-ioctls"
3- version = " 0.6 .0"
3+ version = " 0.7 .0"
44authors = [
" Amazon Firecracker Team <[email protected] >" ]
55description = " Safe wrappers over KVM ioctls"
66repository = " https://github.com/rust-vmm/kvm-ioctls"
You can’t perform that action at this time.
0 commit comments