From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1k0R-0004du-Kn for qemu-devel@nongnu.org; Wed, 25 Nov 2015 19:01:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1k0N-0000kw-FZ for qemu-devel@nongnu.org; Wed, 25 Nov 2015 19:01:47 -0500 Received: from mail-oi0-x233.google.com ([2607:f8b0:4003:c06::233]:36060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1k0N-0000ks-Ay for qemu-devel@nongnu.org; Wed, 25 Nov 2015 19:01:43 -0500 Received: by oiww189 with SMTP id w189so38407663oiw.3 for ; Wed, 25 Nov 2015 16:01:42 -0800 (PST) Sender: fluxion From: Michael Roth Date: Wed, 25 Nov 2015 18:01:19 -0600 Message-Id: <1448496085-17746-1-git-send-email-mdroth@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL v2 for-2.5 0/6] qemu-ga patch queue for 2.5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org 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(-)