From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaXa6-0004BY-HC for qemu-devel@nongnu.org; Tue, 24 Mar 2015 18:45:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaXa3-0006mu-Bd for qemu-devel@nongnu.org; Tue, 24 Mar 2015 18:45:54 -0400 Received: from cantor2.suse.de ([195.135.220.15]:53717 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaXa3-0006mY-4m for qemu-devel@nongnu.org; Tue, 24 Mar 2015 18:45:51 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Tue, 24 Mar 2015 23:45:46 +0100 Message-Id: <1427237148-8728-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH for-2.3 0/2] qtest: Fix remaining test paths to include architecture List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, =?UTF-8?q?Andreas=20F=C3=A4rber?= , stefanha@redhat.com, peter.maydell@linaro.org Hello, This mini-series is a follow-up, fixing the last remaining GTester paths to indicate the architecture they are executed for (i386 vs. x86_64). Unlike the previous patch, there is no libqtest wrapper function adding t= he architecture yet; other tests manually constructed a correct path to pass= to g_test_add_data_func(). For convenience, add such a helper function. Based on "[PATCH for-2.3] fw_cfg-test: Fix test path to include architect= ure", which missed -rc1. If there's no objection, I'll put these in a pull for = -rc2. Regards, Andreas Andreas F=C3=A4rber (2): qtest: Add qtest_add_data_func() wrapper function i440fx-test: Fix test paths to include architecture tests/i440fx-test.c | 8 +++++--- tests/libqtest.c | 7 +++++++ tests/libqtest.h | 12 ++++++++++++ 3 files changed, 24 insertions(+), 3 deletions(-) --=20 2.1.4