On 25/10/2023 15:50, David Woodhouse wrote:
From: David Woodhouse <[email protected]>The xen_evtchn_soft_reset() function requires the iothread mutex, but is also called for the EVTCHNOP_reset hypercall. Ensure the mutex is taken in that case. Fixes: a15b10978fe6 ("hw/xen: Implement EVTCHNOP_reset") Signed-off-by: David Woodhouse <[email protected]> --- hw/i386/kvm/xen_evtchn.c | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Paul Durrant <[email protected]>
