From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLehj-0000xD-QT for qemu-devel@nongnu.org; Fri, 18 Dec 2009 10:25:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLehe-0000rd-5H for qemu-devel@nongnu.org; Fri, 18 Dec 2009 10:25:18 -0500 Received: from [199.232.76.173] (port=57990 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLehe-0000rX-09 for qemu-devel@nongnu.org; Fri, 18 Dec 2009 10:25:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44003) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NLehd-0006Fu-K0 for qemu-devel@nongnu.org; Fri, 18 Dec 2009 10:25:13 -0500 From: Luiz Capitulino Date: Fri, 18 Dec 2009 13:24:58 -0200 Message-Id: <1261149905-7622-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [FOR 0.12 0/7]: More QMP related fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Apart form that there are two important changes: 1. New output for success response 2. A new argument type Thanks.