xen/events: unmask a fifo event channel only if it was masked
authorJuergen Gross <jgross@suse.com>
Thu, 22 Oct 2020 09:49:06 +0000 (11:49 +0200)
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>
Fri, 23 Oct 2020 10:41:25 +0000 (05:41 -0500)
commiteabe741782d5a52ce884dba4bab8825f977ab1eb
tree9caef07843681e1d53942f7ca1c813a9671eea33
parentd04b1ae5a9b0c868dda8b4b34175ef08f3cb9e93
xen/events: unmask a fifo event channel only if it was masked

Unmasking an event channel with fifo events channels being used can
require a hypercall to be made, so try to avoid that by checking
whether the event channel was really masked.

Suggested-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Link: https://lore.kernel.org/r/20201022094907.28560-5-jgross@suse.com
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
drivers/xen/events/events_fifo.c