qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-2.5 0/6] qemu-ga patch queue for 2.5
@ 2015-11-25 22:47 Michael Roth
  2015-11-25 22:47 ` [Qemu-devel] [PULL for-2.5 1/6] makefile: fix qemu-ga make install for --disable-tools Michael Roth
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Michael Roth @ 2015-11-25 22:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

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-tag

for you to fetch changes up to 35f8c32a200c8133c66642ce0dac721b3480178a:

  qga: added another non-interactive gspawn() helper file. (2015-11-25 15:34:48 -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

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

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

end of thread, other threads:[~2015-11-26  0:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-25 22:47 [Qemu-devel] [PULL for-2.5 0/6] qemu-ga patch queue for 2.5 Michael Roth
2015-11-25 22:47 ` [Qemu-devel] [PULL for-2.5 1/6] makefile: fix qemu-ga make install for --disable-tools Michael Roth
2015-11-25 22:47 ` [Qemu-devel] [PULL for-2.5 2/6] qga: gspawn() console helper to Windows guest agent msi build Michael Roth
2015-11-25 22:47 ` [Qemu-devel] [PULL for-2.5 3/6] qga: flush explicitly when needed Michael Roth
2015-11-25 23:45   ` Eric Blake
2015-11-25 22:47 ` [Qemu-devel] [PULL for-2.5 4/6] tests: add file-write-read test Michael Roth
2015-11-25 22:47 ` [Qemu-devel] [PULL for-2.5 5/6] qga: Better mapping of SEEK_* in guest-file-seek Michael Roth
2015-11-25 22:47 ` [Qemu-devel] [PULL for-2.5 6/6] qga: added another non-interactive gspawn() helper file Michael Roth
2015-11-25 23:47 ` [Qemu-devel] [PULL for-2.5 0/6] qemu-ga patch queue for 2.5 Eric Blake
2015-11-26  0:02   ` Michael Roth

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