Skip to content

Commit 53a2cec

Browse files
michael2012zandreeaflorescu
authored andcommitted
Add capability definition for KVM_CAP_MSI_DEVID
The per-VM KVM_CAP_MSI_DEVID capability advertises the requirement to provide the device ID in kvm_irq_routing_msi. Signed-off-by: Michael Zhao <[email protected]>
1 parent 8ea124b commit 53a2cec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cap.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,5 @@ pub enum Cap {
141141
SplitIrqchip = KVM_CAP_SPLIT_IRQCHIP,
142142
ImmediateExit = KVM_CAP_IMMEDIATE_EXIT,
143143
ArmVmIPASize = KVM_CAP_ARM_VM_IPA_SIZE,
144+
MsiDevid = KVM_CAP_MSI_DEVID,
144145
}

0 commit comments

Comments
 (0)