>>> On 16.07.15 at 18:27, wrote:
> We need to close all event channel so the domain performing soft reset
> will be able to open them back.
>
> Signed-off-by: Vitaly Kuznetsov
Acked-by: Jan Beulich
___
Xen-devel mailing list
Xen-devel@lists.xen.org
On Thu, Jul 16, 2015 at 06:27:19PM +0200, Vitaly Kuznetsov wrote:
> We need to close all event channel so the domain performing soft reset
> will be able to open them back.
>
> Signed-off-by: Vitaly Kuznetsov
Reviewed-by: Konrad Rzeszutek Wilk
> ---
> Changes since v8:
> - Check !d->controller_
We need to close all event channel so the domain performing soft reset
will be able to open them back.
Signed-off-by: Vitaly Kuznetsov
---
Changes since v8:
- Check !d->controller_pause_count instead of pausing/unpausing the domain
in evtchn_reset(). [Konrad Rzeszutek Wilk]
---
xen/common/even