Re: [Xen-devel] [PATCH] xl: don't free additional memory on soft reset

2016-02-01 Thread Wei Liu
On Thu, Jan 28, 2016 at 11:58:25AM +0100, Vitaly Kuznetsov wrote: > We don't need to free anything extra from Dom0 in order to perform soft > reset. It can also fail soft reset if it happens that we don't have this > memory (which we don't need) available. > > Signed-off-by: Vitaly Kuznetsov

[Xen-devel] [PATCH] xl: don't free additional memory on soft reset

2016-01-28 Thread Vitaly Kuznetsov
We don't need to free anything extra from Dom0 in order to perform soft reset. It can also fail soft reset if it happens that we don't have this memory (which we don't need) available. Signed-off-by: Vitaly Kuznetsov --- tools/libxl/xl_cmdimpl.c | 12 +++- 1 file