From patchwork Mon Feb 27 14:30:26 2017 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: 94551 Delivered-To: patch@linaro.org Received: by 10.140.20.113 with SMTP id 104csp897291qgi; Mon, 27 Feb 2017 06:58:46 -0800 (PST) X-Received: by 10.55.167.198 with SMTP id q189mr1956389qke.274.1488207526845; Mon, 27 Feb 2017 06:58:46 -0800 (PST) Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id s63si11932206qkc.208.2017.02.27.06.58.46 for (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 27 Feb 2017 06:58:46 -0800 (PST) Received-SPF: pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) client-ip=2001:4830:134:3::11; Authentication-Results: mx.google.com; dkim=fail header.i=@linaro.org; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) smtp.mailfrom=qemu-devel-bounces+patch=linaro.org@nongnu.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from localhost ([::1]:53414 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ciMlA-0007sP-ET for patch@linaro.org; Mon, 27 Feb 2017 09:58:44 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ciMJw-000157-3s for qemu-devel@nongnu.org; Mon, 27 Feb 2017 09:30:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ciMJs-0007aS-Tw for qemu-devel@nongnu.org; Mon, 27 Feb 2017 09:30:36 -0500 Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]:37971) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ciMJs-0007Zb-NK for qemu-devel@nongnu.org; Mon, 27 Feb 2017 09:30:32 -0500 Received: by mail-wm0-x233.google.com with SMTP id u199so20128200wmd.1 for ; Mon, 27 Feb 2017 06:30:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=fj0aZeP2fGC2FXgC7foG2ue7KtCChFgIyTkG0MA5xv0=; b=eAjNamdhS8AQuip/YVOIsxfetPGzMs2xjpuOklBFZXCz4buTG5TPTE6mkN6IvFQVS6 OwInHwB+7XVnYzR3IcrSbP/ZW52FQ80eSAHd4XrVydCjoJUzMJblTCIwHyCka1HFqgqN /9S8Mts3cbsOraGs/4LSxqEkZA66q5eJCc88E= 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:mime-version :content-transfer-encoding; bh=fj0aZeP2fGC2FXgC7foG2ue7KtCChFgIyTkG0MA5xv0=; b=sJ1nZhL8y4rU/xh2dcg975Y9+JeF+63gQCvv8CTHVV8bJ3cPoV/A3+aDNQ4UVPJweT s3k0w2Awf4mO5h65fGAa9lKKWjIokbNuDTfFeKUBI2c/wCxtk+bpv6kyi0D9iDF7p1Sr s1qeYCe8lAWAt4Mjwq/8BXQk8QhS+OrjyQdZlShSgzCgvL+ZkdneHCcZUBRhzwkJsRQV V9JxhBxAw+xWlLZKLsRhS5WcFW9lWasTWZQM9kaHvPa/qTtGDVBBXWBkz+AA+WpiIVI5 AE02qjybolHIErP0tdygHNHwsH20pxd5J8qY/OObZJE66w8WdOmx+h/D8raqHUfU5nGN rgUg== X-Gm-Message-State: AMke39nV6LTj1yalLL7VhncuxkHxQgrYDQD2SFBm7j+pLOGuZqiJmY4pGdeqGHfl3wDipJ5G X-Received: by 10.28.129.147 with SMTP id c141mr14472873wmd.12.1488205831579; Mon, 27 Feb 2017 06:30:31 -0800 (PST) Received: from zen.linaro.local (host109-151-54-100.range109-151.btcentralplus.com. [109.151.54.100]) by smtp.gmail.com with ESMTPSA id l130sm14494178wmf.0.2017.02.27.06.30.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Feb 2017 06:30:29 -0800 (PST) Received: from zen.home (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id B0F413E014D; Mon, 27 Feb 2017 14:30:28 +0000 (GMT) From: =?utf-8?q?Alex_Benn=C3=A9e?= To: famz@redhat.com Date: Mon, 27 Feb 2017 14:30:26 +0000 Message-Id: <20170227143028.16428-1-alex.bennee@linaro.org> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:400c:c09::233 Subject: [Qemu-devel] [PATCH v1 0/2] s390x cross Docker target 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?= , qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+patch=linaro.org@nongnu.org Sender: "Qemu-devel" Hi, A build failure on s390 was reported so to investigate I put together a cross-compile environment to debug it. As it turned out the report was a false positive but the cross target might still be useful for people who don't have big iron handy ;-) Alex Bennée (2): new: dockerfiles/debian-s390-cross .shippable: add s390x-cross target .shippable.yml | 2 ++ tests/docker/dockerfiles/debian-s390x-cross.docker | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 tests/docker/dockerfiles/debian-s390x-cross.docker -- 2.11.0 Reviewed-by: Fam Zheng