Skip to content

Commit

Permalink
Update version to 0.2.0
Browse files Browse the repository at this point in the history
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 <fandree@amazon.com>
  • Loading branch information
andreeaflorescu authored and Samuel Ortiz committed Jun 25, 2019
1 parent 1b2016b commit 331eea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kvm-ioctls"
version = "0.1.0"
version = "0.2.0"
authors = ["Amazon Firecracker Team <firecracker-maintainers@amazon.com>"]
description = "Safe wrappers over KVM ioctls"
repository = "https://github.com/rust-vmm/kvm-ioctls"
Expand Down

0 comments on commit 331eea6

Please sign in to comment.