From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCePA-0007fo-Jw for qemu-devel@nongnu.org; Tue, 07 Jul 2015 21:44:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCeP0-0001Zc-Ns for qemu-devel@nongnu.org; Tue, 07 Jul 2015 21:44:08 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:39545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCeP0-0001ZK-HU for qemu-devel@nongnu.org; Tue, 07 Jul 2015 21:43:58 -0400 Received: from /spool/local by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 7 Jul 2015 19:43:57 -0600 Received: from b03cxnp08026.gho.boulder.ibm.com (b03cxnp08026.gho.boulder.ibm.com [9.17.130.18]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 0100D1FF0042 for ; Tue, 7 Jul 2015 19:35:05 -0600 (MDT) Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by b03cxnp08026.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t681hSMG43450382 for ; Tue, 7 Jul 2015 18:43:28 -0700 Received: from d03av05.boulder.ibm.com (localhost [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t681hsNx000565 for ; Tue, 7 Jul 2015 19:43:54 -0600 From: Michael Roth Date: Tue, 7 Jul 2015 20:43:28 -0500 Message-Id: <1436319819-17864-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 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, Here's an updated PULL for outstanding qemu-ga patches. There's a configure check added to deal with the MinGW breakage as discussed. 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-v2-tag for you to fetch changes up to dab44f6d43ad82a64a8a553193c65e002d999556: qga: added GuestPCIAddress information (2015-07-07 20:14:36 -0500) ---------------------------------------------------------------- tag for qga-pull-2015-07-06-v2 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 | 26 ++- qga/commands-posix.c | 70 +++++-- qga/commands-win32.c | 530 ++++++++++++++++++++++++++++++++++++++++++++++++++- qga/main.c | 2 +- qga/qapi-schema.json | 44 ++++- 5 files changed, 641 insertions(+), 31 deletions(-)