On 06.06.14 18:31, Paolo Bonzini wrote:
Il 06/06/2014 14:46, Alexander Graf ha scritto:
KVM tells us the number of GSIs it can handle inside the kernel. That
value is
basically KVM_MAX_IRQ_ROUTES. However when we try to set the GSI
mapping table,
it checks for
r = -EINVAL;
if (routin
Il 06/06/2014 14:46, Alexander Graf ha scritto:
KVM tells us the number of GSIs it can handle inside the kernel. That value is
basically KVM_MAX_IRQ_ROUTES. However when we try to set the GSI mapping table,
it checks for
r = -EINVAL;
if (routing.nr >= KVM_MAX_IRQ_ROUTES)
goto out
On Fri, 06 Jun 2014 15:28:13 +0200
Alexander Graf wrote:
>
> On 06.06.14 15:23, Cornelia Huck wrote:
> > On Fri, 06 Jun 2014 15:15:54 +0200
> > Alexander Graf wrote:
> >
> >> On 06.06.14 15:12, Cornelia Huck wrote:
> >>> On Fri, 6 Jun 2014 14:46:05 +0200
> >>> Alexander Graf wrote:
> >>>
> >>
On 06.06.14 15:23, Cornelia Huck wrote:
On Fri, 06 Jun 2014 15:15:54 +0200
Alexander Graf wrote:
On 06.06.14 15:12, Cornelia Huck wrote:
On Fri, 6 Jun 2014 14:46:05 +0200
Alexander Graf wrote:
KVM tells us the number of GSIs it can handle inside the kernel. That value is
basically KVM_MA
On Fri, 06 Jun 2014 15:15:54 +0200
Alexander Graf wrote:
>
> On 06.06.14 15:12, Cornelia Huck wrote:
> > On Fri, 6 Jun 2014 14:46:05 +0200
> > Alexander Graf wrote:
> >
> >> KVM tells us the number of GSIs it can handle inside the kernel. That
> >> value is
> >> basically KVM_MAX_IRQ_ROUTES.
On 06.06.14 15:12, Cornelia Huck wrote:
On Fri, 6 Jun 2014 14:46:05 +0200
Alexander Graf wrote:
KVM tells us the number of GSIs it can handle inside the kernel. That value is
basically KVM_MAX_IRQ_ROUTES. However when we try to set the GSI mapping table,
it checks for
r = -EINVAL;
On Fri, 6 Jun 2014 14:46:05 +0200
Alexander Graf wrote:
> KVM tells us the number of GSIs it can handle inside the kernel. That value is
> basically KVM_MAX_IRQ_ROUTES. However when we try to set the GSI mapping
> table,
> it checks for
>
> r = -EINVAL;
> if (routing.nr >= KVM_MAX_IRQ_
KVM tells us the number of GSIs it can handle inside the kernel. That value is
basically KVM_MAX_IRQ_ROUTES. However when we try to set the GSI mapping table,
it checks for
r = -EINVAL;
if (routing.nr >= KVM_MAX_IRQ_ROUTES)
goto out;
erroring out even when we're only using all of