qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Luiz Capitulino <lcapitulino@redhat.com>
To: aliguori@us.ibm.com
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/7][PULL]: QMP/Monitor queue
Date: Wed, 19 May 2010 13:02:55 -0300	[thread overview]
Message-ID: <1274284982-15125-1-git-send-email-lcapitulino@redhat.com> (raw)

 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	other threads:[~2010-05-19 16:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-19 16:02 Luiz Capitulino [this message]
2010-05-19 16:02 ` [Qemu-devel] [PATCH 1/7] QMP: Add "Downstream extension of QMP" to spec Luiz Capitulino
2010-05-19 16:02 ` [Qemu-devel] [PATCH 2/7] Revert "PCI: Convert pci_device_hot_add() to QObject" Luiz Capitulino
2010-05-19 16:02 ` [Qemu-devel] [PATCH 3/7] Revert "monitor: Convert do_pci_device_hot_remove() " Luiz Capitulino
2010-05-19 16:02 ` [Qemu-devel] [PATCH 4/7] Revert "Monitor: Return before exiting with 'quit'" Luiz Capitulino
2010-05-19 16:03 ` [Qemu-devel] [PATCH 5/7] sysemu: Export 'no_shutdown' Luiz Capitulino
2010-05-19 16:03 ` [Qemu-devel] [PATCH 6/7] Monitor: Return before exiting with 'quit' Luiz Capitulino
2010-05-19 16:03 ` [Qemu-devel] [PATCH 7/7] Fix qtypes' licenses Luiz Capitulino

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1274284982-15125-1-git-send-email-lcapitulino@redhat.com \
    --to=lcapitulino@redhat.com \
    --cc=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).