Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions kvm-ioctls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Upcoming Release

- Plumb through KVM_CAP_DIRTY_LOG_RING as DirtyLogRing cap.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should go into an ### Added section


## v0.24.0

### Added
Expand Down
1 change: 1 addition & 0 deletions kvm-ioctls/src/cap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,5 @@ pub enum Cap {
NestedState = KVM_CAP_NESTED_STATE,
#[cfg(target_arch = "x86_64")]
X2ApicApi = KVM_CAP_X2APIC_API,
DirtyLogRing = KVM_CAP_DIRTY_LOG_RING,
}