From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] xl: don't free additional memory on soft reset Date: Wed, 3 Feb 2016 11:48:26 +0000 Message-ID: <1454500106.25207.86.camel@citrix.com> References: <1453978705-13504-1-git-send-email-vkuznets@redhat.com> <20160201103910.GP25660@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160201103910.GP25660@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu , Vitaly Kuznetsov Cc: Stefano Stabellini , Ian Jackson , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, 2016-02-01 at 10:39 +0000, Wei Liu wrote: > 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 > > Acked-by: Wei Liu Applied.