Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: George Pisaltu <gpl@amazon.com>
  • Loading branch information
georgepisaltu authored and alxiord committed May 14, 2021
1 parent 94cb91d commit aa59b37
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v0.9.0

## Added
- Support for accessing and controlling the Time Stamp Counter on x86 platforms
through the `get_tsc_khz` and `set_tsc_khz` functions.

## Changed
- Updated `create_vm` on `aarch64` to create a VM fd from the KVM fd using the
host's maximum IPA size.

# v0.8.0

## Added
Expand Down
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.8.0"
version = "0.9.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 aa59b37

Please sign in to comment.