From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPSc4-0002Ur-4l for qemu-devel@nongnu.org; Sun, 22 Feb 2015 04:14:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPSc0-00085u-Vf for qemu-devel@nongnu.org; Sun, 22 Feb 2015 04:14:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPSc0-00085k-Nk for qemu-devel@nongnu.org; Sun, 22 Feb 2015 04:14:04 -0500 Date: Sun, 22 Feb 2015 10:13:56 +0100 From: "Michael S. Tsirkin" Message-ID: <20150222091356.GA3386@redhat.com> References: <1424346029-5410-1-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424346029-5410-1-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 0/3] -incoming defer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: quintela@redhat.com, liang.z.li@intel.com, mjt@tls.msk.ru, qemu-devel@nongnu.org, amit.shah@redhat.com, pbonzini@redhat.com On Thu, Feb 19, 2015 at 11:40:26AM +0000, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > This patchset provides a way of setting options on an incoming > migration before the fd/process/socket has been created. > > start qemu with -incoming defer > > migrate_incoming theuri > > v3: > s/pause/defer/ (and associated fixups) > Add ' around the '-incoming defer' in an error > > v2: > Create migrate_incoming/migrate-incoming rather than squashing the -u > into the existing migrate command. > > Dave > > Dr. David Alan Gilbert (3): > Add -incoming defer > Add migrate_incoming > Document -incoming options > > hmp-commands.hx | 16 ++++++++++++++++ > hmp.c | 14 ++++++++++++++ > hmp.h | 1 + > migration/migration.c | 48 ++++++++++++++++++++++++++++++++++++++++++------ > qapi-schema.json | 15 +++++++++++++++ > qemu-options.hx | 29 ++++++++++++++++++++++++++--- > qmp-commands.hx | 31 ++++++++++++++++++++++++++++++- > 7 files changed, 144 insertions(+), 10 deletions(-) Update qemu-doc.texi as well? > -- > 2.1.0 >