From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKDGE-0007Oi-4N for qemu-devel@nongnu.org; Mon, 25 Mar 2013 15:40:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKDG8-000862-FE for qemu-devel@nongnu.org; Mon, 25 Mar 2013 15:40:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKDG8-00085a-5g for qemu-devel@nongnu.org; Mon, 25 Mar 2013 15:40:44 -0400 From: Luiz Capitulino Date: Mon, 25 Mar 2013 15:40:37 -0400 Message-Id: <1364240439-23450-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Monitor: make output buffer dynamic List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kraxel@redhat.com, fred.konrad@greensocs.com Hi, This series fixes an easy to reproduce assertion in the Monitor code. The second patch contains all the relevant details. Gerd, I'd like a reviewed-by from you before merging this. Luiz Capitulino (2): qstring: add qobject_get_length() Monitor: Make output buffer dynamic include/qapi/qmp/qstring.h | 1 + monitor.c | 42 +++++++++++++++++++++++++----------------- qobject/qstring.c | 8 ++++++++ 3 files changed, 34 insertions(+), 17 deletions(-) -- 1.8.1.4