qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/7][PULL]: QMP/Monitor queue


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH 0/7][PULL]: QMP/Monitor queue
Date: Wed, 19 May 2010 13:02:55 -0300

 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(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]