qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 0/8] qemu-ga: add support for Windows


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PULL 0/8] qemu-ga: add support for Windows
Date: Fri, 24 Feb 2012 10:35:29 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15

On 02/23/2012 04:10 PM, Michael Roth wrote:
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

Pulled.  Thanks.

Regards,

Anthony Liguori

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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]