From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV71X-00005i-09 for qemu-devel@nongnu.org; Thu, 27 Aug 2015 19:56:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZV71T-0001VY-QJ for qemu-devel@nongnu.org; Thu, 27 Aug 2015 19:56:02 -0400 Received: from e18.ny.us.ibm.com ([129.33.205.208]:44119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV71T-0001VS-MN for qemu-devel@nongnu.org; Thu, 27 Aug 2015 19:55:59 -0400 Received: from /spool/local by e18.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 27 Aug 2015 19:55:59 -0400 Received: from b01cxnp23032.gho.pok.ibm.com (b01cxnp23032.gho.pok.ibm.com [9.57.198.27]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id BE136C9003E for ; Thu, 27 Aug 2015 19:47:01 -0400 (EDT) Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by b01cxnp23032.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t7RNtups62914812 for ; Thu, 27 Aug 2015 23:55:57 GMT Received: from d01av02.pok.ibm.com (localhost [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t7RNtuLv003276 for ; Thu, 27 Aug 2015 19:55:56 -0400 From: Michael Roth Date: Thu, 27 Aug 2015 18:55:40 -0500 Message-Id: <1440719744-24755-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] [PATCH v2 0/4] qemu-ga: various w32 build fix-ups for MSI/VSS support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: marcandre.lureau@redhat.com, yhindin@redhat.com, leonid@daynix.com, pbonzini@redhat.com These patches are based on the qga tree: https://github.com/mdroth/qemu/commits/qga and are also available from: https://github.com/mdroth/qemu/commits/qga-dev-build-fixes These are minor fixes/refactorings to improve the build process for qemu-ga. v2: * filter $(QGA_VSS_PROVIDER) from qemu-ga LINK target instead of wildcard matches against %.tlb and %.dll (Marc-André) * add comments to clarify the above behavior (Marc-André) Makefile | 13 ++++++------- configure | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------- 2 files changed, 69 insertions(+), 63 deletions(-)