Skip to content

Commit aa59b37

Browse files
georgepisaltualxiord
authored andcommitted
Release 0.9.0
Signed-off-by: George Pisaltu <[email protected]>
1 parent 94cb91d commit aa59b37

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v0.9.0
2+
3+
## Added
4+
- Support for accessing and controlling the Time Stamp Counter on x86 platforms
5+
through the `get_tsc_khz` and `set_tsc_khz` functions.
6+
7+
## Changed
8+
- Updated `create_vm` on `aarch64` to create a VM fd from the KVM fd using the
9+
host's maximum IPA size.
10+
111
# v0.8.0
212

313
## Added

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kvm-ioctls"
3-
version = "0.8.0"
3+
version = "0.9.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)