mbox

[PULL,0/6] QMP queue

Message ID 1373478767-20965-1-git-send-email-lcapitulino@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

Message

Luiz Capitulino July 10, 2013, 5:52 p.m. UTC
The following changes since commit 51455c59ddc370612f6e070d8eb0e594aaa7ef24:

  Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging (2013-07-10 10:54:16 -0500)

are available in the git repository at:


  git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

for you to fetch changes up to 5e2ac5191772dea782ff78e95edd395985273019:

  add timestamp to error_report() (2013-07-10 13:42:09 -0400)

----------------------------------------------------------------
Kevin Wolf (4):
      qapi.py: Avoid code duplication
      qapi.py: Allow top-level type reference for command definitions
      qapi-schema: Use BlockdevSnapshot type for blockdev-snapshot-sync
      qapi-schema: Use existing type for drive-backup arguments

Markus Armbruster (1):
      qemu-char: Fix ringbuf option size

Seiji Aguchi (1):
      add timestamp to error_report()

 include/qemu/error-report.h |  2 ++
 qapi-schema.json            | 46 ++++-----------------------------------------
 qemu-char.c                 |  2 +-
 qemu-options.hx             | 11 +++++++++++
 scripts/qapi.py             | 37 +++++++++++++++++++++++++++---------
 util/qemu-error.c           | 10 ++++++++++
 vl.c                        | 26 +++++++++++++++++++++++++
 7 files changed, 82 insertions(+), 52 deletions(-)