We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cb91d commit aa59b37Copy full SHA for aa59b37
CHANGELOG.md
@@ -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
11
# v0.8.0
12
13
## Added
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kvm-ioctls"
-version = "0.8.0"
+version = "0.9.0"
authors = ["Amazon Firecracker Team <[email protected]>"]
description = "Safe wrappers over KVM ioctls"
repository = "https://github.com/rust-vmm/kvm-ioctls"
0 commit comments