From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjPhE-0002TF-P8 for qemu-devel@nongnu.org; Mon, 12 Sep 2016 07:46:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjPh8-0000qG-SS for qemu-devel@nongnu.org; Mon, 12 Sep 2016 07:46:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjPh8-0000qC-Mw for qemu-devel@nongnu.org; Mon, 12 Sep 2016 07:46:38 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2E4AAC9D5C for ; Mon, 12 Sep 2016 11:46:38 +0000 (UTC) From: Markus Armbruster References: <20160912091913.15831-1-marcandre.lureau@redhat.com> Date: Mon, 12 Sep 2016 13:46:36 +0200 In-Reply-To: <20160912091913.15831-1-marcandre.lureau@redhat.com> (=?utf-8?Q?=22Marc-Andr=C3=A9?= Lureau"'s message of "Mon, 12 Sep 2016 13:18:55 +0400") Message-ID: <87d1k91gtf.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v6 00/18] qapi: remove the 'middle' mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau Cc: qemu-devel@nongnu.org Marc-Andr=C3=A9 Lureau writes: > Hi, > > Although some QMP commands are still not fully qapi'fied, it is > possible to use more qapi common and generated code by dropping the > 'middle' mode and use qmp_dispatch(). Applied to qapi-next, thanks!