From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRlBh-0002VJ-C0 for qemu-devel@nongnu.org; Mon, 25 Jul 2016 15:05:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRlBe-0000Q8-22 for qemu-devel@nongnu.org; Mon, 25 Jul 2016 15:05:13 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:24164 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRlBd-0000Pz-TW for qemu-devel@nongnu.org; Mon, 25 Jul 2016 15:05:09 -0400 Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u6PJ4nRg078595 for ; Mon, 25 Jul 2016 15:05:09 -0400 Received: from e35.co.us.ibm.com (e35.co.us.ibm.com [32.97.110.153]) by mx0b-001b2d01.pphosted.com with ESMTP id 24c1h4ptuk-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 25 Jul 2016 15:05:09 -0400 Received: from localhost by e35.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 25 Jul 2016 13:05:08 -0600 From: Michael Roth Date: Mon, 25 Jul 2016 14:04:24 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Message-Id: <1469473467-16316-1-git-send-email-mdroth@linux.vnet.ibm.com> Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL for-2.7 0/3] qemu-ga patch queue for 2.7 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 2d2e632ad00d11867c6c5625605b1fbc022dd6= 2f: Update version for v2.7.0-rc0 release (2016-07-22 15:32:42 +0100) are available in the git repository at: git://github.com/mdroth/qemu.git tags/qga-pull-2016-07-25-tag for you to fetch changes up to 690604f696db6b3da35988e29da3f8d7966e12bc: configure: mark qemu-ga VSS includes as system headers (2016-07-25 13:2= 3:18 -0500) ---------------------------------------------------------------- qemu-ga patch queue for 2.7 * fix w32 build failures due to -Werror when building with VSS/fsfreeze enabled * fix leaking for qemu-ga config files in `make check` ---------------------------------------------------------------- Marc-Andr=C3=A9 Lureau (2): build-sys: link tests/data tests: use static qga config file Michael Roth (1): configure: mark qemu-ga VSS includes as system headers configure | 11 ++++++++--- tests/data/test-qga-config | 8 ++++++++ tests/test-qga.c | 27 ++++----------------------- 3 files changed, 20 insertions(+), 26 deletions(-) create mode 100644 tests/data/test-qga-config