Skip to content

Commit c7864cd

Browse files
Release v0.3.0
Changes are in the CHANGELOG.md file. Signed-off-by: Andreea Florescu <[email protected]>
1 parent 5f5edb2 commit c7864cd

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

CHANGELOG.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1-
# Unreleased
1+
# v0.3.0
22

33
## Added
44
- Support for setting vcpu `kvm_immediate_exit` flag
5-
- Support for vcpu `KVM_GET_CPUID2`
6-
- Support for vcpu `KVM_GET_MP_STATE`
7-
- Support for vcpu `KVM_SET_MP_STATE`
8-
- Support for vcpu `KVM_GET_VCPU_EVENTS`
9-
- Support for vcpu `KVM_SET_VCPU_EVENTS`
10-
- Support for vcpu `KVM_GET_DEBUGREGS`
11-
- Support for vcpu `KVM_SET_DEBUGREGS`
12-
- Support for vcpu `KVM_GET_XSAVE`
13-
- Support for vcpu `KVM_SET_XSAVE`
14-
- Support for vcpu `KVM_GET_XCRS`
15-
- Support for vcpu `KVM_SET_XCRS`
16-
- Support for vm `KVM_GET_IRQCHIP`
17-
- Support for vm `KVM_SET_IRQCHIP`
18-
- Support for vm `KVM_GET_CLOCK`
19-
- Support for vm `KVM_SET_CLOCK`
20-
- Support for vm `KVM_GET_PIT2`
21-
- Support for vm `KVM_SET_PIT2`
5+
- Support for the vcpu ioctl `KVM_GET_CPUID2`
6+
- Support for the vcpu ioctl `KVM_GET_MP_STATE`
7+
- Support for the vcpu ioctl `KVM_SET_MP_STATE`
8+
- Support for the vcpu ioctl `KVM_GET_VCPU_EVENTS`
9+
- Support for the vcpu ioctl `KVM_SET_VCPU_EVENTS`
10+
- Support for the vcpu ioctl `KVM_GET_DEBUGREGS`
11+
- Support for the vcpu ioctl `KVM_SET_DEBUGREGS`
12+
- Support for the vcpu ioctl `KVM_GET_XSAVE`
13+
- Support for the vcpu ioctl `KVM_SET_XSAVE`
14+
- Support for the vcpu ioctl `KVM_GET_XCRS`
15+
- Support for the vcpu ioctl `KVM_SET_XCRS`
16+
- Support for the vm ioctl `KVM_GET_IRQCHIP`
17+
- Support for the vm ioctl `KVM_SET_IRQCHIP`
18+
- Support for the vm ioctl `KVM_GET_CLOCK`
19+
- Support for the vm ioctl `KVM_SET_CLOCK`
20+
- Support for the vm ioctl `KVM_GET_PIT2`
21+
- Support for the vm ioctl `KVM_SET_PIT2`
22+
- Support for the vcpu ioctl `KVM_GET_ONE_REG`
2223

2324
## Changed
2425
- Function offering support for `KVM_SET_MSRS` also returns the number

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.2.0"
3+
version = "0.3.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)