From patchwork Tue Apr 10 19:39:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Alex_Benn=C3=A9e?= X-Patchwork-Id: 896938 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="e72+3CcO"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40LHsx1nwMz9s1p for ; Wed, 11 Apr 2018 05:53:41 +1000 (AEST) Received: from localhost ([::1]:39945 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5zKl-0003r3-94 for incoming@patchwork.ozlabs.org; Tue, 10 Apr 2018 15:53:39 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5zC4-0004wN-Jx for qemu-devel@nongnu.org; Tue, 10 Apr 2018 15:44:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5zC2-0001AV-Vl for qemu-devel@nongnu.org; Tue, 10 Apr 2018 15:44:40 -0400 Received: from mail-wr0-x241.google.com ([2a00:1450:400c:c0c::241]:34897) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f5zC2-00019X-PF for qemu-devel@nongnu.org; Tue, 10 Apr 2018 15:44:38 -0400 Received: by mail-wr0-x241.google.com with SMTP id o3so1638094wri.2 for ; Tue, 10 Apr 2018 12:44:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=GWWNOOQz3JwAD5dspqSBUhy+3xpcYMawH0tzuvfW2KI=; b=e72+3CcOdtszpx5NFPoObHwCIHb/S3mlx5fAuqmFuDHZr5RSEcJBna1BFWRpqdZAeA cZvyyUBRdeluxmVAkB5D77GdV43HU+06N/c8dgoV21DyPU0vU9lXKT4PmZY3Z+eFNwSv NXeQZhiWBC18/3pwpa4c84Qv+kDpzOh2PG2tg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=GWWNOOQz3JwAD5dspqSBUhy+3xpcYMawH0tzuvfW2KI=; b=AAXQkuf+R09GmR8m3WXDBU7+1PSPEHE8Vu6/SRByn+QL6xCaEevRu1Mi8WFvXiMNPt HmbcXedJpuUT7DphOUQoCmbTvYTpVzPfS2IudRi962JJkarDap8H74TdrFNo1srKzWMA ZxVITOcF9/lf/58QLVuk1My13sDMLgFwddlh7bDpMn/Q8fi4OaTtfIFLNLZ0tIF+v3gH 6hyoosLhswXS4Y4R6ndCAAI3ITfmSPUFtvqfHslHplQA6b8U2sk4okxsJsXq1f7HJUFR pN9YQTkcdzArGz70CKIQ5ZKgxoQv+9XBgBuHa4gU4oHdNexi/Y+SFxRaIeqIrsncpEBa pLGA== X-Gm-Message-State: ALQs6tCq5htjpvzYFQUo1DChKQBUha89OAGT4U7U8EGy1fgKUryfYQaq 0nxs9KS/5hnrWAKShBVZ+q/ziESW3GU= X-Google-Smtp-Source: AIpwx49PPEowTNSlB35B8P8+t2/18EZ44RTLxYV+sYiLWLYFo1FLZTsDXM18Y3GCRPj1VkSlkm7lEQ== X-Received: by 10.223.208.204 with SMTP id z12mr1387379wrh.60.1523389477678; Tue, 10 Apr 2018 12:44:37 -0700 (PDT) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id f10sm2898526wrg.0.2018.04.10.12.44.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Apr 2018 12:44:34 -0700 (PDT) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id A291D3E0BDF; Tue, 10 Apr 2018 20:39:20 +0100 (BST) From: =?utf-8?q?Alex_Benn=C3=A9e?= To: qemu-devel@nongnu.org Date: Tue, 10 Apr 2018 20:39:12 +0100 Message-Id: <20180410193919.28026-18-alex.bennee@linaro.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180410193919.28026-1-alex.bennee@linaro.org> References: <20180410193919.28026-1-alex.bennee@linaro.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:400c:c0c::241 Subject: [Qemu-devel] [PATCH v1 17/24] tests/tcg: move ARM specific tests into subdir X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?q?Alex_Benn=C3=A9e?= , famz@redhat.com, cota@braap.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" These only need to be built for ARM guests. Signed-off-by: Alex Bennée Reviewed-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé --- tests/tcg/README | 9 --------- tests/tcg/arm/README | 11 +++++++++++ tests/tcg/{ => arm}/hello-arm.c | 0 tests/tcg/{ => arm}/test-arm-iwmmxt.s | 0 4 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 tests/tcg/arm/README rename tests/tcg/{ => arm}/hello-arm.c (100%) rename tests/tcg/{ => arm}/test-arm-iwmmxt.s (100%) diff --git a/tests/tcg/README b/tests/tcg/README index 469504c4cb..625f2326e6 100644 --- a/tests/tcg/README +++ b/tests/tcg/README @@ -5,15 +5,6 @@ or they are architecture specific. -ARM -=== - -hello-arm ---------- - -test-arm-iwmmxt ---------------- - MIPS ==== diff --git a/tests/tcg/arm/README b/tests/tcg/arm/README new file mode 100644 index 0000000000..e6307116e2 --- /dev/null +++ b/tests/tcg/arm/README @@ -0,0 +1,11 @@ +These are ARM specific guest programs + +hello-arm +--------- + +A very simple inline assembly, write syscall based hello world + +test-arm-iwmmxt +--------------- + +A simple test case for older iwmmxt extended ARMs diff --git a/tests/tcg/hello-arm.c b/tests/tcg/arm/hello-arm.c similarity index 100% rename from tests/tcg/hello-arm.c rename to tests/tcg/arm/hello-arm.c diff --git a/tests/tcg/test-arm-iwmmxt.s b/tests/tcg/arm/test-arm-iwmmxt.s similarity index 100% rename from tests/tcg/test-arm-iwmmxt.s rename to tests/tcg/arm/test-arm-iwmmxt.s