qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/9] QMP queue
@ 2013-06-17 15:57 Luiz Capitulino
  2013-06-17 15:57 ` [Qemu-devel] [PULL 1/9] error: add error_setg_file_open() helper Luiz Capitulino
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Luiz Capitulino @ 2013-06-17 15:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori

The following changes since commit 90a2541b763b31d2b551b07e24aae3de5266d31b:

  target-i386: fix over 80 chars warnings (2013-06-15 17:50:38 +0000)

are available in the git repository at:

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

for you to fetch changes up to dbfbc6373441e436ac6e2bcf7a8acb284225aa21:

  qerror: drop QERR_OPEN_FILE_FAILED macro (2013-06-17 11:01:14 -0400)

----------------------------------------------------------------
Luiz Capitulino (9):
      error: add error_setg_file_open() helper
      rng-random: use error_setg_file_open()
      block: mirror_complete(): use error_setg_file_open()
      blockdev: use error_setg_file_open()
      cpus: use error_setg_file_open()
      dump: qmp_dump_guest_memory(): use error_setg_file_open()
      savevm: qmp_xen_save_devices_state(): use error_setg_file_open()
      block: bdrv_reopen_prepare(): don't use QERR_OPEN_FILE_FAILED
      qerror: drop QERR_OPEN_FILE_FAILED macro

 backends/rng-random.c     |  3 +--
 block.c                   |  4 ++--
 block/mirror.c            |  2 +-
 blockdev.c                | 11 +++++++----
 cpus.c                    |  4 ++--
 dump.c                    |  2 +-
 include/qapi/error.h      |  5 +++++
 include/qapi/qmp/qerror.h |  3 ---
 savevm.c                  |  2 +-
 util/error.c              |  5 +++++
 10 files changed, 25 insertions(+), 16 deletions(-)

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [Qemu-devel] [PULL 0/9] QMP queue
@ 2014-09-26 19:03 Luiz Capitulino
  2014-09-29 18:27 ` Peter Maydell
  0 siblings, 1 reply; 16+ messages in thread
From: Luiz Capitulino @ 2014-09-26 19:03 UTC (permalink / raw)
  To: peter.maydell; +Cc: qemu-devel, anthony

The following changes since commit 81ab11a7a524d12412a59ef49c6b270671e62ea0:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2014-09-26 15:41:50 +0100)

are available in the git repository at:


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

for you to fetch changes up to a631892f9d6440812af98588e9635f1a2a7260ff:

  Add HMP command "info memory-devices" (2014-09-26 13:37:06 -0400)

----------------------------------------------------------------
Fam Zheng (1):
      qemu-iotests: Test missing "driver" key for blockdev-add

Luiz Capitulino (1):
      virtio-balloon: fix integer overflow in memory stats feature

Markus Armbruster (2):
      qemu-socket: Polish errors for connect() and listen() failure
      qemu-socket: Eliminate silly QERR_ macros

Michael Roth (3):
      qapi: add visit_start_union and visit_end_union
      qapi: dealloc visitor, implement visit_start_union
      tests: add QMP input visitor test for unions with no discriminator

Stratos Psomadakis (1):
      monitor: Reset HMP mon->rs in CHR_EVENT_OPEN

Zhu Guihua (1):
      Add HMP command "info memory-devices"

 hmp-commands.hx                         |  2 ++
 hmp.c                                   | 38 +++++++++++++++++++++++++++++++++
 hmp.h                                   |  1 +
 hw/virtio/virtio-balloon.c              |  7 +++++-
 include/qapi/qmp/qerror.h               | 12 -----------
 include/qapi/visitor-impl.h             |  2 ++
 include/qapi/visitor.h                  |  2 ++
 monitor.c                               |  8 +++++++
 qapi/qapi-dealloc-visitor.c             | 26 ++++++++++++++++++++++
 qapi/qapi-visit-core.c                  | 15 +++++++++++++
 scripts/qapi-visit.py                   |  6 ++++++
 tests/qapi-schema/qapi-schema-test.json | 10 +++++++++
 tests/qapi-schema/qapi-schema-test.out  |  3 +++
 tests/qemu-iotests/087                  | 17 +++++++++++++++
 tests/qemu-iotests/087.out              | 13 +++++++++++
 tests/test-qmp-input-strict.c           | 17 +++++++++++++++
 util/qemu-sockets.c                     | 26 +++++++++++-----------
 17 files changed, 179 insertions(+), 26 deletions(-)

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [Qemu-devel] [PULL 0/9]: QMP queue
@ 2011-09-15 20:05 Luiz Capitulino
  2011-09-20 20:38 ` Anthony Liguori
  0 siblings, 1 reply; 16+ messages in thread
From: Luiz Capitulino @ 2011-09-15 20:05 UTC (permalink / raw)
  To: aliguori; +Cc: qemu-devel

Anthony,

This is my latest pull of the RunState series with a build problem fixed
and yet another rebase (solved automatically by git).

The changes (since ef4f97cba2a354656b00eb8659bf61ab2321fa4e) are available
in the following repository:

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

Luiz Capitulino (9):
      Move vm_state_notify() prototype from cpus.h to sysemu.h
      Replace the VMSTOP macros with a proper state type
      RunState: Add additional states
      runstate_set(): Check for valid transitions
      Drop the incoming_expected global variable
      Drop the vm_running global variable
      Monitor/QMP: Don't allow cont on bad VM state
      QMP: query-status: Introduce 'status' key
      HMP: info status: Print the VM state

 audio/audio.c      |    2 +-
 cpus.c             |   20 +++---
 cpus.h             |    1 -
 gdbstub.c          |   34 ++++++------
 hw/etraxfs_dma.c   |    2 +-
 hw/ide/ahci.c      |    2 +-
 hw/ide/core.c      |    4 +-
 hw/ide/internal.h  |    3 +-
 hw/ide/pci.c       |    2 +-
 hw/kvmclock.c      |    5 +-
 hw/qxl.c           |    5 +-
 hw/scsi-disk.c     |    4 +-
 hw/virtio-blk.c    |    5 +-
 hw/virtio.c        |    4 +-
 hw/watchdog.c      |    2 +-
 kvm-all.c          |    2 +-
 migration.c        |   14 +++--
 monitor.c          |   22 +++++--
 qemu-timer.c       |    9 ++-
 qerror.c           |    4 +
 qerror.h           |    3 +
 qmp-commands.hx    |   19 ++++++-
 savevm.c           |    8 +-
 sysemu.h           |   42 +++++++++-----
 target-i386/kvm.c  |    4 +-
 ui/sdl.c           |    6 +-
 ui/spice-display.c |    3 +-
 ui/spice-display.h |    4 +-
 vl.c               |  156 ++++++++++++++++++++++++++++++++++++++++++++++------
 xen-all.c          |   12 ++--
 30 files changed, 292 insertions(+), 111 deletions(-)

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [Qemu-devel] [PULL 0/9]: QMP queue
@ 2011-09-14 20:49 Luiz Capitulino
  0 siblings, 0 replies; 16+ messages in thread
From: Luiz Capitulino @ 2011-09-14 20:49 UTC (permalink / raw)
  To: aliguori; +Cc: qemu-devel

The changes (since 44520db10b1b92f272348ab7028e7afc68ac3edf) are available
in the following repository:

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

Luiz Capitulino (9):
      Move vm_state_notify() prototype from cpus.h to sysemu.h
      Replace the VMSTOP macros with a proper state type
      RunState: Add additional states
      runstate_set(): Check for valid transitions
      Drop the incoming_expected global variable
      Drop the vm_running global variable
      Monitor/QMP: Don't allow cont on bad VM state
      QMP: query-status: Introduce 'status' key
      HMP: info status: Print the VM state

 audio/audio.c      |    2 +-
 cpus.c             |   20 +++---
 cpus.h             |    1 -
 gdbstub.c          |   34 ++++++------
 hw/etraxfs_dma.c   |    2 +-
 hw/ide/ahci.c      |    2 +-
 hw/ide/core.c      |    4 +-
 hw/ide/internal.h  |    3 +-
 hw/ide/pci.c       |    2 +-
 hw/kvmclock.c      |    5 +-
 hw/qxl.c           |    5 +-
 hw/scsi-disk.c     |    4 +-
 hw/virtio-blk.c    |    5 +-
 hw/virtio.c        |    4 +-
 hw/watchdog.c      |    2 +-
 kvm-all.c          |    2 +-
 migration.c        |   14 +++--
 monitor.c          |   22 +++++--
 qemu-timer.c       |    9 ++-
 qerror.c           |    4 +
 qerror.h           |    3 +
 qmp-commands.hx    |   19 ++++++-
 savevm.c           |    8 +-
 sysemu.h           |   42 +++++++++-----
 target-i386/kvm.c  |    4 +-
 ui/sdl.c           |    6 +-
 ui/spice-display.c |    3 +-
 ui/spice-display.h |    4 +-
 vl.c               |  156 ++++++++++++++++++++++++++++++++++++++++++++++------
 xen-all.c          |    8 ++-
 30 files changed, 290 insertions(+), 109 deletions(-)

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-09-29 18:27 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-17 15:57 [Qemu-devel] [PULL 0/9] QMP queue Luiz Capitulino
2013-06-17 15:57 ` [Qemu-devel] [PULL 1/9] error: add error_setg_file_open() helper Luiz Capitulino
2013-06-17 15:57 ` [Qemu-devel] [PULL 2/9] rng-random: use error_setg_file_open() Luiz Capitulino
2013-06-17 15:57 ` [Qemu-devel] [PULL 3/9] block: mirror_complete(): " Luiz Capitulino
2013-06-17 15:57 ` [Qemu-devel] [PULL 4/9] blockdev: " Luiz Capitulino
2013-06-17 15:57 ` [Qemu-devel] [PULL 5/9] cpus: " Luiz Capitulino
2013-06-17 15:57 ` [Qemu-devel] [PULL 6/9] dump: qmp_dump_guest_memory(): " Luiz Capitulino
2013-06-17 15:57 ` [Qemu-devel] [PULL 7/9] savevm: qmp_xen_save_devices_state(): " Luiz Capitulino
2013-06-17 15:57 ` [Qemu-devel] [PULL 8/9] block: bdrv_reopen_prepare(): don't use QERR_OPEN_FILE_FAILED Luiz Capitulino
2013-06-17 15:57 ` [Qemu-devel] [PULL 9/9] qerror: drop QERR_OPEN_FILE_FAILED macro Luiz Capitulino
2013-06-17 21:17 ` [Qemu-devel] [PULL 0/9] QMP queue Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2014-09-26 19:03 Luiz Capitulino
2014-09-29 18:27 ` Peter Maydell
2011-09-15 20:05 [Qemu-devel] [PULL 0/9]: " Luiz Capitulino
2011-09-20 20:38 ` Anthony Liguori
2011-09-14 20:49 Luiz Capitulino

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