From patchwork Fri Jun 15 19:46:42 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: 930208 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="dHB4h0o1"; 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 416s5j2tZzz9s01 for ; Sat, 16 Jun 2018 06:09:29 +1000 (AEST) Received: from localhost ([::1]:49090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTv2E-0003AY-Sv for incoming@patchwork.ozlabs.org; Fri, 15 Jun 2018 16:09:26 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTuoX-0000Ww-6n for qemu-devel@nongnu.org; Fri, 15 Jun 2018 15:55:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTuoU-0006Ul-Nf for qemu-devel@nongnu.org; Fri, 15 Jun 2018 15:55:17 -0400 Received: from mail-wm0-x243.google.com ([2a00:1450:400c:c09::243]:56020) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fTuoU-0006TC-Go for qemu-devel@nongnu.org; Fri, 15 Jun 2018 15:55:14 -0400 Received: by mail-wm0-x243.google.com with SMTP id v16-v6so5202085wmh.5 for ; Fri, 15 Jun 2018 12:55:14 -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=x9969CZTMM7tbAr2Is2x03oEd2Cmo37Qk42PYGyk5Uo=; b=dHB4h0o1n7IYL81bTwYEth0UbPfouYSimL6mDhqZ7mve79qGC4vWU234RuZXxbIMmt FrTvU2qKoLGW9ga5sQgB+T50QUAPHs+1ROs9VjeI7rfUsml3GooIHPBoxOU71PWU0iWe Sm4po23TCG6KJJ89/XgdMs6DwatdnLzcC/tPY= 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=x9969CZTMM7tbAr2Is2x03oEd2Cmo37Qk42PYGyk5Uo=; b=VAh7KodaiWykc8bHyiO5gGWlEez64Um9c/kbtqY6ZfRhCwfiPwIxV1Y+qgguI4MuKM R++JHVHkfMKnftf4hpsnIFac0t0gaQladUlqJ0yJd2ttrWMQ+hm9MEfvALcRMRdQmrD6 IL8YcRHDIJ07g4vhWLH2498kA1B/dm2k0CCMq00MSsk9v2dQav3jkUO2hub17RbZovkz BAFXy2B+A+Vg7DkDPjBrwY9JgUexufdq+SPBVLKG+Fy8Q+omvDDtmmB7WYRucdwomycO 6X0vPMTkRfN0Q2RTK9NmAQu+yoiBl3Uexk8dYkxEqu1dJxThcOfcys/OA/ly3BmH+2Ld 5G1Q== X-Gm-Message-State: APt69E2xrQ1AchIBpm/9tcVFzXXASsiJ7H+ecrHf1srkPhXziTTbJe9U a5eI+wos/v6D74y6HfCPT1JdAA== X-Google-Smtp-Source: ADUXVKIneGHqZYWHNPXRwReZIsgIGjB6PriKAmGViT+SS/zmMNLzz1Mkd3vYKhBWkkFGkImwgJvUGA== X-Received: by 2002:a1c:6744:: with SMTP id b65-v6mr2153199wmc.9.1529092513314; Fri, 15 Jun 2018 12:55:13 -0700 (PDT) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id q17-v6sm9721032wrr.7.2018.06.15.12.55.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 15 Jun 2018 12:55:10 -0700 (PDT) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id 2491F3E0D45; Fri, 15 Jun 2018 20:47:08 +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, peter.maydell@linaro.org Date: Fri, 15 Jun 2018 20:46:42 +0100 Message-Id: <20180615194705.28019-32-alex.bennee@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180615194705.28019-1-alex.bennee@linaro.org> References: <20180615194705.28019-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:c09::243 Subject: [Qemu-devel] [PATCH v7 31/54] tests/tcg: enable building for s390x 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: "open list:S390" , Cornelia Huck , =?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" This doesn't add any additional tests but enables building the multiarch tests for s390x. Signed-off-by: Alex Bennée Acked-by: Cornelia Huck Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Reviewed-by: David Hildenbrand --- tests/tcg/s390x/Makefile.include | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/tcg/s390x/Makefile.include diff --git a/tests/tcg/s390x/Makefile.include b/tests/tcg/s390x/Makefile.include new file mode 100644 index 0000000000..1f58115d96 --- /dev/null +++ b/tests/tcg/s390x/Makefile.include @@ -0,0 +1,2 @@ +DOCKER_IMAGE=debian-s390x-cross +DOCKER_CROSS_COMPILER=s390x-linux-gnu-gcc