From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NB8ho-0007SV-OS for qemu-devel@nongnu.org; Thu, 19 Nov 2009 10:13:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NB8hk-0007Pb-SY for qemu-devel@nongnu.org; Thu, 19 Nov 2009 10:13:56 -0500 Received: from [199.232.76.173] (port=49908 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NB8hk-0007PH-DZ for qemu-devel@nongnu.org; Thu, 19 Nov 2009 10:13:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11636) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NB8hj-00021Z-Jo for qemu-devel@nongnu.org; Thu, 19 Nov 2009 10:13:52 -0500 From: Luiz Capitulino Date: Thu, 19 Nov 2009 13:13:28 -0200 Message-Id: <1258643623-8636-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [RFC v0 00/15] QEMU Monitor Protocol 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, avi@redhat.com Hi, This is not stable yet, it has a few bugs and a number of things to be done, but I'm sending it now so that it can get an initial review while I'm working on it. At the end of the series there are two simple Python scripts which are able to talk to QEMU by using QMP. Main issues are: o Not all errors are being detected/handled correctly o Not using the stream parser to read the input If you want to try this, you need at least the latest version of QError, and the conversions series to make this really useful. Thanks.