From: Sheng Yang <[email protected]> We only trap one page for MSI-X entry now, so it's 4k/(128/8) = 256 entries at most.
Signed-off-by: Sheng Yang <[email protected]> Signed-off-by: Avi Kivity <[email protected]> diff --git a/include/linux/kvm.h b/include/linux/kvm.h index 65df6f5..632a856 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; -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
