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 b04812a commit 8c0590aCopy full SHA for 8c0590a
kvm-ioctls/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Upcoming Release
4
5
+- Plumb through KVM_CAP_X2APIC_API as X2ApicApi cap.
6
+
7
## v0.23.0
8
9
### Added
kvm-ioctls/src/cap.rs
@@ -167,4 +167,6 @@ pub enum Cap {
167
MemoryAttributes = KVM_CAP_MEMORY_ATTRIBUTES,
168
#[cfg(target_arch = "x86_64")]
169
NestedState = KVM_CAP_NESTED_STATE,
170
+ #[cfg(target_arch = "x86_64")]
171
+ X2ApicApi = KVM_CAP_X2APIC_API,
172
}
0 commit comments