From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NeZln-0006NU-Jq for qemu-devel@nongnu.org; Mon, 08 Feb 2010 14:59:43 -0500 Received: from [199.232.76.173] (port=39204 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NeZln-0006NM-6c for qemu-devel@nongnu.org; Mon, 08 Feb 2010 14:59:43 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NeZll-0000wy-SH for qemu-devel@nongnu.org; Mon, 08 Feb 2010 14:59:42 -0500 Received: from mx20.gnu.org ([199.232.41.8]:5672) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NeZll-0000ny-64 for qemu-devel@nongnu.org; Mon, 08 Feb 2010 14:59:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NeZl1-0006vB-UD for qemu-devel@nongnu.org; Mon, 08 Feb 2010 14:58:56 -0500 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o18J1Z9l003132 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 8 Feb 2010 14:01:35 -0500 Received: from localhost (vpn-8-125.rdu.redhat.com [10.11.8.125]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o18J1X8N014228 for ; Mon, 8 Feb 2010 14:01:34 -0500 From: Luiz Capitulino Date: Mon, 8 Feb 2010 17:01:26 -0200 Message-Id: <1265655690-6628-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH v1 0/4]: QMP related fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Should be applied on top of feature negotiation series. changelog: ---------- v0 -> v1: - Document qobject_from_jsonf() new semantics