For MSI disable feature later. Notice I changed ABI here, but due to no userspace patch, I think it's OK.
Signed-off-by: Sheng Yang <[email protected]> --- include/linux/kvm.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/include/linux/kvm.h b/include/linux/kvm.h index ef7f98e..5b965f6 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h @@ -544,6 +544,7 @@ struct kvm_assigned_irq { #define KVM_DEV_ASSIGN_ENABLE_IOMMU (1 << 0) -#define KVM_DEV_IRQ_ASSIGN_ENABLE_MSI (1 << 0) +#define KVM_DEV_IRQ_ASSIGN_MSI_ACTION (1 << 0) +#define KVM_DEV_IRQ_ASSIGN_ENABLE_MSI (1 << 1) #endif -- 1.5.4.5 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
