From: Michael Roth <mdroth@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: aliguori@us.ibm.com
Subject: [Qemu-devel] [PULL 0/8] qemu-ga: add support for Windows
Date: Thu, 23 Feb 2012 16:10:47 -0600 [thread overview]
Message-ID: <1330035055-29838-1-git-send-email-mdroth@linux.vnet.ibm.com> (raw)
The following changes since commit 235fe3bfd46b1104575b540d0bc3fdf584030b99:
qom: add test tools (2012-02-22 12:18:26 -0600)
are available in the git repository at:
git://github.com/mdroth/qemu.git qga-win32-pull-2-23-12
Michael Roth (8):
qemu-ga: Add schema documentation for types
qemu-ga: move channel/transport functionality into wrapper class
qemu-ga: separate out common commands from posix-specific ones
qemu-ga: rename guest-agent-commands.c -> commands-posix.c
qemu-ga: fixes for win32 build of qemu-ga
qemu-ga: add initial win32 support
qemu-ga: add Windows service integration
qemu-ga: add win32 guest-shutdown command
Makefile | 2 +-
Makefile.objs | 8 +-
configure | 2 +-
qapi-schema-guest.json | 118 +++++-
qemu-ga.c | 423 ++++++++++------------
qga/channel-posix.c | 246 +++++++++++++
qga/channel-win32.c | 340 +++++++++++++++++
qga/channel.h | 33 ++
qga/{guest-agent-commands.c => commands-posix.c} | 59 +---
qga/commands-win32.c | 130 +++++++
qga/commands.c | 73 ++++
qga/guest-agent-core.h | 3 +-
qga/service-win32.c | 114 ++++++
qga/service-win32.h | 30 ++
14 files changed, 1263 insertions(+), 318 deletions(-)
create mode 100644 qga/channel-posix.c
create mode 100644 qga/channel-win32.c
create mode 100644 qga/channel.h
rename qga/{guest-agent-commands.c => commands-posix.c} (89%)
create mode 100644 qga/commands-win32.c
create mode 100644 qga/commands.c
create mode 100644 qga/service-win32.c
create mode 100644 qga/service-win32.h
next reply other threads:[~2012-02-23 22:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-23 22:10 Michael Roth [this message]
2012-02-23 22:10 ` [Qemu-devel] [PATCH 1/8] qemu-ga: Add schema documentation for types Michael Roth
2012-02-23 22:10 ` [Qemu-devel] [PATCH 2/8] qemu-ga: move channel/transport functionality into wrapper class Michael Roth
2012-02-23 22:10 ` [Qemu-devel] [PATCH 3/8] qemu-ga: separate out common commands from posix-specific ones Michael Roth
2012-02-23 22:10 ` [Qemu-devel] [PATCH 4/8] qemu-ga: rename guest-agent-commands.c -> commands-posix.c Michael Roth
2012-02-23 22:10 ` [Qemu-devel] [PATCH 5/8] qemu-ga: fixes for win32 build of qemu-ga Michael Roth
2012-02-23 22:10 ` [Qemu-devel] [PATCH 6/8] qemu-ga: add initial win32 support Michael Roth
2012-02-23 22:10 ` [Qemu-devel] [PATCH 7/8] qemu-ga: add Windows service integration Michael Roth
2012-02-23 22:10 ` [Qemu-devel] [PATCH 8/8] qemu-ga: add win32 guest-shutdown command Michael Roth
2012-02-24 16:35 ` [Qemu-devel] [PULL 0/8] qemu-ga: add support for Windows Anthony Liguori
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=1330035055-29838-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).