Skip to content

Commit 23a3bb0

Browse files
alyssaislauralt
authored andcommitted
Add Cap::ArmPmuV3
Signed-off-by: Alyssa Ross <hi@alyssa.is>
1 parent 58b9a4a commit 23a3bb0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## Added
44
- [[#219](https://github.com/rust-vmm/kvm-ioctls/pull/219)] Support for
55
`KVM_GET_MSR_FEATURE_INDEX_LIST` and `KVM_GET_MSRS` system ioctls.
6+
- [[#221](https://github.com/rust-vmm/kvm-ioctls/pull/221)] Add
7+
`Cap::ArmPmuV3`.
68

79
# v0.13.0
810

src/cap.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ pub enum Cap {
139139
S390UserSigp = KVM_CAP_S390_USER_SIGP,
140140
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
141141
SplitIrqchip = KVM_CAP_SPLIT_IRQCHIP,
142+
ArmPmuV3 = KVM_CAP_ARM_PMU_V3,
142143
ImmediateExit = KVM_CAP_IMMEDIATE_EXIT,
143144
ArmVmIPASize = KVM_CAP_ARM_VM_IPA_SIZE,
144145
MsiDevid = KVM_CAP_MSI_DEVID,

0 commit comments

Comments
 (0)