From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYzUL-0006VC-Pu for qemu-devel@nongnu.org; Thu, 25 Feb 2016 12:14:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYzUI-0001lC-JU for qemu-devel@nongnu.org; Thu, 25 Feb 2016 12:14:05 -0500 Received: from e37.co.us.ibm.com ([32.97.110.158]:36560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYzUI-0001k8-8N for qemu-devel@nongnu.org; Thu, 25 Feb 2016 12:14:02 -0500 Received: from localhost by e37.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 25 Feb 2016 10:14:00 -0700 Received: from b03cxnp08028.gho.boulder.ibm.com (b03cxnp08028.gho.boulder.ibm.com [9.17.130.20]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id 623723E40067 for ; Thu, 25 Feb 2016 10:13:56 -0700 (MST) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by b03cxnp08028.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1PHDutk31391998 for ; Thu, 25 Feb 2016 10:13:56 -0700 Received: from d03av03.boulder.ibm.com (localhost [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1PHDtkx028320 for ; Thu, 25 Feb 2016 10:13:56 -0700 From: Michael Roth Date: Thu, 25 Feb 2016 11:11:52 -0600 Message-Id: <1456420321-20924-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 0/9] qemu-ga patch queue for 2.6 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 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(-)