File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Upcoming Release
4
4
5
+ ## v0.19.0
6
+
5
7
### Added
6
8
7
- - [[ #289 ] ( https://github.com/rust-vmm/kvm-ioctls/pull/289 )] : Drop ` x86 ` and ` arm ` support.
8
9
- [[ #275 ] ( https://github.com/rust-vmm/kvm-ioctls/pull/275 )] : Introduce ` riscv64 ` ioctls.
9
10
11
+ ### Removed
12
+
13
+ - [[ #289 ] ( https://github.com/rust-vmm/kvm-ioctls/pull/289 )] : Drop ` x86 ` 32-bit
14
+ and ` arm ` 32-bit support.
15
+
10
16
### Changed
11
17
12
18
- [[ #273 ] ( https://github.com/rust-vmm/kvm-ioctls/pull/273 )] : ` DeviceFd::get_device_attr ` is now
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kvm-ioctls"
3
- version = " 0.18 .0"
3
+ version = " 0.19 .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