From patchwork Thu Jun 21 06:25:36 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: 932551 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="FsaBLe4O"; 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 41BBhn4yjvz9s0W for ; Thu, 21 Jun 2018 16:32:57 +1000 (AEST) Received: from localhost ([::1]:53269 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVt9L-0005nT-Aw for incoming@patchwork.ozlabs.org; Thu, 21 Jun 2018 02:32:55 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVt2y-000119-M7 for qemu-devel@nongnu.org; Thu, 21 Jun 2018 02:26:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVt2w-0000fx-9M for qemu-devel@nongnu.org; Thu, 21 Jun 2018 02:26:20 -0400 Received: from mail-wr0-x242.google.com ([2a00:1450:400c:c0c::242]:37861) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fVt2w-0000fL-1f for qemu-devel@nongnu.org; Thu, 21 Jun 2018 02:26:18 -0400 Received: by mail-wr0-x242.google.com with SMTP id k6-v6so1824398wrp.4 for ; Wed, 20 Jun 2018 23:26:17 -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=aP6zAL0v9NX98LOssDyR2X5KdgOqh6WAcUtKLQWrxbA=; b=FsaBLe4O1zR6fyAdJH0BJAfmRYtqkDghgxD/qdT8pMluWtJeDe3XLOtSKfO8PQEPzx Q3VKXY353nlu6FasRdlPsX5gk0qJ1cql2jP+wB8DMdKf5quG8b7quD6rFVBsf7sDaj3f ZnGmflioN3/P7kjbuh0UAX269WenkabDvF880= 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=aP6zAL0v9NX98LOssDyR2X5KdgOqh6WAcUtKLQWrxbA=; b=XweUYSIxZH3yqBIGZQyeaknxuAWxa55xgPLoddtzj70Vf7i+DgYUm73eoEuP5jWLaV 4C1hUGaeC07ZPoyGBZJ9zBjcR1lwZDlDdP5zNInTyGSm4zmy6FFiooA92HOoJTES0/kl aR8GPsFxaWRcKW9aMWZ7McyscX/H4nPTqJg44axJ4iTWEdb6G6MdfZYq6fe8nnEj9zUG zuF5SuJKlObsqe+FmffhXhgP95Ota7nminhVEjBtMsXHCr6c9VOi4/qvBd4dnE+atGrI pOfRPKn2JiDUWb681jUqAQo56IJXosjOgWcjkeZQRyjgkjTjVbaaJqbcvPwcUPYL4sXb gdsg== X-Gm-Message-State: APt69E2B+mTL++a4RLHVP2QgvQbcMMYx9LIBJFdOaYu8Lhos2dmic8Y1 cuKRMN2II3BBVopE24fdtI/iuw== X-Google-Smtp-Source: ADUXVKKnfUCZTNkemv47VHKN1vrLtUGtxGB3nlT2QviZw8ieByUTJZq0KQ5ztCBaXLdABBKDFrj0mA== X-Received: by 2002:adf:a686:: with SMTP id t6-v6mr20049728wrc.51.1529562377060; Wed, 20 Jun 2018 23:26:17 -0700 (PDT) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id o16-v6sm4410928wrp.8.2018.06.20.23.26.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Jun 2018 23:26:12 -0700 (PDT) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id B7B953E0D7F; Thu, 21 Jun 2018 07:26:07 +0100 (BST) From: =?utf-8?q?Alex_Benn=C3=A9e?= To: peter.maydell@linaro.org Date: Thu, 21 Jun 2018 07:25:36 +0100 Message-Id: <20180621062605.941-29-alex.bennee@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180621062605.941-1-alex.bennee@linaro.org> References: <20180621062605.941-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::242 Subject: [Qemu-devel] [PULL v2 28/57] tests/tcg: move MIPS 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: agraf@suse.de, =?utf-8?q?Alex_Benn=C3=A9e?= , richard.henderson@linaro.org, qemu-devel@nongnu.org, f4bug@amsat.org, cota@braap.org, famz@redhat.com, Yongbok Kim , aurelien@aurel32.net Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" These only need to be built for MIPS guests. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé diff --git a/tests/tcg/README b/tests/tcg/README index 625f2326e6..a5643d33e7 100644 --- a/tests/tcg/README +++ b/tests/tcg/README @@ -3,17 +3,6 @@ regression testing. Tests are either multi-arch, meaning they can be built for all guest architectures that support linux-user executable, or they are architecture specific. - - -MIPS -==== - -hello-mips ----------- - -hello-mipsel ------------- - CRIS ==== The testsuite for CRIS is in tests/tcg/cris. You can run it diff --git a/tests/tcg/mips/README b/tests/tcg/mips/README new file mode 100644 index 0000000000..e5bbc58ec5 --- /dev/null +++ b/tests/tcg/mips/README @@ -0,0 +1,7 @@ +MIPS +==== + +hello-mips +---------- + +A very simple inline assembly, write syscall based hello world diff --git a/tests/tcg/hello-mips.c b/tests/tcg/mips/hello-mips.c similarity index 100% rename from tests/tcg/hello-mips.c rename to tests/tcg/mips/hello-mips.c