From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCeq6-0006Dv-7X for qemu-devel@nongnu.org; Tue, 07 Jul 2015 22:11:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCeq0-0002rV-C5 for qemu-devel@nongnu.org; Tue, 07 Jul 2015 22:11:58 -0400 Received: from e17.ny.us.ibm.com ([129.33.205.207]:57777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCeq0-0002rE-7T for qemu-devel@nongnu.org; Tue, 07 Jul 2015 22:11:52 -0400 Received: from /spool/local by e17.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 7 Jul 2015 22:11:51 -0400 Received: from b01cxnp22036.gho.pok.ibm.com (b01cxnp22036.gho.pok.ibm.com [9.57.198.26]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id D9AE56E804A for ; Tue, 7 Jul 2015 22:03:36 -0400 (EDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by b01cxnp22036.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t682BofO58851482 for ; Wed, 8 Jul 2015 02:11:50 GMT Received: from d01av01.pok.ibm.com (localhost [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t682BndL030415 for ; Tue, 7 Jul 2015 22:11:49 -0400 From: Michael Roth Date: Tue, 7 Jul 2015 21:11:25 -0500 Message-Id: <1436321496-26179-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 v3 00/11] qemu-ga patches for 2.4.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org Hi Peter, Please ignore the just-posted v2, the configure check was missing an include which resulted in the feature *always* being disabled. Sorry for all the noise. This adds win32 implementations of: guest-get-fsinfo guest-network-get-interfaces and modifies guest-fstrim to return per-mount results and continue on to other mounts even when a failure is encountered. There's also bug fixes for guest-fstrim and guest-set-time. The following changes since commit 7ce0f7dc87e50ebf58ac756ff6be17ec97d3ba4e: Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging (2015-07-07 21:16:06 +0100) are available in the git repository at: git://github.com/mdroth/qemu.git tags/qga-pull-2015-07-06-v3-tag for you to fetch changes up to c54e1eb4928d4e6762c7100d1d1ef5f08ddf922b: qga: added GuestPCIAddress information (2015-07-07 20:59:04 -0500) ---------------------------------------------------------------- tag for qga-pull-2015-07-06-v3 v3: - fix missing in configure test program. v2: - added configure check for guest-get-fs-info to avoid breakage on older MinGWs - removed extraneous include of ws2ipdef.h in w32 guest-network-get-interfaces. ws2tcpip.h already provides those definitions, and older MinGWs don't have it. - rebased on latest master ---------------------------------------------------------------- Justin Ossevoort (2): qga/commands-posix: Fix bug in guest-fstrim qga/qmp_guest_fstrim: Return per path fstrim result Kirk Allan (2): qga: add win32 library iphlpapi qga: win32 qmp_guest_network_get_interfaces implementation Marc-André Lureau (1): qga: fail early for invalid time Markus Armbruster (1): Revert "guest agent: remove g_strcmp0 usage" Michael Roth (2): configure: add configure check for ntdddisk.h qga: added GuestPCIAddress information Olga Krishtal (3): qga: added empty qmp_quest_get_fsinfo functionality. qga: added mountpoint and filesystem type for single volume qga: added bus type and disk location path configure | 27 ++- qga/commands-posix.c | 70 +++++-- qga/commands-win32.c | 530 ++++++++++++++++++++++++++++++++++++++++++++++++++- qga/main.c | 2 +- qga/qapi-schema.json | 44 ++++- 5 files changed, 642 insertions(+), 31 deletions(-)