Skip to content

Commit 331eea6

Browse files
andreeaflorescuSamuel Ortiz
authored andcommitted
Update version to 0.2.0
This is needed for publishing a new version on crates.io. Changes since 0.1.0: - Fix bug in `KvmRunWrapper`. The memory for `kvm_run` struct was not unmapped after the `KvmRunWrapper` object got out of scope. - Return proper value when receiving the EOI KVM exit. - Add support for KVM_ENABLE_CAP. - Add support for KVM_SIGNAL_MSI. - Mark `set_user_memory_region` as unsafe. Signed-off-by: Andreea Florescu <[email protected]>
1 parent 1b2016b commit 331eea6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kvm-ioctls"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Amazon Firecracker Team <[email protected]>"]
55
description = "Safe wrappers over KVM ioctls"
66
repository = "https://github.com/rust-vmm/kvm-ioctls"

0 commit comments

Comments
 (0)