qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v10 33/59] hw/xen: Implement EVTCHNOP_bind_ipi


From: David Woodhouse
Subject: Re: [PATCH v10 33/59] hw/xen: Implement EVTCHNOP_bind_ipi
Date: Fri, 10 Feb 2023 14:15:54 +0000
User-agent: Evolution 3.44.4-0ubuntu1

On Fri, 2023-02-10 at 13:55 +0000, Paul Durrant wrote:
> 
> > +    ret = allocate_port(s, ipi->vcpu, EVTCHNSTAT_ipi, 0, &ipi->port);
> > +    if (!ret && s->evtchn_in_kernel) {
> > +        assign_kernel_port(EVTCHNSTAT_ipi, ipi->port, ipi->vcpu);
> 
> Should the error not be propagated here?


Nah, we'll just fall back to doing it in userspace.

The kernel acceleration is nice to have (and I mean *really* nice to
have, for IPIs), but it works without.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]