qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/9] qemu-ga patch queue for 2.6
@ 2016-02-25 17:11 Michael Roth
  2016-02-25 17:11 ` [Qemu-devel] [PULL 1/9] qga: Support enum names in guest-file-seek Michael Roth
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Michael Roth @ 2016-02-25 17:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

The following changes since commit 774ae4254d3910f1c94ad6ed44d14cbea0e6a2f2:

  Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20160225' into staging (2016-02-25 12:57:22 +0000)

are available in the git repository at:


  git://github.com/mdroth/qemu.git tags/qga-pull-2016-02-25-tag

for you to fetch changes up to e55eb806dbb97f53794b0c2f86983d34f6696845:

  qga: fix w32 breakage due to missing osdep.h includes (2016-02-25 10:54:32 -0600)

----------------------------------------------------------------
qemu-ga patch queue for 2.6

* fix w32 build breakage when VSS enabled
* fix up wchar handling in guest-set-user-password
* fix re-install handling for w32 MSI installer
* add w32 support for guest-get-vcpus
* add support for enums in guest-file-seek SEEK params
  instead of relying on platform-specific integer values

----------------------------------------------------------------
Eric Blake (1):
      qga: Support enum names in guest-file-seek

Gal Hammer (1):
      qga: implement the guest-get-vcpus for windows

Leonid Bloch (1):
      qemu-ga: Fixed minor version switch issue

Marc-André Lureau (5):
      qga: use more idiomatic qemu-style eol operators
      qga: use size_t for wcslen() return value
      qga: use wide-chars constants for wchar_t comparisons
      qga: fix off-by-one length check
      qga: check utf8-to-utf16 conversion

Michael Roth (1):
      qga: fix w32 breakage due to missing osdep.h includes

 qga/commands-posix.c        |  19 +++----
 qga/commands-win32.c        | 121 +++++++++++++++++++++++++++++++++++---------
 qga/commands.c              |  21 ++++++++
 qga/guest-agent-core.h      |   9 +---
 qga/installer/qemu-ga.wxs   |   2 +-
 qga/qapi-schema.json        |  33 +++++++++++-
 qga/vss-win32.c             |   2 +-
 qga/vss-win32/install.cpp   |   3 +-
 qga/vss-win32/provider.cpp  |   2 +-
 qga/vss-win32/requester.cpp |   8 +--
 qga/vss-win32/requester.h   |   2 +-
 tests/test-qga.c            |   9 ++--
 12 files changed, 170 insertions(+), 61 deletions(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-02-26 11:40 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-25 17:11 [Qemu-devel] [PULL 0/9] qemu-ga patch queue for 2.6 Michael Roth
2016-02-25 17:11 ` [Qemu-devel] [PULL 1/9] qga: Support enum names in guest-file-seek Michael Roth
2016-02-25 17:11 ` [Qemu-devel] [PULL 2/9] qemu-ga: Fixed minor version switch issue Michael Roth
2016-02-25 17:11 ` [Qemu-devel] [PULL 3/9] qga: implement the guest-get-vcpus for windows Michael Roth
2016-02-25 17:11 ` [Qemu-devel] [PULL 4/9] qga: use more idiomatic qemu-style eol operators Michael Roth
2016-02-25 17:11 ` [Qemu-devel] [PULL 5/9] qga: use size_t for wcslen() return value Michael Roth
2016-02-25 17:11 ` [Qemu-devel] [PULL 6/9] qga: use wide-chars constants for wchar_t comparisons Michael Roth
2016-02-25 17:11 ` [Qemu-devel] [PULL 7/9] qga: fix off-by-one length check Michael Roth
2016-02-25 17:12 ` [Qemu-devel] [PULL 8/9] qga: check utf8-to-utf16 conversion Michael Roth
2016-02-25 17:12 ` [Qemu-devel] [PULL 9/9] qga: fix w32 breakage due to missing osdep.h includes Michael Roth
2016-02-25 18:18 ` [Qemu-devel] [PULL 0/9] qemu-ga patch queue for 2.6 Peter Maydell
2016-02-25 21:27   ` Michael Roth
2016-02-26  5:44     ` Stefan Weil
2016-02-26 11:39       ` Peter Maydell
2016-02-26 11:40         ` Peter Maydell

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).