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: Paul Durrant
Subject: Re: [PATCH v10 33/59] hw/xen: Implement EVTCHNOP_bind_ipi
Date: Fri, 10 Feb 2023 14:25:51 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

On 10/02/2023 14:15, David Woodhouse wrote:
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.

Ok.

Reviewed-by: Paul Durrant <paul@xen.org>



reply via email to

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