From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhBNq-0000In-MO for qemu-devel@nongnu.org; Wed, 30 Sep 2015 03:00:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhBNl-0006ls-Mx for qemu-devel@nongnu.org; Wed, 30 Sep 2015 03:00:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhBNl-0006l5-IG for qemu-devel@nongnu.org; Wed, 30 Sep 2015 03:00:53 -0400 Date: Wed, 30 Sep 2015 12:30:49 +0530 From: Amit Shah Message-ID: <20150930070049.GD21612@grmbl.mre> References: <1443515898-3594-1-git-send-email-dgilbert@redhat.com> <1443515898-3594-24-git-send-email-dgilbert@redhat.com> <560AF2F9.5030708@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <560AF2F9.5030708@redhat.com> Subject: Re: [Qemu-devel] [PATCH v8 23/54] Add migration-capability boolean for postcopy-ram. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: aarcange@redhat.com, quintela@redhat.com, liang.z.li@intel.com, "Dr. David Alan Gilbert (git)" , qemu-devel@nongnu.org, luis@cs.umu.se, bharata@linux.vnet.ibm.com, pbonzini@redhat.com On (Tue) 29 Sep 2015 [14:22:17], Eric Blake wrote: > On 09/29/2015 02:37 AM, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > The 'postcopy ram' capability allows postcopy migration of RAM; > > note that the migration starts off in precopy mode until > > postcopy mode is triggered (see the migrate_start_postcopy > > patch later in the series). > > > > Signed-off-by: Dr. David Alan Gilbert > > Reviewed-by: Juan Quintela > > Reviewed-by: Amit Shah > > --- > > include/migration/migration.h | 1 + > > migration/migration.c | 23 +++++++++++++++++++++++ > > qapi-schema.json | 6 +++++- > > 3 files changed, 29 insertions(+), 1 deletion(-) > > Reviewed-by: Eric Blake > > I'm guessing the plan is to keep this experimental until a bit more > experience is gained, to make sure we aren't missing anything essential > in the use of postcopy. >>From the cover letter: I'm keeping the x- for now, until the libvirt interface gets finalised. I expect, though, that we'll merge this series in 2.5, and remove the x- before the 2.5 release. My main concern of the Linux interface being not released in a stable release will be satisfied with the 4.3 kernel release. Any concerns from the libvirt side? Amit