File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v0.8.0
2
+
3
+ ## Added
4
+ - Support for specifying VM type (an opaque platform and architecture specific
5
+ constant) when creating a VM (` KVM_CREATE_VM ` ioctl) via the
6
+ ` Kvm::create_vm_with_type ` function.
7
+
8
+ ## Changed
9
+ - Now depends on kvm-bindings >=0.4.0 to support use of a newer vmm-sys-utils
10
+ dependency.
11
+
1
12
# v0.7.0
2
13
3
14
## Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kvm-ioctls"
3
- version = " 0.7 .0"
3
+ version = " 0.8 .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"
@@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
10
10
11
11
[dependencies ]
12
12
libc = " >=0.2.39"
13
- kvm-bindings = { version = " =0.3 .0" , features = [" fam-wrappers" ] }
13
+ kvm-bindings = { version = " > =0.4 .0" , features = [" fam-wrappers" ] }
14
14
vmm-sys-util = " >=0.8.0"
15
15
16
16
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments