From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9zU1-0008Hw-Ef for qemu-devel@nongnu.org; Tue, 20 Mar 2012 09:52:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9zTg-0007vG-Ud for qemu-devel@nongnu.org; Tue, 20 Mar 2012 09:52:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9zTg-0007u2-Mi for qemu-devel@nongnu.org; Tue, 20 Mar 2012 09:51:56 -0400 Date: Tue, 20 Mar 2012 10:51:53 -0300 From: Luiz Capitulino Message-ID: <20120320105153.060188ac@doriath.home> In-Reply-To: <1332238969-5770-1-git-send-email-lersek@redhat.com> References: <20120320004332.GA25518@illuin> <1332238969-5770-1-git-send-email-lersek@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/2] qapi: fix double free in QMP OV cleanup, add test case List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: mdroth@linux.vnet.ibm.com, pbonzini@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org, aliguori@us.ibm.com On Tue, 20 Mar 2012 11:22:47 +0100 Laszlo Ersek wrote: > v1->v2: added Paolo's test case as second patch in the series. Also tried > to come up with a better subject for 1/2. Applied to the qmp branch, thanks. > > Laszlo Ersek (1): > qapi: fix double free in qmp_output_visitor_cleanup() > > Paolo Bonzini (1): > qapi: add struct-errors test case to test-qmp-output-visitor > > qapi-schema-test.json | 2 +- > qapi/qmp-output-visitor.c | 8 +++++--- > test-qmp-output-visitor.c | 20 ++++++++++++++++++++ > 3 files changed, 26 insertions(+), 4 deletions(-) >