Skip to content

Commit 935f965

Browse files
authored
Merge branch 'main' into vm_device_attr
2 parents bc3b7cb + 8c0590a commit 935f965

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

kvm-ioctls/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Added support for `KVM_HAS_DEVICE_ATTR` and `KVM_SET_DEVICE_ATTR` vm ioctl
88
on aarch64.
9+
- Plumb through KVM_CAP_X2APIC_API as X2ApicApi cap.
910

1011
## v0.23.0
1112

kvm-ioctls/src/cap.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,6 @@ pub enum Cap {
167167
MemoryAttributes = KVM_CAP_MEMORY_ATTRIBUTES,
168168
#[cfg(target_arch = "x86_64")]
169169
NestedState = KVM_CAP_NESTED_STATE,
170+
#[cfg(target_arch = "x86_64")]
171+
X2ApicApi = KVM_CAP_X2APIC_API,
170172
}

0 commit comments

Comments
 (0)