From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bs8hM-0001jH-Ji for qemu-devel@nongnu.org; Thu, 06 Oct 2016 09:26:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bs8hH-0008NM-3y for qemu-devel@nongnu.org; Thu, 06 Oct 2016 09:26:56 -0400 From: Markus Armbruster References: <20160922203927.28241-1-marcandre.lureau@redhat.com> Date: Thu, 06 Oct 2016 15:26:48 +0200 In-Reply-To: <20160922203927.28241-1-marcandre.lureau@redhat.com> (=?utf-8?Q?=22Marc-Andr=C3=A9?= Lureau"'s message of "Fri, 23 Sep 2016 00:39:24 +0400") Message-ID: <878tu1halj.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 v4 0/3] Fix some qapi assert() 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, paolo.bonzini@gmail.com, qemu-stable@nongnu.org Marc-Andr=C3=A9 Lureau writes: > Hi, > > The following series fixes 2 triggerable asserts in qmp code: > - object-add assert() without props > - input visitor may assert() on missing parameter Touched up as discussed, and applied to my qapi-next branch. Thanks!