From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bs8hR-0001uZ-Iq for qemu-devel@nongnu.org; Thu, 06 Oct 2016 09:27:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bs8hN-0008Po-Jv for qemu-devel@nongnu.org; Thu, 06 Oct 2016 09:27:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bs8hN-0008Pc-D3 for qemu-devel@nongnu.org; Thu, 06 Oct 2016 09:26:57 -0400 From: Markus Armbruster References: <20160930095948.3154-1-marcandre.lureau@redhat.com> Date: Thu, 06 Oct 2016 15:26:55 +0200 In-Reply-To: <20160930095948.3154-1-marcandre.lureau@redhat.com> (=?utf-8?Q?=22Marc-Andr=C3=A9?= Lureau"'s message of "Fri, 30 Sep 2016 13:59:45 +0400") Message-ID: <877f9lhalc.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 v3 0/3] qapi: return 'missing parameter' error 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, berto@igalia.com Marc-Andr=C3=A9 Lureau writes: > Hi, > > 'monitor: use qmp_dispatch()' patch broke some iotests expecting a > 'missing parameter' error. This series fixes qapi visitors to return > this error for all types. > > This series should go on top of: > https://lists.gnu.org/archive/html/qemu-devel/2016-09/msg05949.html Touched up as discussed, and applied to my qapi-next branch. Thanks!