From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH] stubdom: add live migration support Date: Mon, 30 Jun 2008 15:22:51 +0100 Message-ID: <20080630142251.GU4294@implementation.uk.xensource.com> References: <20080627184045.GD4433@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <20080627184045.GD4433@implementation.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello, Samuel Thibault, le Fri 27 Jun 2008 19:40:45 +0100, a =E9crit : > stubdom: add live migration support by having ioemu just notify the > hypervisor about memory changes. Tim suggested to use the same approach when qemu is running in dom0, which permits to get rid of all the logdirty stuff between the saver, xenstore and qemu. That would imply dropping the init_qemu_maps and qemu_flip_buffer parameters of xenguest.h's xc_domain_save. Would that API change be acceptable? Samuel