File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 3
3
## Added
4
4
5
5
## Changed
6
- - [[ # 234 ] ( https://github.com/rust-vmm/kvm-ioctls/issues/234 )] vcpu: export
7
- reg_size as a public method.
8
- - [[ # 243 ] ( https://github.com/rust-vmm/kvm-ioctls/pull/243 )] derived the ` Copy `
9
- trait for ` IoEventAddress ` and ` NoDatamatch ` .
6
+
7
+ # v0.16.0
8
+
9
+ ## Added
10
10
- [[ #242 ] ( https://github.com/rust-vmm/kvm-ioctls/pull/242 )] x86: add support
11
11
for SMI injection via ` Vcpu::smi() ` (` KVM_SMI ` ioctl).
12
12
- [[ #241 ] ( https://github.com/rust-vmm/kvm-ioctls/pull/241 )] Add support for
@@ -16,6 +16,12 @@ reg_size as a public method.
16
16
- [[ #244 ] ( https://github.com/rust-vmm/kvm-ioctls/pull/244 )] add support for
17
17
coalesced MMIO (` KVM_CAP_COALESCED_MMIO ` / ` KVM_CAP_COALESCED_PIO ` )
18
18
19
+ ## Changed
20
+ - [[ #234 ] ( https://github.com/rust-vmm/kvm-ioctls/issues/234 )] vcpu: export
21
+ reg_size as a public method.
22
+ - [[ #243 ] ( https://github.com/rust-vmm/kvm-ioctls/pull/243 )] derived the ` Copy `
23
+ trait for ` IoEventAddress ` and ` NoDatamatch ` .
24
+
19
25
# v0.15.0
20
26
21
27
## Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kvm-ioctls"
3
- version = " 0.15 .0"
3
+ version = " 0.16 .0"
4
4
authors = [
" Amazon Firecracker Team <[email protected] >" ]
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