From patchwork Fri May 25 14:19:04 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: 920578 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="Cn4pA/V1"; 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 40spSs6w3lz9ry1 for ; Sat, 26 May 2018 00:25:49 +1000 (AEST) Received: from localhost ([::1]:44319 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fMDf9-0005ur-J1 for incoming@patchwork.ozlabs.org; Fri, 25 May 2018 10:25:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fMDYx-0000za-PB for qemu-devel@nongnu.org; Fri, 25 May 2018 10:19:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fMDYx-0000RL-0w for qemu-devel@nongnu.org; Fri, 25 May 2018 10:19:23 -0400 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:40065) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fMDYw-0000QU-Qz for qemu-devel@nongnu.org; Fri, 25 May 2018 10:19:22 -0400 Received: by mail-wm0-x242.google.com with SMTP id x2-v6so7703481wmh.5 for ; Fri, 25 May 2018 07:19:22 -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=YRxyJ/7zVX4/ASMms652O387Lj40DoQpsN3YhmzacRI=; b=Cn4pA/V1dICzTiXs6BNWAHnjCxicHcBtEKJzNemwIDZxp44AiMXVvC2mAaaTv826Qt u5Z40pIjUlsJs+s9dNMUeiLsSo9g5Ogeaj+gvoIT7FhBqBniv1ylBiIh84RmLxw+kenP GbkIrmQ5a6FaqjQ1zgwpCOxd65pvZMG/MgFvE= 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=YRxyJ/7zVX4/ASMms652O387Lj40DoQpsN3YhmzacRI=; b=dsU1otxj4q7qIVNW7dJOe+5xQiXA0csrxj9RANZIyDs1hTSl688DeU1efimfd+5x57 iggSYAbcQcQdAYOEfTPmDWOEz+N7pM9m++ecwXioajTRtZv7Fxx2iC5mZYl4QiNiyKVA q250g+KFnADqp6FRXeTyaFLOlepZMtBgTjnDVjl5RKyXE8W68MkZpSJBmhAnialpu1nY rW67rCmVNWHFrUXlBTTCtBkiPPLYT2MtsJXsp1CbrQL76y9IRfFvtNQ5TzafNntFpk65 htF6M1ZcQRYd3a5g3cwiaxs2OkzuwsQ6rrdDCvzYzrIGJn153x4zOuHhummfkUTAtW1g GfGw== X-Gm-Message-State: ALKqPwcSIufaCwlSeBkZx2NCSwat0pMLT8a+0vWJQHpeP63nUcu98hKl dlmH3ot68l7CUYjyCJ5rXQGHGA== X-Google-Smtp-Source: ADUXVKJyH0Y093OUmIR88ZhOasC6dabxJ76vfrnXLldDX4TwSa2xESGY6zTOFzVIYtdX9YJnZy8BVQ== X-Received: by 2002:a1c:8795:: with SMTP id j143-v6mr2152786wmd.149.1527257961760; Fri, 25 May 2018 07:19:21 -0700 (PDT) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id g78-v6sm8854020wmc.27.2018.05.25.07.19.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 25 May 2018 07:19:14 -0700 (PDT) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id 13F873E0312; Fri, 25 May 2018 15:19:11 +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: Fri, 25 May 2018 15:19:04 +0100 Message-Id: <20180525141910.6384-4-alex.bennee@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180525141910.6384-1-alex.bennee@linaro.org> References: <20180525133851.27161-1-alex.bennee@linaro.org> <20180525141910.6384-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::242 Subject: [Qemu-devel] [PATCH v5 33/49] 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