We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3260e commit 1653881Copy full SHA for 1653881
kvm-ioctls/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Upcoming Release
4
5
+- Plumb through KVM_CAP_DIRTY_LOG_RING as DirtyLogRing cap.
6
+
7
## v0.24.0
8
9
### Added
kvm-ioctls/src/cap.rs
@@ -169,4 +169,5 @@ pub enum Cap {
169
NestedState = KVM_CAP_NESTED_STATE,
170
#[cfg(target_arch = "x86_64")]
171
X2ApicApi = KVM_CAP_X2APIC_API,
172
+ DirtyLogRing = KVM_CAP_DIRTY_LOG_RING,
173
}
0 commit comments