Fixes for issues that we discovered during live migration when source and target systems have different event channel assignments for guests.
Changes in v2: * Don't use IRQ_MOVE_PCNTXT, bind channels to VCPUs explicitly in rebind_evtchn_irq() * Use xenstore_domain_type to determine whether to install resume notifier Boris Ostrovsky (4): xen/events: Clear cpu_evtchn_mask before resuming xen/xenbus: Update xenbus event channel on resume xen/console: Update console event channel on resume xen/events: Set irq_info->evtchn before binding the channel to CPU in __startup_pirq() drivers/tty/hvc/hvc_xen.c | 18 +++++++++++++++++- drivers/xen/events/events_2l.c | 10 ++++++++++ drivers/xen/events/events_base.c | 15 ++++++++++++--- drivers/xen/xenbus/xenbus_probe.c | 29 +++++++++++++++++++++++++++++ 4 files changed, 68 insertions(+), 4 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/