From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLaQz-000563-5X for qemu-devel@nongnu.org; Wed, 11 Feb 2015 11:46:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLaQs-00022v-1j for qemu-devel@nongnu.org; Wed, 11 Feb 2015 11:46:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLaQr-00022l-Pm for qemu-devel@nongnu.org; Wed, 11 Feb 2015 11:46:33 -0500 From: "Dr. David Alan Gilbert (git)" Date: Wed, 11 Feb 2015 16:46:21 +0000 Message-Id: <1423673184-5903-1-git-send-email-dgilbert@redhat.com> Subject: [Qemu-devel] [PATCH v2 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, mjt@tls.msk.ru, 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_incoming theuri v2: Create migrate_incoming/migrate-incoming rather than squashing the -u into the existing migrate command. Dave Dr. David Alan Gilbert (3): Add -incoming pause 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(-) -- 2.1.0