mbox

[PULL,v2,for-2.5,0/6] qemu-ga patch queue for 2.5

Message ID 1448496085-17746-1-git-send-email-mdroth@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://github.com/mdroth/qemu.git tags/qga-pull-2015-11-25-v2-tag

Message

Michael Roth Nov. 26, 2015, 12:01 a.m. UTC
The following changes since commit 1a4dab849d5d06191ab5e5850f6b8bfcad8ceb47:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2015-11-25 14:47:06 +0000)

are available in the git repository at:


  git://github.com/mdroth/qemu.git tags/qga-pull-2015-11-25-v2-tag

for you to fetch changes up to 44c6e00c3fd85b9c496bd3e74108ace126813a59:

  qga: added another non-interactive gspawn() helper file. (2015-11-25 17:56:45 -0600)

----------------------------------------------------------------
qemu-ga patch queue for 2.5

* include additional w32 MSI install components needed for
  guest-exec
* fix 'make install' when compiling with --disable-tools
* fix potential data corruption/loss when accessing files
  bi-directionally via guest-file-{read,write}
* explicitly document how integer args for guest-file-seek map to
  SEEK_SET/SEEK_CUR/etc to avoid platform-specific differences

v2:
* fixed missing SoB

----------------------------------------------------------------
Eric Blake (1):
      qga: Better mapping of SEEK_* in guest-file-seek

Marc-André Lureau (2):
      qga: flush explicitly when needed
      tests: add file-write-read test

Michael Roth (1):
      makefile: fix qemu-ga make install for --disable-tools

Yuri Pudgorodskiy (2):
      qga: gspawn() console helper to Windows guest agent msi build
      qga: added another non-interactive gspawn() helper file.

 Makefile                  |  5 +--
 qga/commands-posix.c      | 56 ++++++++++++++++++++++++++-
 qga/commands-win32.c      | 20 +++++++++-
 qga/guest-agent-core.h    |  7 ++++
 qga/installer/qemu-ga.wxs | 18 +++++++++
 qga/qapi-schema.json      |  4 +-
 tests/test-qga.c          | 98 +++++++++++++++++++++++++++++++++++++++++++++--
 7 files changed, 197 insertions(+), 11 deletions(-)

Comments

Peter Maydell Nov. 26, 2015, 10:57 a.m. UTC | #1
On 26 November 2015 at 00:01, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> The following changes since commit 1a4dab849d5d06191ab5e5850f6b8bfcad8ceb47:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2015-11-25 14:47:06 +0000)
>
> are available in the git repository at:
>
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2015-11-25-v2-tag
>
> for you to fetch changes up to 44c6e00c3fd85b9c496bd3e74108ace126813a59:
>
>   qga: added another non-interactive gspawn() helper file. (2015-11-25 17:56:45 -0600)
>
> ----------------------------------------------------------------
> qemu-ga patch queue for 2.5
>
> * include additional w32 MSI install components needed for
>   guest-exec
> * fix 'make install' when compiling with --disable-tools
> * fix potential data corruption/loss when accessing files
>   bi-directionally via guest-file-{read,write}
> * explicitly document how integer args for guest-file-seek map to
>   SEEK_SET/SEEK_CUR/etc to avoid platform-specific differences
>
> v2:
> * fixed missing SoB
>
> ----------------------------------------------------------------
> Eric Blake (1):
>       qga: Better mapping of SEEK_* in guest-file-seek
>
> Marc-André Lureau (2):
>       qga: flush explicitly when needed
>       tests: add file-write-read test
>
> Michael Roth (1):
>       makefile: fix qemu-ga make install for --disable-tools
>
> Yuri Pudgorodskiy (2):
>       qga: gspawn() console helper to Windows guest agent msi build
>       qga: added another non-interactive gspawn() helper file.
>

Applied, thanks.

-- PMM