From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIhCM-000571-Cy for qemu-devel@nongnu.org; Thu, 30 Jun 2016 15:00:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIhCI-0007BC-9X for qemu-devel@nongnu.org; Thu, 30 Jun 2016 15:00:25 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:10553 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIhCI-0007Aw-4Y for qemu-devel@nongnu.org; Thu, 30 Jun 2016 15:00:22 -0400 Received: from pps.filterd (m0098417.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u5UIojHT116129 for ; Thu, 30 Jun 2016 15:00:21 -0400 Received: from e17.ny.us.ibm.com (e17.ny.us.ibm.com [129.33.205.207]) by mx0a-001b2d01.pphosted.com with ESMTP id 23v09r9ktv-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 30 Jun 2016 15:00:21 -0400 Received: from localhost by e17.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 30 Jun 2016 15:00:20 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <1465988761-23054-1-git-send-email-marcandre.lureau@redhat.com> References: <1465988761-23054-1-git-send-email-marcandre.lureau@redhat.com> Date: Thu, 30 Jun 2016 10:28:58 -0500 Message-Id: <20160630152858.14863.54441@loki> Subject: Re: [Qemu-devel] [PATCH v2 0/2] Remove test-qga temporary file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marcandre.lureau@redhat.com, qemu-devel@nongnu.org Cc: peter.maydell@linaro.org Quoting marcandre.lureau@redhat.com (2016-06-15 06:05:59) > From: Marc-Andr=C3=A9 Lureau > = > Hi, > = > Here are 2 small patches to remove the need for temporary file > creation in test-qga. > = > v1->v2: > - use a symlink to tests/data instead of hardcoding SRC_PATH > = > Marc-Andr=C3=A9 Lureau (2): > build-sys: link tests/data > tests: use static qga config file Thanks, applied to qga tree: https://github.com/mdroth/qemu/commits/qga > = > configure | 5 +++++ > tests/data/test-qga-config | 8 ++++++++ > tests/test-qga.c | 27 ++++----------------------- > 3 files changed, 17 insertions(+), 23 deletions(-) > create mode 100644 tests/data/test-qga-config > = > -- = > 2.7.4 >=20