From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePmeB-0007GL-5o for qemu-devel@nongnu.org; Fri, 15 Dec 2017 04:51:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePme6-0001Ak-C1 for qemu-devel@nongnu.org; Fri, 15 Dec 2017 04:51:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30538) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ePme6-0001A7-5G for qemu-devel@nongnu.org; Fri, 15 Dec 2017 04:51:10 -0500 Date: Fri, 15 Dec 2017 17:51:04 +0800 From: Fam Zheng Message-ID: <20171215095104.GD15187@lemon> References: <20171205055200.16305-1-peterx@redhat.com> <20171205055200.16305-20-peterx@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171205055200.16305-20-peterx@redhat.com> Subject: Re: [Qemu-devel] [RFC v5 19/26] qapi: introduce new cmd option "allow-oob" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Xu Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , "Daniel P . Berrange" , Paolo Bonzini , Juan Quintela , mdroth@linux.vnet.ibm.com, Eric Blake , Laurent Vivier , Markus Armbruster , marcandre.lureau@redhat.com, "Dr . David Alan Gilbert" On Tue, 12/05 13:51, Peter Xu wrote: > --- a/qapi/introspect.json > +++ b/qapi/introspect.json > @@ -259,12 +259,16 @@ > # > # @ret-type: the name of the command's result type. > # > +# @allow-oob: whether the command allows out-of-band execution. > +# (Since: 2.11) (Since: 2.12) Fam