From nobody Sun Oct 5 01:45:02 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=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1551728441290226.03441742843268; Mon, 4 Mar 2019 11:40:41 -0800 (PST) Received: from localhost ([127.0.0.1]:59801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0tS1-0001qm-8w for importer@patchew.org; Mon, 04 Mar 2019 14:40:37 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0sDA-0002Ve-3j for qemu-devel@nongnu.org; Mon, 04 Mar 2019 13:21:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0sD7-0005C6-FC for qemu-devel@nongnu.org; Mon, 04 Mar 2019 13:21:11 -0500 Received: from mail-wm1-x330.google.com ([2a00:1450:4864:20::330]:51879) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0sD5-000570-R0 for qemu-devel@nongnu.org; Mon, 04 Mar 2019 13:21:08 -0500 Received: by mail-wm1-x330.google.com with SMTP id n19so141981wmi.1 for ; Mon, 04 Mar 2019 10:21:06 -0800 (PST) Received: from 640k.lan ([93.56.166.5]) by smtp.gmail.com with ESMTPSA id q5sm8371364wrn.43.2019.03.04.10.21.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Mar 2019 10:21:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=HIsTctyNuwSlJ9oFgqOEdg8Hsd79SuqARW4XvWomoU0=; b=QHDEhB+hPQJKW0mEYJ3oBmSb4KzVjwIN44uAgdpuWytWLlkcmDIghmwamjZCzFyDNe 6l/hsaSEiwe+SF3BZm/B7txOo/hYylsBIbIARomH24JB3v+7i/OocEuvLaJgGNtNzYy6 7bcY71N9MPeW2kTHcYBIqwexUBMZp/VWsra6j2j9bJ6EJGCgVQ3BO61x4khJSiF9Sg/G xqFRkg6uf3t8du5PN/siG+3bVBxvJEQ6e0Dvjhe1V2fuYB58GT37h2WRogAveD4i114U XfSThWdW8y3kLVw//alU3Ki3jX+MDL9mD3zTxMaUGbhCsuOiCnnEEsbj/20GY5oUsgNQ W+aw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references; bh=HIsTctyNuwSlJ9oFgqOEdg8Hsd79SuqARW4XvWomoU0=; b=eVHmap9mctJniF14fSpx7WID20jKjW9Tq8RhixRN11BInyQYBMYP4D3+Nc+H+R83RK Mun9bdjOUgqMJdaKXdRzbN+Ejgg9P5cVRtPGP/9FhmuRvDE7hw/FK/Yph20HXtmeOgOq J9zmrlpXgTR6R3tjHSllMgv7hwdDtYCWzQBdRaAh0QBHrypZC/X7haVfKrpADtCxvuQi FUmpbkHhNt1FdwWEIbSHLw4IYgYRPXK4NHJzrX71RSIZe+kVMoNTxXBbbq76EIGveKBX KGQzeFDFnJhcVSBdlwEz4vkp7yktFXRtIYJKK0mJ27amFRbs8mbNJNTqTtEYezoq6j/O AKMA== X-Gm-Message-State: APjAAAU1Jnv6RX9R/dtyGhwRJgZcILfyrZc13XXPJC2ebfwVP3kpejLe 5FkTBLXvm1MQ+vSR/XxXVq9tp88s X-Google-Smtp-Source: APXvYqy4rUEeZcNVE8OMyX3Vd672WKPkTcB6W/SCANxVL1NFbwf7h1QaOQpbQXr5ZT1B0cJVUrOMuw== X-Received: by 2002:a1c:4844:: with SMTP id v65mr305116wma.66.1551723665838; Mon, 04 Mar 2019 10:21:05 -0800 (PST) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Mon, 4 Mar 2019 19:20:13 +0100 Message-Id: <1551723614-1823-54-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1551723614-1823-1-git-send-email-pbonzini@redhat.com> References: <1551723614-1823-1-git-send-email-pbonzini@redhat.com> 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] [PULL 53/54] .travis.yml: test that no-default-device builds do not regress 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: Yang Zhong , thuth@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Paolo Bonzini --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index cca57f4..e942175 100644 --- a/.travis.yml +++ b/.travis.yml @@ -151,6 +151,12 @@ matrix: =20 # We manually include builds which we disable "make check" for - env: + - CONFIG=3D"--without-default-devices" + - TEST_CMD=3D"" + + + # We manually include builds which we disable "make check" for + - env: - CONFIG=3D"--enable-debug --enable-tcg-interpreter" - TEST_CMD=3D"" =20 --=20 1.8.3.1