From nobody Sun Nov 9 11:49:24 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=linaro.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1550684351123707.4134292161784; Wed, 20 Feb 2019 09:39:11 -0800 (PST) Received: from localhost ([127.0.0.1]:44437 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVpr-0005Fx-2p for importer@patchew.org; Wed, 20 Feb 2019 12:39:07 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVfL-0004zE-4L for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwVfK-0001yt-Ch for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:15 -0500 Received: from mail-wr1-x435.google.com ([2a00:1450:4864:20::435]:42228) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwVfK-0001y7-5t for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:14 -0500 Received: by mail-wr1-x435.google.com with SMTP id r5so13625439wrg.9 for ; Wed, 20 Feb 2019 09:28:14 -0800 (PST) Received: from zen.linaroharston ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id n14sm2332313wrx.24.2019.02.20.09.28.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Feb 2019 09:28:11 -0800 (PST) Received: from zen.linaroharston. (localhost [127.0.0.1]) by zen.linaroharston (Postfix) with ESMTP id 65EEF1FF82; Wed, 20 Feb 2019 17:28:11 +0000 (UTC) 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=6JRKQ3XG0+zQ3tOowAPjVsirukc3N5GjmnyOfD+F2oM=; b=A8zU+Azvz74O+ylj7iZYVPaG8Mz5kyW/0pF+oJknfPpb0d+DZekERDVwYaC2igIRmi XV7S8UFglVtsk4rVVx3kGQclNn2QMr7CsP0cOWvReXDJ0FtKim1Gius+OoZcKQu0ZPR6 +xIBaVTxkBshi87KeO04bUNzvPqqxx41ukIatxPsAi9/aPRqn/NWISaJe9Uk7/QtkPPb D9OtYHNSSoNfdtbH86uK+yZwfV9sQTATxlfEO78sKu/vWNPYI17Z/O1czgcOIh0tGwzk zOfr/AwwCcy+PEWWzlN6csqRYvZ16k88eDUQE82EsNI2m7uDUJAKN9p3BF7xlk8pqar+ vVdA== 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=6JRKQ3XG0+zQ3tOowAPjVsirukc3N5GjmnyOfD+F2oM=; b=sLV7JOeGjKY6JWIbQgGhMUDNC00JDt1xBR7rD62/E69psqTF8zSJMKg4KrsxZEMrU7 evPNcUfcP83W3RCz0Eg4EZK00XLUHLB53g8rR9x39HEL/9DkZOxWTknxl7VFBOgRvLmF +NuaGmCRdR733K0OItKT9zmxCoZHoS80+o+4Qcmu1aQzd52ULSwPA0DZLKmyI64/SkeH NKJly0X6iy7Yn91VeTfXhcByaSf10jWVDd5pHdlNwbNS8jAp4uugrBprxdk1If+PYxTA fykBQI2XBdJ/DvILJbccTMbRnq3PS1WH6RX+uyiaNy3WknLSwzQEND3CLChekQsN4m2o GwuA== X-Gm-Message-State: AHQUAuZ5g7dLesK/mLrSTSD3N02/IBGty/brkqqc4BEGqCI4iYXMVe8X BB9Lly0ruqFlS8bRzn/e7VH3KA== X-Google-Smtp-Source: AHgI3IaUJ7buzd7izWmDa4BB1pS4c+PFl88EUMRp6Uxe8aUg4WuHpN7Jp/2U5GTM0B6lbYLNFjmezA== X-Received: by 2002:adf:ba12:: with SMTP id o18mr27474283wrg.326.1550683692949; Wed, 20 Feb 2019 09:28:12 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: qemu-devel@nongnu.org Date: Wed, 20 Feb 2019 17:28:04 +0000 Message-Id: <20190220172811.10588-2-alex.bennee@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190220172811.10588-1-alex.bennee@linaro.org> References: <20190220172811.10588-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::435 Subject: [Qemu-devel] [PATCH v1 1/8] .travis.yml: the xcode10 image seems to be hosed 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: pbonzini@redhat.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= , peter.maydell@linaro.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) From: Paolo Bonzini It fails to install homebrew. Unfortunately we cannot mark it as an expected failure because Travis does not match allow_failures rows against include rows (only against the main test matrix, which we do not use at all), so just disable it. Signed-off-by: Paolo Bonzini Message-Id: <20190220105131.23479-1-pbonzini@redhat.com> Signed-off-by: Alex Benn=C3=A9e --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index baa06b976a..866a1872b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -174,13 +174,6 @@ matrix: compiler: clang =20 =20 - - env: - - CONFIG=3D"--target-list=3Di386-softmmu,ppc-softmmu,ppc64-softmmu= ,m68k-softmmu,x86_64-softmmu" - os: osx - osx_image: xcode10 - compiler: clang - - # Python builds - env: - CONFIG=3D"--target-list=3Dx86_64-softmmu" --=20 2.20.1 From nobody Sun Nov 9 11:49:24 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=linaro.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 15506847554157.151108931403314; Wed, 20 Feb 2019 09:45:55 -0800 (PST) Received: from localhost ([127.0.0.1]:44630 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVwM-0002Np-AF for importer@patchew.org; Wed, 20 Feb 2019 12:45:50 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVfL-000502-Vy for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwVfL-0001zN-4u for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:15 -0500 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]:40709) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwVfK-0001yl-Ty for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:15 -0500 Received: by mail-wm1-x344.google.com with SMTP id t15so7136936wmi.5 for ; Wed, 20 Feb 2019 09:28:14 -0800 (PST) Received: from zen.linaroharston ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id r14sm16709474wrv.77.2019.02.20.09.28.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Feb 2019 09:28:13 -0800 (PST) Received: from zen.linaroharston. (localhost [127.0.0.1]) by zen.linaroharston (Postfix) with ESMTP id 72B1C1FF83; Wed, 20 Feb 2019 17:28:11 +0000 (UTC) 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=bppH9lrVanr2dQ7iATPwZ739RxYAC76lWEdO/MHUxao=; b=Xf+ROWZvLzRDQ92PoA5ylxRXUj3VzDl3lZNeGEQsPqQn9cRCWWQsLY5FWOD7uMr4rB qhk/yRFS4yK8KPfAV06dOiE2X8WwJee14AsvOdxV9kq2fcTQc6cxLrzhUWk5kJvd3JH9 f12teObdw0Jm9upChWsRk+mPUcItCjSohOkPx0tf8whkXPuJy6oYK/0O3awLXDWfITwk N4ScAPcfg2aoynfqhejd/y9nAUIMqbvecJ+gZXKk48MwcwAJiNtZlgIifdYlfOSvPtjW FgZ6ZcEQKodvpgdkcyUq/0tALj1bEU4DlglA7nvcIdPIcY93Bl2Y8A3v4kEgN2PkWsUT BFhg== 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=bppH9lrVanr2dQ7iATPwZ739RxYAC76lWEdO/MHUxao=; b=I1Q0bbMQH9MWpjPwz9f1dUSCEZyZaB5HgHmcLRcN2RFowE1zCegNAlrtU9b0f2DFPy VED5FOvQq4y3SENqOsKoKrsc0cyXkgRfT6bodtfZdJrA/zzyVZQUczm0cFqIrgC6vWfW AQxTE2XBMymT9+v0SBBF9oH3TxGObOElNi/EZKBrHADZ77QdT5+fRsZ3yR1LY/LJDljd xEBtRnxC/qz15wm1sPk4wM9cC0VGLXEjqOacw9yi19K7GHKQFDx4mWZrQ18kmUvQNL5D wi9adO9yv3HjwinMqDoNQcrkX25tHPcooG5bYamEwA7lHvbKWMezNlTk43dtmK7iATC4 v7AA== X-Gm-Message-State: AHQUAubmZGqhNDgn8uJOBEC4heiDpFpEGIwr2cyGYr8+tasj4o9jXt65 EbAoQbwPhvAoA9p2iTviTQJ4LA== X-Google-Smtp-Source: AHgI3IaWMWEbB4bbaHE2f6G4z+0xTXQ4tr6lu1wq/FwXYoOMIyg3ho0SRlen3LnVDcxr/7ugB9bbQw== X-Received: by 2002:a1c:7510:: with SMTP id o16mr7361149wmc.38.1550683693734; Wed, 20 Feb 2019 09:28:13 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: qemu-devel@nongnu.org Date: Wed, 20 Feb 2019 17:28:05 +0000 Message-Id: <20190220172811.10588-3-alex.bennee@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190220172811.10588-1-alex.bennee@linaro.org> References: <20190220172811.10588-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::344 Subject: [Qemu-devel] [PATCH v1 2/8] .travis.yml: split debug builds 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: pbonzini@redhat.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= , peter.maydell@linaro.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) The builds are reaching the magic 50 minute limit with regularity so lets split them up. Rather than doing a full debug build on both just enable debug tcg for linux-user. Signed-off-by: Alex Benn=C3=A9e Reviewed-by: Richard Henderson --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 866a1872b1..36ed7ec3f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,7 +86,12 @@ matrix: =20 =20 - env: - - CONFIG=3D"--enable-debug --enable-debug-tcg" + - CONFIG=3D"--enable-debug --enable-debug-tcg --disable-user" + + + # TCG debug can be run just on it's own and is mostly agnostic to user= /softmmu distinctions + - env: + - CONFIG=3D"--enable-debug-tcg --disable-system" =20 =20 - env: --=20 2.20.1 From nobody Sun Nov 9 11:49:24 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=linaro.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1550684898966469.268625052552; Wed, 20 Feb 2019 09:48:18 -0800 (PST) Received: from localhost ([127.0.0.1]:44652 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVyg-0004AT-W7 for importer@patchew.org; Wed, 20 Feb 2019 12:48:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVfO-00052B-46 for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwVfN-00021m-EW for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:18 -0500 Received: from mail-wm1-x331.google.com ([2a00:1450:4864:20::331]:35681) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwVfN-00021E-7g for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:17 -0500 Received: by mail-wm1-x331.google.com with SMTP id y15so7244579wma.0 for ; Wed, 20 Feb 2019 09:28:17 -0800 (PST) Received: from zen.linaroharston ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id t2sm4442157wmi.37.2019.02.20.09.28.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Feb 2019 09:28:13 -0800 (PST) Received: from zen.linaroharston. (localhost [127.0.0.1]) by zen.linaroharston (Postfix) with ESMTP id 7EC9E1FF86; Wed, 20 Feb 2019 17:28:11 +0000 (UTC) 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=Nf4h7J7A6eLcqGO2Bag8u3GOBtojUHlYFLpsIRI1XcQ=; b=nfJQ0A9wEQKFJzVXQm7Z046RCRN1YiWBDg9NCWaO6bEQeBBxitDVqhbwSvxdnGTEKD l3XO4atbBmIXTY9qRc28DjElM25VZEK7sUzsVdclNJ1EWtC6XHwGSrbBPIVFgpy5nd3l aDsaAKff/rDsaZeH1JZghFs6sKLxdFHSt9/qS+c5lXD+fk0OBzEh0E6+KqV/MM6bUKaV eMUdAiZwJonjR5QKHjc59gU9O3OkmApI5+9B5L7RaVZYmCLu9pN1p/7y/Kj4JCUp74nZ JsmFTBwWN4oypcW2JhkolWz1IxkkQqUXWQJPYXbuPi+jWzu+hW2QVkoaan51nQcIEp43 MpIg== 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=Nf4h7J7A6eLcqGO2Bag8u3GOBtojUHlYFLpsIRI1XcQ=; b=L5acp178zuoK9L0+Vh91JQ3ylCbtzt3qFoaru821QHhNmAzzFnjhmEwkrGueSPCym9 bUCs0oRyJgvMOBKFKP31/eoZoxz3X4Ap5xGEa5ACcP44GqxrMCSad2wppb3Jaiy3nb5l 2lmfVrf9ICmjfJAzChviFbOD64u/6+B7H88jwlcdCJdFNJh4a8L+lbpC3J+pm6pEoHd+ U2CXaq7QSS4SXCHKtqkbPWFhlcNRo2XFjPHvfnOBDR3ZgbW6mxNgkRCdXyJ567jFg/zI 5MDilcIFnclom/7Yyz+oTpuyNbRE5HLNHjM+Hgh61lVol+yI9Qq8FnAW0qxefKAhj1Nr P5cg== X-Gm-Message-State: AHQUAub83awiFJeduMtQ2b30pdinYK5LMpHM3cqd/nb+em5f5Ky/6OBJ 29m/se3PyIO2L27vpJcAVlFaZEs/sNk= X-Google-Smtp-Source: AHgI3IbxAeYAKMROJJqJ7jcAyEKPkcMEA826UicoOhMFno0sdxPkShLTquAI1jEJ9wRVADIEdrwnqg== X-Received: by 2002:a1c:b189:: with SMTP id a131mr7695405wmf.38.1550683696019; Wed, 20 Feb 2019 09:28:16 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: qemu-devel@nongnu.org Date: Wed, 20 Feb 2019 17:28:06 +0000 Message-Id: <20190220172811.10588-4-alex.bennee@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190220172811.10588-1-alex.bennee@linaro.org> References: <20190220172811.10588-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::331 Subject: [Qemu-devel] [PATCH v1 3/8] .travis.yml: Test with disable-replication 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: pbonzini@redhat.com, Thomas Huth , =?UTF-8?q?Alex=20Benn=C3=A9e?= , "Dr. David Alan Gilbert" , peter.maydell@linaro.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) From: "Dr. David Alan Gilbert" We've had the build break with replication disabled, so lets test that case in travis. Suggsted-by: Alex Benn=C3=A9e Signed-off-by: Dr. David Alan Gilbert Message-Id: <20190215094502.32149-1-dgilbert@redhat.com> Reviewed-by: Thomas Huth Signed-off-by: Alex Benn=C3=A9e --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 36ed7ec3f9..61b086b8b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,7 +95,7 @@ matrix: =20 =20 - env: - - CONFIG=3D"--disable-linux-aio --disable-cap-ng --disable-attr --= disable-brlapi --disable-uuid --disable-libusb --disable-user" + - CONFIG=3D"--disable-linux-aio --disable-cap-ng --disable-attr --= disable-brlapi --disable-uuid --disable-libusb --disable-user --disable-rep= lication" =20 =20 - env: --=20 2.20.1 From nobody Sun Nov 9 11:49:24 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=linaro.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1550684547738840.2994043135084; Wed, 20 Feb 2019 09:42:27 -0800 (PST) Received: from localhost ([127.0.0.1]:44544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVt0-0007yN-Kh for importer@patchew.org; Wed, 20 Feb 2019 12:42:22 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVfM-00050o-OA for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwVfM-00020A-2O for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:16 -0500 Received: from mail-wm1-x330.google.com ([2a00:1450:4864:20::330]:51079) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwVfL-0001zJ-O2 for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:15 -0500 Received: by mail-wm1-x330.google.com with SMTP id x7so7423824wmj.0 for ; Wed, 20 Feb 2019 09:28:15 -0800 (PST) Received: from zen.linaroharston ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id t63sm6119414wmt.8.2019.02.20.09.28.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Feb 2019 09:28:13 -0800 (PST) Received: from zen.linaroharston. (localhost [127.0.0.1]) by zen.linaroharston (Postfix) with ESMTP id 8A4531FF87; Wed, 20 Feb 2019 17:28:11 +0000 (UTC) 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=4OYzAgd4cTUS/ZmHc02XWxnLv6q7FWp7vHv8bJMj1GQ=; b=df9j6oasy45iOO4c8CTfRMfFdod37VfaUMcNwvQWyZF9Vn92IXh9ktn2DTlmNxoKRa t2qjZRrEWyGRkYJmCpTLNyhW+AWmhkTW33pFfsPi3xQU5JGee+uqpjLdZH6uXkoCtP1A Y0g1XCrmQ3fMoIsQ753s6DMcmhj1lFphzLHTZHBdRqcqfHnSvL/nejVQHhwEeD90ywiZ NJuFTT/k4uB+KgGQratYpDEJE3baFIjoHTV2PHX3FztE1l3O+n5hoA6DshDY+jZhRoHv ciZxqp8Jhvp5JJraGLA4qbKQNZiAXrydtu7Q2wJP87Ui8F1bWTqSbmbL3Dohfp5PBqaI 6qSg== 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=4OYzAgd4cTUS/ZmHc02XWxnLv6q7FWp7vHv8bJMj1GQ=; b=fh+yGBvVjS/Y471yss2T4u5rhtFiDix8pdk6ffv/LbydHoWAfpi/1t54uot3pqQYon qa2ZY9TmcULzaXEi+d09lnXdrh3Lhd2ikXDkXlFhadVIv1YtiyCPuyWPH1ZS/QYUBOeh uO6LTri88g1x74Mf6ygQXO+BMJkI38jM9VvB1hJ/rDyWUOMW/wzp67JT4CMBN8jplQyg DfVWbuMUWJ6iNxkmBpCDwtOTxRX+zrDRaBpswRmD4inIzJOpRerB6BuuwiyxPIl7gHoV XLYOn57EpOx8c/s+9c1y0UZLaJyfwB5bWFx2YIFz2AUZd1ULGzmoEBvVlIBD6XkVZ82/ gZHw== X-Gm-Message-State: AHQUAuZRO+MHoXoJdC0Vj94pgStehKi07Ckn7LyysDCIHg18I9QgZE20 me3GhLPw26VcJy8OVdKzBFLdGw== X-Google-Smtp-Source: AHgI3IYYeOJJ4xTWxREcp7zAccfOz1aWnOMT7GiYhz1IxpJsJDGCYMblpoKKz5b8PjxnthTBEM+10Q== X-Received: by 2002:a1c:ed0b:: with SMTP id l11mr7116582wmh.43.1550683694619; Wed, 20 Feb 2019 09:28:14 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: qemu-devel@nongnu.org Date: Wed, 20 Feb 2019 17:28:07 +0000 Message-Id: <20190220172811.10588-5-alex.bennee@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190220172811.10588-1-alex.bennee@linaro.org> References: <20190220172811.10588-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::330 Subject: [Qemu-devel] [PATCH v1 4/8] .travis.yml: Remove disable-uuid 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: pbonzini@redhat.com, Thomas Huth , =?UTF-8?q?Alex=20Benn=C3=A9e?= , "Dr. David Alan Gilbert" , peter.maydell@linaro.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) From: "Dr. David Alan Gilbert" Commit 315d3184525 turned --disable-uuid into a warning only; remove the check from Travis. Signed-off-by: Dr. David Alan Gilbert Message-Id: <20190215094502.32149-2-dgilbert@redhat.com> Reviewed-by: Thomas Huth Signed-off-by: Alex Benn=C3=A9e --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 61b086b8b8..cca57f4314 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,7 +95,7 @@ matrix: =20 =20 - env: - - CONFIG=3D"--disable-linux-aio --disable-cap-ng --disable-attr --= disable-brlapi --disable-uuid --disable-libusb --disable-user --disable-rep= lication" + - CONFIG=3D"--disable-linux-aio --disable-cap-ng --disable-attr --= disable-brlapi --disable-libusb --disable-user --disable-replication" =20 =20 - env: --=20 2.20.1 From nobody Sun Nov 9 11:49:24 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=linaro.org Return-Path: Received: from lists.gnu.org (209.51.188.17 [209.51.188.17]) by mx.zohomail.com with SMTPS id 1550684701578688.1966395137858; Wed, 20 Feb 2019 09:45:01 -0800 (PST) Received: from localhost ([127.0.0.1]:44595 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVvR-0001Z8-9G for importer@patchew.org; Wed, 20 Feb 2019 12:44:53 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVfN-00051K-6b for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwVfM-000217-Dx for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:17 -0500 Received: from mail-wm1-x343.google.com ([2a00:1450:4864:20::343]:50615) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwVfM-0001zh-6e for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:16 -0500 Received: by mail-wm1-x343.google.com with SMTP id x7so7423857wmj.0 for ; Wed, 20 Feb 2019 09:28:16 -0800 (PST) Received: from zen.linaroharston ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id l125sm11329317wml.18.2019.02.20.09.28.12 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Feb 2019 09:28:13 -0800 (PST) Received: from zen.linaroharston. (localhost [127.0.0.1]) by zen.linaroharston (Postfix) with ESMTP id 966FF1FF88; Wed, 20 Feb 2019 17:28:11 +0000 (UTC) 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=ghUvuaHfFEl+9n0frEJ3afRC8jrwHdOrXeKuZkQUPMo=; b=ZCCX53Kdys4ab/ya1N9TLpRs4mA5pTkB2aGgCeFBNKFgDyu+Z77rIIYCGP905i3nLt V/xad5sf9ROLsR1BgSuUqK2qdohBL+UTLNXr4AsOERhYtBMa7XGOnrLbS77FEXXYdUOu +nrVsLmbk2m5czSU6wMkdpKvp4rSV+iXvLVjTtRv9WkJBOSW2Hp0k9XG8vQes0d+Tjhb pfLikElFwA8rm+1GgfiTva3xgmuVyZJEPmrLs3KqWvcyAYuac0i6pcgqlTMTQoCT8dXY aOV0MOozv+iF99aizpi+eJ/ubSAWic6SMkDZS0w9HyYcqPa0dbjk4RZXOJw31a3q2aSv /aLA== 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=ghUvuaHfFEl+9n0frEJ3afRC8jrwHdOrXeKuZkQUPMo=; b=ZDPtspWyiEMtq7xV1xhXRgLUTKGI1v8RwnEXzCsmvE9ZRJCIPI1R7qEJv6ZWA8GbgT 6pSFKAEhC5fnNUjX8Uz1WVmlfGrTYv2nj9xcohWQfAsycGU4gXlY6PyHEaW4THIxMYDW yqMs2A3QyBKB9KCeR+aSRNqKEopb1sO81rkqv64xZY2OBcAEmHMvc8k0jxicCd3YTLLP xhBGP/zhO/smtSCSvGTqOFhmLd2B723f5ZpZbJ4QB1MDaJexS5MHmalPAmBwquIyDZs3 npagZEKtaI7bKIuz/UrrnNDAUhTXxUI2r3Ang2Xh1RTrdRia5TwOQTmGmsdncJByUTGM Li2g== X-Gm-Message-State: AHQUAuYyxz5aXEz/RSdjmxtjI2doc48bSXIiq7Nc4aWxE6fXh05Njvq7 AMfyuFD9q2FyUrcwz7yJHRM7Tg== X-Google-Smtp-Source: AHgI3IaQ4S/jOF2Of+xUad2pzLzm2BjVXquYtGxpPO4eNlIDY0fB699ZOOylcAUj6WwodeOILiq1Gg== X-Received: by 2002:a1c:9d94:: with SMTP id g142mr7479616wme.125.1550683695201; Wed, 20 Feb 2019 09:28:15 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: qemu-devel@nongnu.org Date: Wed, 20 Feb 2019 17:28:08 +0000 Message-Id: <20190220172811.10588-6-alex.bennee@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190220172811.10588-1-alex.bennee@linaro.org> References: <20190220172811.10588-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::343 Subject: [Qemu-devel] [PATCH v1 5/8] tests/docker: squash initial update and install step for docker9 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: pbonzini@redhat.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= , peter.maydell@linaro.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Signed-off-by: Alex Benn=C3=A9e --- tests/docker/dockerfiles/debian9.docker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/docker/dockerfiles/debian9.docker b/tests/docker/dockerf= iles/debian9.docker index 154ae2a455..5f23a35404 100644 --- a/tests/docker/dockerfiles/debian9.docker +++ b/tests/docker/dockerfiles/debian9.docker @@ -13,8 +13,8 @@ FROM debian:stretch-slim RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sourc= es.list =20 # Install common build utilities -RUN apt update -RUN DEBIAN_FRONTEND=3Dnoninteractive apt install -yy eatmydata +RUN apt-get update && \ + DEBIAN_FRONTEND=3Dnoninteractive apt install -yy eatmydata RUN DEBIAN_FRONTEND=3Dnoninteractive eatmydata \ apt install -y --no-install-recommends \ bison \ --=20 2.20.1 From nobody Sun Nov 9 11:49:24 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=linaro.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1550685092849128.1717195825364; Wed, 20 Feb 2019 09:51:32 -0800 (PST) Received: from localhost ([127.0.0.1]:44719 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwW1j-0006l2-4E for importer@patchew.org; Wed, 20 Feb 2019 12:51:26 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVfO-000536-Ui for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwVfN-000221-TK for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:18 -0500 Received: from mail-wr1-x441.google.com ([2a00:1450:4864:20::441]:33354) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwVfN-00021X-MJ for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:17 -0500 Received: by mail-wr1-x441.google.com with SMTP id i12so27064385wrw.0 for ; Wed, 20 Feb 2019 09:28:17 -0800 (PST) Received: from zen.linaroharston ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id d25sm3048601wmb.24.2019.02.20.09.28.12 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Feb 2019 09:28:13 -0800 (PST) Received: from zen.linaroharston. (localhost [127.0.0.1]) by zen.linaroharston (Postfix) with ESMTP id A199F1FF89; Wed, 20 Feb 2019 17:28:11 +0000 (UTC) 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=UBY2+eH7chA5xsdcOdTURh96iwW1nmmSs2XN9U6h8fU=; b=QlQVTuGMRr/mMPKinTgmxnl6MkLx4FDCvL3dWk6FKXP6ni9p9UstojweV6PoZsZR9k +lFQPjY27akZ981reUrXeTp213XpvcqLGdYWevP1oba6bVynuuBdcfPDyu1yu8/1lLBB ia1ltnsu5ira+lmDJz+Jb1yioDqeSfcmHqZNeDYqGegUsYgqBmmCw2WvBSpPrYvFaPgY WTjkxUobTlERL88tF/F78dBp6yQaq7aVkIf0ijw1uaNIy7UOQqYOcraQsgX1ytRvKrHk oHwo6oNP3YQHOoTIF5HLMZs0Wmz2b/c9FXbDz532VxeMCxHlR9dZfyhcEZrKPJdmm49J k2wg== 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=UBY2+eH7chA5xsdcOdTURh96iwW1nmmSs2XN9U6h8fU=; b=H6/WOTxX1kneaSNlfypGtKtxFKeuIFTYdCs8Zvj+t8SxY00eAyqsXB0gb2rNpXJv3H /OiT4HxOVeNu3MKwXZzK/AnMGBu3e4cnDKV3yQiJRPH4833EBA7Mr5DlHSpaXKI52qln wj1VsmAWVX9oLxkJs3sgaW3n2U7EO2oiVEsWFG9Sux1e6nrqiNmBpzLXtdk4GgbIVuQR Oxb1hy+QVL19/QVKAXS4kzg2grA1dgb+QjNiSRTilpUN5LnWEsyyDF5cKpclH1MO/7K3 dDWG4saRrnFixip7K4sWMyuQAxwg3O8uXLSKJZQuTUnxSLtNxUw/vUCTVFdISIwwgBh6 DYLQ== X-Gm-Message-State: AHQUAuZgAoBr3PMI8OdiIRxkqUeazDd4Jwj2q7/hdBe8CWvRLYAS6x6Z lVx59POeeubdqVW/FMKcCQ9gpA== X-Google-Smtp-Source: AHgI3IY/cAq1RZGLdYZcS5kFWLUWIhDV1gL4nGGHJeJjEdnLrlC/15Lb4KMKeofN/lanLLh9M0DqAg== X-Received: by 2002:a5d:654d:: with SMTP id z13mr24585929wrv.270.1550683696575; Wed, 20 Feb 2019 09:28:16 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: qemu-devel@nongnu.org Date: Wed, 20 Feb 2019 17:28:09 +0000 Message-Id: <20190220172811.10588-7-alex.bennee@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190220172811.10588-1-alex.bennee@linaro.org> References: <20190220172811.10588-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::441 Subject: [Qemu-devel] [PATCH v1 6/8] tests/docker: peg netmap code to a specific version 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: pbonzini@redhat.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= , peter.maydell@linaro.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Tracking head is always going to be at the whims of the upstream. Let's use a defined release so things don't magically change under us. Signed-off-by: Alex Benn=C3=A9e Reviewed-by: Richard Henderson --- tests/docker/dockerfiles/debian-amd64.docker | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/docker/dockerfiles/debian-amd64.docker b/tests/docker/do= ckerfiles/debian-amd64.docker index 954fcf9606..d770a11a52 100644 --- a/tests/docker/dockerfiles/debian-amd64.docker +++ b/tests/docker/dockerfiles/debian-amd64.docker @@ -33,6 +33,7 @@ RUN DEBIAN_FRONTEND=3Dnoninteractive eatmydata \ apt-get install -y --no-install-recommends \ linux-headers-amd64 RUN git clone https://github.com/luigirizzo/netmap.git /usr/src/netmap +RUN cd /usr/src/netmap && git checkout v11.3 RUN cd /usr/src/netmap/LINUX && ./configure --no-drivers --no-apps --kerne= l-dir=3D$(ls -d /usr/src/linux-headers-*-amd64) && make install ENV QEMU_CONFIGURE_OPTS --enable-netmap =20 --=20 2.20.1 From nobody Sun Nov 9 11:49:24 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=linaro.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1550684303587124.3186770417127; Wed, 20 Feb 2019 09:38:23 -0800 (PST) Received: from localhost ([127.0.0.1]:44431 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVp2-0004ec-Ey for importer@patchew.org; Wed, 20 Feb 2019 12:38:16 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVfR-00056H-Nu for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwVfQ-00023A-6b for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:21 -0500 Received: from mail-wm1-x333.google.com ([2a00:1450:4864:20::333]:38946) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwVfP-00022h-Ue for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:20 -0500 Received: by mail-wm1-x333.google.com with SMTP id z84so7217993wmg.4 for ; Wed, 20 Feb 2019 09:28:19 -0800 (PST) Received: from zen.linaroharston ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id n14sm2332397wrx.24.2019.02.20.09.28.13 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Feb 2019 09:28:16 -0800 (PST) Received: from zen.linaroharston. (localhost [127.0.0.1]) by zen.linaroharston (Postfix) with ESMTP id AD9ED1FF8A; Wed, 20 Feb 2019 17:28:11 +0000 (UTC) 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=8UfFIzwaI18tqu0Vqx5lR2bc2HkGAie9YNJ8ca4cXfU=; b=oulquI6RzPzsH5S0Dj69H7o6QnsqTGoUo/vg+UqI9Dxije9iwwiYWGwjSit1CDh//8 BhKIFC43GIgjoUyNEmUYTesfENjcLYi/OOQTjl8TYMAdgg9kOtEFSb7K2lGIvTTsIYlJ nYcnIXH3hPMWkp1BTfVy5VT9GZEyNHTebr2mzhDkfZX1mQCFfizW3rJDRacmyIrg/SOB ZyxoxWMJtaEHpXVZs4IwkXuWuHdhyEwtiRR2TXYJQKg0E25MmJwVo8eJvFmEqw0GHr2Q MGzqgasY2G5eQZ4Tu3fdWoPhv7JSh6VaiJRDR2O4/Z8w5pbJvmVoJgJpA0X7O6rcEBK0 uBKA== 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=8UfFIzwaI18tqu0Vqx5lR2bc2HkGAie9YNJ8ca4cXfU=; b=HcY87nyhugNdlIY5Y3k4gw6mD7WiUSwMk4RBGza4jLWmTC9i5ZQKTLImWZBiRzv8cM /qWO8arGyo+doMcREGJFIZNVI5YhHzeRh4PhiQDQ9N0jIf/ocUM/S6xKPrxlnzGnI7Ap IlOjPaMWU3LFgwuToJEKvDSQBPTgcApiocP2U22ytY9CtR+/RTpgpqdP5u3UvwRQZ/bK G0g71l34llN5LJkCxcKSDvYuz0e3R7UqpLQqv3p0ylZVIzfq9fRX+9RDAygf7LfwLEZm X960RIwJ7cHj/loBhzVuWaJhJ9DrLIB1ynSbqC2NLW4Zy1LOacbI42DJmsDlcOmPY+Lt 8Yzg== X-Gm-Message-State: AHQUAuau9CVMxsfHqnjMbS7siaqcLIQKuKE/VevA7OXkXH4mJgpMLbnc 4+mUlOe7vk1q/Wb5Uf0m3RXBbw== X-Google-Smtp-Source: AHgI3IYcAgpdpaCaY9MHqFjdloV554UOM4mGPwHAFWzDsX2c/JTmMZ0wtrbOfKWIouHguwNqjK3/iw== X-Received: by 2002:a1c:a885:: with SMTP id r127mr7942079wme.74.1550683698665; Wed, 20 Feb 2019 09:28:18 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: qemu-devel@nongnu.org Date: Wed, 20 Feb 2019 17:28:10 +0000 Message-Id: <20190220172811.10588-8-alex.bennee@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190220172811.10588-1-alex.bennee@linaro.org> References: <20190220172811.10588-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::333 Subject: [Qemu-devel] [PATCH v1 7/8] Add a gitlab-ci file for Continuous Integration testing on Gitlab 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: pbonzini@redhat.com, Thomas Huth , =?UTF-8?q?Alex=20Benn=C3=A9e?= , peter.maydell@linaro.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) From: Thomas Huth This is very convenient for people like me who store their QEMU git trees on gitlab.com: Automatic CI pipelines are now run for each branch that is pushed to the server - useful for some extra-testing before sending PULL- requests for example. Since the runtime of the jobs is limited to 1h, the jobs are distributed into multiple pipelines - this way everything finishs fine within time (ca. 30 minutes currently). Signed-off-by: Thomas Huth Message-Id: <1550058881-16351-1-git-send-email-thuth@redhat.com> Signed-off-by: Alex Benn=C3=A9e --- .gitlab-ci.yml | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++ MAINTAINERS | 5 ++++ 2 files changed, 78 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000..79d02cf740 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,73 @@ +before_script: + - apt-get update -qq + - apt-get install -y -qq flex bison libglib2.0-dev libpixman-1-dev geniso= image + +build-system1: + script: + - apt-get install -y -qq libgtk-3-dev libvte-dev nettle-dev libcacard-dev + libusb-dev libvde-dev libspice-protocol-dev libgl1-mesa-dev + - ./configure --enable-werror --target-list=3D"aarch64-softmmu alpha-soft= mmu + cris-softmmu hppa-softmmu lm32-softmmu moxie-softmmu microblazeel-so= ftmmu + mips64el-softmmu m68k-softmmu ppc-softmmu riscv64-softmmu sparc-soft= mmu" + - make -j2 + - make -j2 check + +build-system2: + script: + - apt-get install -y -qq libsdl2-dev libgcrypt-dev libbrlapi-dev libaio-d= ev + libfdt-dev liblzo2-dev librdmacm-dev libibverbs-dev libibumad-dev + - ./configure --enable-werror --target-list=3D"tricore-softmmu unicore32-= softmmu + microblaze-softmmu mips-softmmu riscv32-softmmu s390x-softmmu sh4-so= ftmmu + sparc64-softmmu x86_64-softmmu xtensa-softmmu nios2-softmmu or1k-sof= tmmu" + - make -j2 + - make -j2 check + +build-disabled: + script: + - ./configure --enable-werror --disable-rdma --disable-slirp --disable-cu= rl + --disable-capstone --disable-live-block-migration --disable-glusterfs + --disable-replication --disable-coroutine-pool --disable-smartcard + --disable-guest-agent --disable-curses --disable-libxml2 --disable-t= pm + --disable-qom-cast-debug --disable-spice --disable-vhost-vsock + --disable-vhost-net --disable-vhost-crypto --disable-vhost-user + --target-list=3D"i386-softmmu ppc64-softmmu mips64-softmmu i386-linu= x-user" + - make -j2 + - make -j2 check-qtest SPEED=3Dslow + +build-tcg-disabled: + script: + - apt-get install -y -qq clang libgtk-3-dev libbluetooth-dev libusb-dev + - ./configure --cc=3Dclang --enable-werror --disable-tcg --audio-drv-list= =3D"" + - make -j2 + - make check-unit + - make check-qapi-schema + - cd tests/qemu-iotests/ + - ./check -raw 001 002 003 004 005 008 009 010 011 012 021 025 032 033 048 + 052 063 077 086 101 104 106 113 147 148 150 151 152 157 159 160 + 163 170 171 183 184 192 194 197 205 208 215 221 222 226 227 236 + - ./check -qcow2 001 002 003 004 005 007 008 009 010 011 012 013 017 018 = 019 + 020 021 022 024 025 027 028 029 031 032 033 034 035 036 037 038 + 039 040 042 043 046 047 048 049 050 051 052 053 054 056 057 058 + 060 061 062 063 065 066 067 068 069 071 072 073 074 079 080 082 + 085 086 089 090 091 095 096 097 098 099 102 103 104 105 107 108 + 110 111 114 117 120 122 124 126 127 129 130 132 133 134 137 138 + 139 140 141 142 143 144 145 147 150 151 152 154 155 156 157 158 + 161 165 170 172 174 176 177 179 184 186 187 190 192 194 195 196 + 197 200 202 203 205 208 209 214 215 216 217 218 222 226 227 22= 9 234 + +build-user: + script: + - ./configure --enable-werror --disable-system --disable-guest-agent + --disable-capstone --disable-slirp --disable-fdt + - make -j2 + - make run-tcg-tests-i386-linux-user run-tcg-tests-x86_64-linux-user + +build-clang: + script: + - apt-get install -y -qq clang libsdl2-dev + xfslibs-dev libiscsi-dev libnfs-dev libseccomp-dev gnutls-dev librbd= -dev + - ./configure --cc=3Dclang --cxx=3Dclang++ --enable-werror + --target-list=3D"alpha-softmmu arm-softmmu m68k-softmmu mips64-softm= mu + ppc-softmmu s390x-softmmu x86_64-softmmu arm-linux-us= er" + - make -j2 + - make -j2 check diff --git a/MAINTAINERS b/MAINTAINERS index b1d786cfd8..c6f2976c18 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2479,6 +2479,11 @@ S: Maintained F: .cirrus.yml W: https://cirrus-ci.com/github/qemu/qemu =20 +GitLab Continuous Integration +M: Thomas Huth +S: Maintained +F: .gitlab-ci.yml + Guest Test Compilation Support M: Alex Benn=C3=A9e R: Philippe Mathieu-Daud=C3=A9 --=20 2.20.1 From nobody Sun Nov 9 11:49:24 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=linaro.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1550684522822251.3641136212982; Wed, 20 Feb 2019 09:42:02 -0800 (PST) Received: from localhost ([127.0.0.1]:44542 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVsb-0007cp-B3 for importer@patchew.org; Wed, 20 Feb 2019 12:41:57 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVfQ-00054d-6m for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwVfP-00022n-Gc for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:20 -0500 Received: from mail-wr1-x442.google.com ([2a00:1450:4864:20::442]:38208) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwVfP-00022I-AE for qemu-devel@nongnu.org; Wed, 20 Feb 2019 12:28:19 -0500 Received: by mail-wr1-x442.google.com with SMTP id v13so26972607wrw.5 for ; Wed, 20 Feb 2019 09:28:19 -0800 (PST) Received: from zen.linaroharston ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id v18sm18751694wrr.90.2019.02.20.09.28.13 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Feb 2019 09:28:16 -0800 (PST) Received: from zen.linaroharston. (localhost [127.0.0.1]) by zen.linaroharston (Postfix) with ESMTP id B918E1FF8B; Wed, 20 Feb 2019 17:28:11 +0000 (UTC) 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=YutEHvuiMr+qMh36Rz9DaHBNapED7sh1F5XESEZwiBE=; b=gbZELNpNqaDQTTGVId5HcvyaqdT85tmpjr3PLcjlAMvk75cq29PFPwm7T8Vo5CYtqk ymeRzGTpKfHWJb0KvXmyjonm2QgAQrJ2Li8x1/ci2OXvMEvJVLUrICh7TAW/Etl8EqXK BL91x2eHxNbpJfN1MnsbDfVKS8JgI7+6ioqsz+r+5EncNjXLSw5xE2pwFhCpKGAOHd4w XCeIosvTQ83PbVl1YqwXoxthtk++spC8KdRZfi24tseEGh3idOUmgaSOsbgN8hPTCH6+ QPs1v4ctM+U/qDT+976r30J70XBv9VpRBB3yeqeiJ4hHPc1gLTF/dibXfnyckzhm2MqJ nzUA== 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=YutEHvuiMr+qMh36Rz9DaHBNapED7sh1F5XESEZwiBE=; b=PfPTRkLOI3m1v1KuThupdAKKIYalMLXLy6QZYk5Z7jp+KQVnitB8Hdw8I8Iuxg9hDp YL/6ieFpQBtlxbvCBbXmEo+rFLeNywvK/PAU8fZTni/I1IiRzUzp+dVfUrUNgO180mjm WId0JnOO3nDvsPX0P0vEiLKkpYLq/SJ3V+AKeZjq8PWUO9G8Xl2yyt4/dlAT5xdMY+6o PelGfW2PBDtKTIb5sG63ZD7UyjaHpfnx4VGxeH84wcTROQ0DhNdrkmVIiKwpNwhlBki0 Y64HDDV4/UWs+Rm5dRoXhSwMCegOR74uddoOS++gH3nmIH4criGyZGOLigPOxhKBDYxH Z3ug== X-Gm-Message-State: AHQUAuYsd5zGzuwFm7kvmRQs4+WhM9HEJLTFHkLCnSeg5q+SC5fCGxyK +/R+0ZqKb/QN8mfkllrIyYwHLw== X-Google-Smtp-Source: AHgI3IZZ6E9d/R91Kozmj4WatWEytm4NqKHdJMOIFA0Oywr7FwnE5fnGQ1PgnFCcAZj+AJrVhdkuug== X-Received: by 2002:adf:ba8e:: with SMTP id p14mr24678669wrg.230.1550683698089; Wed, 20 Feb 2019 09:28:18 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: qemu-devel@nongnu.org Date: Wed, 20 Feb 2019 17:28:11 +0000 Message-Id: <20190220172811.10588-9-alex.bennee@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190220172811.10588-1-alex.bennee@linaro.org> References: <20190220172811.10588-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::442 Subject: [Qemu-devel] [PATCH v1 8/8] tests/softfloat: always do quick softfloat tests 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: pbonzini@redhat.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= , peter.maydell@linaro.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Some operations take a long time and enabling "-l 2 -r all" can take more than a day which is stretching the definition of a "slow" test. Lets default to the quick test and leave a note for those who wish to run by hand. Signed-off-by: Alex Benn=C3=A9e --- tests/Makefile.include | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index b39e989f72..3741f8f6dd 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -896,11 +896,9 @@ $(FP_TEST_BIN): "BUILD", "$(notdir $@)") =20 # The full test suite can take a bit of time, default to a quick run -ifeq ($(SPEED), quick) +# "-l 2 -r all" can take more than a day for some operations and is best +# run manually FP_TL=3D-l 1 -else -FP_TL=3D-l 2 -r all -endif =20 # $1 =3D tests, $2 =3D description test-softfloat =3D $(call quiet-command, \ --=20 2.20.1