From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49561 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEljq-0003qJ-T4 for qemu-devel@nongnu.org; Wed, 19 May 2010 12:03:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEljn-0005So-OX for qemu-devel@nongnu.org; Wed, 19 May 2010 12:03:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54390) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEljn-0005ST-HO for qemu-devel@nongnu.org; Wed, 19 May 2010 12:03:15 -0400 From: Luiz Capitulino Date: Wed, 19 May 2010 13:02:55 -0300 Message-Id: <1274284982-15125-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 0/7][PULL]: QMP/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 Hi Anthony, The following QMP/Monitor patches have been sent to the list and look good to me. I have also tested most of them. Please, note that I didn't add the QMP doc patches, since they are still under discussion. The changes (since 0d5d46993840c1e6a04c1db38a554aad4ee83835) are available in the following repository: git://repo.or.cz/qemu/qmp-unstable.git for-anthony Luiz Capitulino (4): Revert "Monitor: Return before exiting with 'quit'" sysemu: Export 'no_shutdown' Monitor: Return before exiting with 'quit' Fix qtypes' licenses Markus Armbruster (3): QMP: Add "Downstream extension of QMP" to spec Revert "PCI: Convert pci_device_hot_add() to QObject" Revert "monitor: Convert do_pci_device_hot_remove() to QObject" QMP/qmp-spec.txt | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ check-qdict.c | 3 ++ check-qfloat.c | 5 ---- check-qint.c | 3 ++ check-qlist.c | 4 +- check-qstring.c | 3 ++ hw/pci-hotplug.c | 51 ++++++------------------------------------------- monitor.c | 4 ++- qbool.c | 8 ------- qdict.c | 6 ++-- qdict.h | 12 +++++++++++ qemu-monitor.hx | 6 +--- qemu-objects.h | 5 ++- qerror.c | 2 +- qerror.h | 2 +- qfloat.c | 8 ------- qint.c | 7 +++-- qint.h | 12 +++++++++++ qlist.c | 7 +++-- qlist.h | 7 +++-- qobject.h | 4 +- qstring.c | 7 +++-- qstring.h | 12 +++++++++++ sysemu.h | 9 ++----- vl.c | 18 ----------------- 25 files changed, 143 insertions(+), 117 deletions(-)