Hello,
Please pull the following patches for qemu-ga, which include a number of
fixes applicable for the upcoming 1.7.1 release, and support for
communicating with a Windows guest over a serial port.
The following changes since commit 105a060188dc6fdd4551571a966514d1a5f6815a:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140220'
into staging (2014-02-21 15:04:58 +0000)
are available in the git repository at:
git://github.com/mdroth/qemu.git qga-pull-2014-02-24
for you to fetch changes up to bd7e859c65cafee7d63bd8650b09bab36673a7a1:
qemu-ga: isa-serial support on Windows (2014-02-23 19:07:59 -0600)
----------------------------------------------------------------
Markus Armbruster (1):
qga: Fix memory allocation pasto
Michal Privoznik (1):
qga: Don't require 'time' argument in guest-set-time command
Miki Mishael (1):
qemu-ga: isa-serial support on Windows
Tomoki Sekiyama (3):
qga: vss-win32: Use NULL as an invalid pointer for OpenEvent and
CreateEvent
qga: vss-win32: Fix interference with snapshot creation by other VSS
requesters
qga: vss-win32: Fix interference with snapshot deletion by other VSS
request
qga/channel-win32.c | 20 +++++++++++--
qga/commands-posix.c | 39 ++++++++++++++----------
qga/commands-win32.c | 34 ++++++++++++++-------
qga/main.c | 17 ++++++++---
qga/qapi-schema.json | 9 +++---
qga/vss-win32/provider.cpp | 21 +++++++++----
qga/vss-win32/requester.cpp | 70 ++++++++++++++++++++-----------------------
7 files changed, 132 insertions(+), 78 deletions(-)