From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGyCi-0005Vh-Su for qemu-devel@nongnu.org; Thu, 29 Jan 2015 18:08:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGyCf-0003Qp-M5 for qemu-devel@nongnu.org; Thu, 29 Jan 2015 18:08:52 -0500 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:54197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGyCf-0003Ql-Fn for qemu-devel@nongnu.org; Thu, 29 Jan 2015 18:08:49 -0500 Received: by mail-wi0-f177.google.com with SMTP id r20so31638671wiv.4 for ; Thu, 29 Jan 2015 15:08:49 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54CABD7D.5090103@redhat.com> Date: Fri, 30 Jan 2015 00:08:45 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1422543997-22808-1-git-send-email-dgilbert@redhat.com> In-Reply-To: <1422543997-22808-1-git-send-email-dgilbert@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 0/1] Incoming migration vs early monitor commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" , qemu-devel@nongnu.org Cc: amit.shah@redhat.com, liang.z.li@intel.com, quintela@redhat.com On 29/01/2015 16:06, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > The attached patch allows you to execute QMP commands from the command > line prior to -incoming or loadvm. What about doing the opposite: if you specify -S, and thus the runstate is PRELAUNCH, allow starting incoming migration from the monitor through a new QMP command or a new option to the "migrate" command? Paolo