From: Michael Roth <mdroth@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: aliguori@us.ibm.com
Subject: [Qemu-devel] [PULL 0/6] qemu-ga queue and qemu-tool fixes
Date: Wed, 25 Jan 2012 09:26:20 -0600 [thread overview]
Message-ID: <1327505186-18328-1-git-send-email-mdroth@linux.vnet.ibm.com> (raw)
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(-)
next reply other threads:[~2012-01-25 15:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-25 15:26 Michael Roth [this message]
2012-01-25 15:26 ` [Qemu-devel] [PATCH 1/6] main-loop: Fix SetEvent() on uninitialized handle on win32 Michael Roth
2012-01-25 15:26 ` [Qemu-devel] [PATCH 2/6] main-loop: For tools, initialize timers as part of qemu_init_main_loop() Michael Roth
2012-01-25 15:26 ` [Qemu-devel] [PATCH 3/6] qemu-ga: Add schema documentation for types Michael Roth
2012-01-25 15:26 ` [Qemu-devel] [PATCH 4/6] qemu-ga: add guest-set-support-level command Michael Roth
2012-01-25 15:26 ` [Qemu-devel] [PATCH 5/6] qemu-ga: set O_NONBLOCK for serial channels Michael Roth
2012-01-25 15:26 ` [Qemu-devel] [PATCH 6/6] qemu-ga: Add the guest-suspend command Michael Roth
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=1327505186-18328-1-git-send-email-mdroth@linux.vnet.ibm.com \
--to=mdroth@linux.vnet.ibm.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).