File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 33## Added
44
55## 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
1010- [[ #242 ] ( https://github.com/rust-vmm/kvm-ioctls/pull/242 )] x86: add support
1111 for SMI injection via ` Vcpu::smi() ` (` KVM_SMI ` ioctl).
1212- [[ #241 ] ( https://github.com/rust-vmm/kvm-ioctls/pull/241 )] Add support for
@@ -16,6 +16,12 @@ reg_size as a public method.
1616- [[ #244 ] ( https://github.com/rust-vmm/kvm-ioctls/pull/244 )] add support for
1717 coalesced MMIO (` KVM_CAP_COALESCED_MMIO ` / ` KVM_CAP_COALESCED_PIO ` )
1818
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+
1925# v0.15.0
2026
2127## Added
Original file line number Diff line number Diff line change 11[package ]
22name = " kvm-ioctls"
3- version = " 0.15 .0"
3+ version = " 0.16 .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