From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fb2uz-0000P6-6H for qemu-devel@nongnu.org; Thu, 05 Jul 2018 07:59:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fb2uv-0000wx-9o for qemu-devel@nongnu.org; Thu, 05 Jul 2018 07:59:25 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:60334 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fb2uv-0000vH-4Y for qemu-devel@nongnu.org; Thu, 05 Jul 2018 07:59:21 -0400 From: Markus Armbruster References: <20180326150916.9602-1-marcandre.lureau@redhat.com> <20180326150916.9602-13-marcandre.lureau@redhat.com> Date: Thu, 05 Jul 2018 13:59:15 +0200 In-Reply-To: <20180326150916.9602-13-marcandre.lureau@redhat.com> (=?utf-8?Q?=22Marc-Andr=C3=A9?= Lureau"'s message of "Mon, 26 Mar 2018 17:08:50 +0200") Message-ID: <8736wx99m4.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 12/38] tests: add a qmp success-response test 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, Eduardo Habkost , Juan Quintela , "Dr. David Alan Gilbert" , Gerd Hoffmann , Cleber Rosa , Michael Roth Marc-Andr=C3=A9 Lureau writes: > Verify the usage of this schema feature and the API behaviour. This > should be the only case where qmp_dispatch() returns NULL without > error. > > Signed-off-by: Marc-Andr=C3=A9 Lureau Needs a rebase. Looks good otherwise.