From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 1/1] xc_domain_restore: Allow QEMU to increase memory Date: Wed, 15 Apr 2015 15:30:52 +0100 Message-ID: <1429108252.15516.301.camel@citrix.com> References: <1428941353-18673-1-git-send-email-dslutz@verizon.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1428941353-18673-1-git-send-email-dslutz@verizon.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: Don Slutz Cc: Wei Liu , Stefano Stabellini , Ian Jackson , xen-devel@lists.xen.org, Shriram Rajagopalan , Yang Hongyang List-Id: xen-devel@lists.xenproject.org On Mon, 2015-04-13 at 12:09 -0400, Don Slutz wrote: > > +/* Leave some slack so that hvmloader does not complain about lack of > + * memory at boot time ("Could not allocate order=0 extent"). > + * Once hvmloader is modified to cope with that situation without > + * printing warning messages, QEMU_SPARE_PAGES can be removed. How and where is hvmloader involved in a domain restore? Ian.