From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Huang Subject: Re: [RFC v3 0/6] xen/arm: ARM save/restore/migration support Date: Mon, 12 May 2014 09:37:16 -0500 Message-ID: <5370DC9C.5020804@samsung.com> References: <1399583908-21755-1-git-send-email-w1.huang@samsung.com> <536F41AD.4010801@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <536F41AD.4010801@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall , xen-devel@lists.xen.org Cc: keir@xen.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com, andrew.cooper3@citrix.com, tim@xen.org, jaeyong.yoo@samsung.com, jbeulich@suse.com, ian.jackson@eu.citrix.com, yjhyun.yoo@samsung.com List-Id: xen-devel@lists.xenproject.org On 05/11/2014 04:23 AM, Julien Grall wrote: > Hi Wei, > > On 08/05/14 22:18, Wei Huang wrote: >> The following patches enable save/restore/migration support for ARM >> guest VMs. Note that the original series were sent from Jaeyong Yoo. >> >> Working: >> * 32-bit (including SMP) guest VM save/restore/migration >> * 64-bit guest VM save >> WIP: >> * 64-bit guest restore/migration > > I saw a couple of comments about the memory restriction (e.g 8Go from > the bitmap...). What are those restriction? Can you make clear on error > message for the user? > OK, I will add more informative error message to the failure. Do you want me to add the details in cover page too? > Regards, >