mbox

[PULL,0/6] qemu-ga queue and qemu-tool fixes

Message ID 1327505186-18328-1-git-send-email-mdroth@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://github.com/mdroth/qemu.git qga-pull-2012-01-23

Message

Michael Roth Jan. 25, 2012, 3:26 p.m. UTC
This pull adds 2 RPCs (guest-suspend and guest-set-support-level) to qemu-ga and some includes fixes/workarounds for building tools on Windows.

The following changes since commit 5b4448d27d7c6ff6e18a1edc8245cb1db783e37c:

  Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2012-01-23 11:00:26 -0600)

are available in the git repository at:

  git://github.com/mdroth/qemu.git qga-pull-2012-01-23

Luiz Capitulino (2):
      qemu-ga: set O_NONBLOCK for serial channels
      qemu-ga: Add the guest-suspend command

Michael Roth (4):
      main-loop: Fix SetEvent() on uninitialized handle on win32
      main-loop: For tools, initialize timers as part of qemu_init_main_loop()
      qemu-ga: Add schema documentation for types
      qemu-ga: add guest-set-support-level command

 main-loop.c                |    7 +-
 main-loop.h                |   12 ++
 qapi-schema-guest.json     |  217 ++++++++++++++++++++++++++++++++++++----
 qemu-ga.c                  |   66 ++++++++++++-
 qemu-tool.c                |    3 +-
 qga/guest-agent-commands.c |  239 ++++++++++++++++++++++++++++++++++++++++++++
 qga/guest-agent-core.h     |   11 ++
 vl.c                       |    5 +
 8 files changed, 533 insertions(+), 27 deletions(-)