Skip to content

Commit 1653881

Browse files
author
David Kleymann
committed
cap: add DirtyLogRing cap
The capability is used for the KVM dirty ring interface for tracking dirtied pages. Signed-off-by: David Kleymann <[email protected]>
1 parent bd3260e commit 1653881

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

kvm-ioctls/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Upcoming Release
44

5+
- Plumb through KVM_CAP_DIRTY_LOG_RING as DirtyLogRing cap.
6+
57
## v0.24.0
68

79
### Added

kvm-ioctls/src/cap.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,5 @@ pub enum Cap {
169169
NestedState = KVM_CAP_NESTED_STATE,
170170
#[cfg(target_arch = "x86_64")]
171171
X2ApicApi = KVM_CAP_X2APIC_API,
172+
DirtyLogRing = KVM_CAP_DIRTY_LOG_RING,
172173
}

0 commit comments

Comments
 (0)