From patchwork Thu May 17 17:46:59 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: 915668 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="KzCZi/+E"; 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 40mzgx5mZmz9s08 for ; Fri, 18 May 2018 04:03:41 +1000 (AEST) Received: from localhost ([::1]:38509 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJNFb-0002jZ-Fn for incoming@patchwork.ozlabs.org; Thu, 17 May 2018 14:03:39 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJN0B-0006PK-Cw for qemu-devel@nongnu.org; Thu, 17 May 2018 13:47:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJN08-0003bh-8z for qemu-devel@nongnu.org; Thu, 17 May 2018 13:47:43 -0400 Received: from mail-wr0-x241.google.com ([2a00:1450:400c:c0c::241]:34726) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fJN08-0003bD-3V for qemu-devel@nongnu.org; Thu, 17 May 2018 13:47:40 -0400 Received: by mail-wr0-x241.google.com with SMTP id p18-v6so6566208wrm.1 for ; Thu, 17 May 2018 10:47:39 -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=C1UplFKVbCJ0Ik5ayOHqLNA+tXnMij4U41DYRFfrpRg=; b=KzCZi/+E1NG/p2aT1zEpKo3rznjX/RsRE8dBvKZLvIJ6w2Q9BoRMujVxfiDJNyUJGo Whfjn9FYxVuIXaHxHmwGjIY+GIDGh+RKBAqO7G5ppz0beBNiTUDddPxoqT3cdvDGvxrF QQypsN81+tOmEComZ2xzi8oMeimB25ZbARMq0= 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=C1UplFKVbCJ0Ik5ayOHqLNA+tXnMij4U41DYRFfrpRg=; b=I7KtV4mIxsEsino2t6Qf9TEWBksQV9EUIOd0favlCtEzSGK8Fi2uAjRLW0LQlLm4+q 7sDsAOczMw7bowlEaaFwelD/zdvmpujuW/iPndgwXaTzYtI47C06tDoJ0kqi7iCkxPdI pvPaFDoe+l8mIvCM//W3toncGkarj2mssCiiEnSot3FdEhbXeie9t4knoPVoOGf3PvZr y0mO8tsWGE/1wSGZPtCtSrWV711CnSpo1ZdLUQi5fFKE48RWWmsNOuDA4rbo/ppTZiOk 55u2r1ZeUpm8LkdGN6V90tXvZsNSghC8BkIuxIjI60FEck28X3ngaLEeFuZi/wX/mM8m OQcA== X-Gm-Message-State: ALKqPwdigN2r7LyR1BTu3wFw0yt16Mx8sMccUmpycsF+ZmL2VOIEGuWE EYxI+EocLtVjU7lqVPPhDqu4uQ== X-Google-Smtp-Source: AB8JxZo21BJm0ChpirXNtjtlADAovfEh4pLpwNoefp2RxIgsmQIAbn6xXnszRuU/lQm6jFDcCsLbJw== X-Received: by 2002:adf:a673:: with SMTP id k106-v6mr5438001wrc.231.1526579258943; Thu, 17 May 2018 10:47:38 -0700 (PDT) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id 141-v6sm8357189wmf.35.2018.05.17.10.47.28 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 17 May 2018 10:47:30 -0700 (PDT) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id 3336E3E0ED9; Thu, 17 May 2018 18:47:21 +0100 (BST) From: =?utf-8?q?Alex_Benn=C3=A9e?= To: cota@braap.org, famz@redhat.com, berrange@redhat.com, f4bug@amsat.org, richard.henderson@linaro.org, balrogg@gmail.com, aurelien@aurel32.net, agraf@suse.de Date: Thu, 17 May 2018 18:46:59 +0100 Message-Id: <20180517174718.10107-31-alex.bennee@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180517174718.10107-1-alex.bennee@linaro.org> References: <20180517174718.10107-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 v4 30/49] tests/tcg: enable building for AArch64 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: Peter Maydell , "open list:ARM" , =?utf-8?q?Alex_Benn=C3=A9e?= , qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" We only have compilers for the (default) little endian variants. Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé --- v4 - update MAINTAINERS --- MAINTAINERS | 1 + tests/tcg/aarch64/Makefile.include | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 tests/tcg/aarch64/Makefile.include diff --git a/MAINTAINERS b/MAINTAINERS index 4e331c4db4..ee7f101890 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -136,6 +136,7 @@ L: qemu-arm@nongnu.org S: Maintained F: target/arm/ F: tests/tcg/arm/ +F: tests/tcg/aarch64/ F: hw/arm/ F: hw/cpu/a*mpcore.c F: include/hw/cpu/a*mpcore.h diff --git a/tests/tcg/aarch64/Makefile.include b/tests/tcg/aarch64/Makefile.include new file mode 100644 index 0000000000..de32c91235 --- /dev/null +++ b/tests/tcg/aarch64/Makefile.include @@ -0,0 +1,8 @@ +# Makefile.include for AArch64 targets +# +# We don't have any bigendian build tools so we only use this for AArch64 + +ifeq ($(TARGET_NAME),aarch64) +DOCKER_IMAGE=debian-arm64-cross +DOCKER_CROSS_COMPILER=aarch64-linux-gnu-gcc +endif