From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43541 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIho1-00034o-SN for qemu-devel@nongnu.org; Wed, 17 Nov 2010 08:12:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIho0-0003Ut-7A for qemu-devel@nongnu.org; Wed, 17 Nov 2010 08:12:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIhnz-0003Ud-SF for qemu-devel@nongnu.org; Wed, 17 Nov 2010 08:12:08 -0500 From: Luiz Capitulino Date: Wed, 17 Nov 2010 11:11:55 -0200 Message-Id: <1289999522-11333-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 0/7]: Monitor queue List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org Anthony, The following patches have been sent to the list and look good to me. I've also tested them. The changes (since 8ca209ad90bdb678932a6b18caf32b461dbe5eee) are available in the following repository: git://repo.or.cz/qemu/qmp-unstable.git for-anthony Luiz Capitulino (7): QMP: Revamp the Python class example QMP: Revamp the qmp-shell script QMP: Drop vm-info example script qemu-char: Introduce Memory driver QMP: Introduce Human Monitor passthrough command QMP/qmp-shell: Introduce HMP mode Makefile: Fix check dependency breakage Makefile | 14 ++-- QMP/README | 5 +- QMP/qmp-shell | 254 +++++++++++++++++++++++++++++++++++++++++++++++-------- QMP/qmp.py | 157 +++++++++++++++++++++++----------- QMP/vm-info | 33 ------- monitor.c | 38 ++++++++ qemu-char.c | 64 ++++++++++++++ qemu-char.h | 7 ++ qmp-commands.hx | 45 ++++++++++ 9 files changed, 489 insertions(+), 128 deletions(-)