diff --git a/include/linux/kvm.h b/include/linux/kvm.h index 65df6f5e2b984595c7a111453b45497c7d4ac222..632a8560dbcfc36cc17b97783b0f000c7e5edff6 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h @@ -676,7 +676,7 @@ struct kvm_assigned_msix_nr { __u16 padding; }; -#define KVM_MAX_MSIX_PER_DEV 512 +#define KVM_MAX_MSIX_PER_DEV 256 struct kvm_assigned_msix_entry { __u32 assigned_dev_id; __u32 gsi;