From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePnQc-0004E0-Gz for qemu-devel@nongnu.org; Fri, 15 Dec 2017 05:41:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePnQX-0002tl-0k for qemu-devel@nongnu.org; Fri, 15 Dec 2017 05:41:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40991) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ePnQW-0002sh-Qg for qemu-devel@nongnu.org; Fri, 15 Dec 2017 05:41:12 -0500 Date: Fri, 15 Dec 2017 18:41:01 +0800 From: Fam Zheng Message-ID: <20171215104101.GE15187@lemon> References: <20171205055200.16305-1-peterx@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171205055200.16305-1-peterx@redhat.com> Subject: Re: [Qemu-devel] [RFC v5 00/26] QMP: out-of-band (OOB) execution support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Xu , armbru@redhat.com, stefanha@redhat.com Cc: qemu-devel@nongnu.org, Laurent Vivier , Juan Quintela , mdroth@linux.vnet.ibm.com, marcandre.lureau@redhat.com, Paolo Bonzini , "Dr . David Alan Gilbert" On Tue, 12/05 13:51, Peter Xu wrote: > This version is mostly document update, and dropped the single patch > that is migration related (will be put into postcopy recovery > series). Sorry if I'm asking an already answered question, if so please remind me with some pointers.. Can we completely hide the "OOB" concept from QMP to avoid the interface complication? In other words, the new "migrate-recover" command can be implemented in a way that it always try to run out of band as if it has "run-oob=true", without user specifying it or even negotiating it. Because it seems "migrate-recover" is only useful with "run-oob=true". Of course without introducing the whole OOB concept in QMP, what this command does will sound very hacky, but the bahavior can be documented just well on the single command. I don't see a big advantage in generalizing OOB at the QMP level so far. Do we have a list of other commands to be made OOB? Fam