commit | 7beb290caa2adb0a399e735a1e175db9aae0523a | [log] [tgz] |
---|---|---|
author | Juergen Gross <jgross@suse.com> | Sun Sep 13 14:23:02 2020 +0200 |
committer | Juergen Gross <jgross@suse.com> | Tue Oct 20 10:22:14 2020 +0200 |
tree | bd7aa413caa2e839b3c4f5ad42b7365f3ab7c6b8 | |
parent | c44b849cee8c3ac587da3b0980e01f77500d158c [diff] |
xen/events: use a common cpu hotplug hook for event channels Today only fifo event channels have a cpu hotplug callback. In order to prepare for more percpu (de)init work move that callback into events_base.c and add percpu_init() and percpu_deinit() hooks to struct evtchn_ops. This is part of XSA-332. Cc: stable@vger.kernel.org Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Jan Beulich <jbeulich@suse.com> Reviewed-by: Wei Liu <wl@xen.org>