From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: RFC: QEMU bumping memory limit and domain restore Date: Thu, 4 Jun 2015 10:26:24 +0100 Message-ID: <1433409984.7108.90.camel@citrix.com> References: <20150602140507.GM19403@zion.uk.xensource.com> <20150604091411.GF12468@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z0RQ2-0007HO-QU for xen-devel@lists.xenproject.org; Thu, 04 Jun 2015 09:26:34 +0000 In-Reply-To: <20150604091411.GF12468@zion.uk.xensource.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 Cc: Stefano Stabellini , George Dunlap , Ian Jackson , Don Slutz , andrew@zion.uk.xensource.com, xen-devel , Yang Hongyang List-Id: xen-devel@lists.xenproject.org On Thu, 2015-06-04 at 10:14 +0100, Wei Liu wrote: > The main objection is that we shouldn't call xc_domain_setmaxmem in the > middle of a migration stream. In the middle of an _xc_ migration stream. This seems like the sort of thing it would be OK to have in a (to be introduced) libxl stream (which would itself contain the xc stream as a data item). I think we are expecting such a thing to be introduced as part of the libxl side of migration v2, aren't we? Ian.