From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLDUV-0000Rq-Tx for qemu-devel@nongnu.org; Tue, 10 Feb 2015 11:16:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLDUS-0001TU-PY for qemu-devel@nongnu.org; Tue, 10 Feb 2015 11:16:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLDUS-0001TL-I9 for qemu-devel@nongnu.org; Tue, 10 Feb 2015 11:16:44 -0500 From: "Dr. David Alan Gilbert (git)" Date: Tue, 10 Feb 2015 16:16:36 +0000 Message-Id: <1423584999-13946-1-git-send-email-dgilbert@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] -incoming pause List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: quintela@redhat.com, liang.z.li@intel.com, amit.shah@redhat.com, pbonzini@redhat.com 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 pause migrate -u theuri Dave Dr. David Alan Gilbert (3): Add -incoming pause Add migrate -u option for -incoming pause Document -incoming options hmp-commands.hx | 11 +++++++---- hmp.c | 6 ++++-- migration/migration.c | 50 +++++++++++++++++++++++++++++++++++++++++++------- qapi-schema.json | 5 ++++- qemu-options.hx | 29 ++++++++++++++++++++++++++--- qmp-commands.hx | 3 ++- 6 files changed, 86 insertions(+), 18 deletions(-) -- 2.1.0