From patchwork Fri Jan 21 10:36:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= X-Patchwork-Id: 12719591 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4620CC433FE for ; Fri, 21 Jan 2022 10:42:31 +0000 (UTC) Received: from localhost ([::1]:57358 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nArNF-00072r-Oo for qemu-devel@archiver.kernel.org; Fri, 21 Jan 2022 05:42:29 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53440) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nArHR-0003Jr-Gs; Fri, 21 Jan 2022 05:36:29 -0500 Received: from [2a00:1450:4864:20::332] (port=39639 helo=mail-wm1-x332.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nArHP-0003Ke-Jt; Fri, 21 Jan 2022 05:36:29 -0500 Received: by mail-wm1-x332.google.com with SMTP id o1-20020a1c4d01000000b0034d95625e1fso13528368wmh.4; Fri, 21 Jan 2022 02:36:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=sender:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=7+/WXeElHlEqcJsnEIRZVtiQ/tUXGS1nhOPPYcxzZHo=; b=HmrRv2IPFeO+uQLT0ofixhMIIcU1hXwhqu+goDbrV+Ma23qjXSzoFLLMbaRtYowtwE Ojy5DSPnqgjeNKsleVufWJ+bEGSj4mNjqJbHEkFRK+q5ZpLJluBZkmkzOMANwbskcZCg t2lc3y7K21uAeu6Tpo0k1biJhtM2Km5UQWoL/+GhliFKfpWy+5oIApkSohAxQlUtB8TZ YvuMREejPGfMD1Az0xdbPYtrw5VOWq1OHXniCwGGIiVZqFBjdsh0XsQy6cygUtiwSVYA wa9M7lsqTmYzrwV0jTBfIAFN3AxDprNFi1dsGv9Tg+h/ZVZsu8hkz62e7cCA/SlmUCJU xPHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; bh=7+/WXeElHlEqcJsnEIRZVtiQ/tUXGS1nhOPPYcxzZHo=; b=B3ndBcpwnY4/o4BhOqRf7cNSE9ogahiPhhYfm3FUbKCjQn3YH3JgaAgJY1Cg1cZ20L GbwLYG3M5P2UKWoNF9V+VSCqmo4VhQtLummhrclqb54JUV3RHdL6kqffcZZnw6DnnBSA 7Dxx+0h76E/gBCdxhYCJ8CyjCSTbgAb/YAC5DZAzkSBgA5a2+njcKLJM/PCxJbdpMl/R ZZPm5z5qZOTKWxM+3W/oEBWQF6gj1Ab4Ghv7qjBFXOtRVi7lBzuthYkfjF92QS3g5mir yC/uIEzKrPkRKcuyPT6o0xIu4i3MAdTLwMDkkLJsQ46j9buGXC2Kflic7cuDMXBdHbcI 1Ggw== X-Gm-Message-State: AOAM531H8iwoDo3qy4+0SYAtQHUMivopB3wqiTaVPSKwXR7dPy7GEwQL z7OXw7WslP/hFnM7StsxvO8k63tPmEU= X-Google-Smtp-Source: ABdhPJxqUkiap4NfU2J2HmvClQG2KD6I3TLVw0xebCO2EMortR0FS4Xh7S+maDhF9U0vxt0sKpUptQ== X-Received: by 2002:a7b:c4c1:: with SMTP id g1mr123562wmk.69.1642761385312; Fri, 21 Jan 2022 02:36:25 -0800 (PST) Received: from nuc.. (154.red-83-50-83.dynamicip.rima-tde.net. [83.50.83.154]) by smtp.gmail.com with ESMTPSA id f8sm4498948wmg.44.2022.01.21.02.36.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 21 Jan 2022 02:36:24 -0800 (PST) To: qemu-devel@nongnu.org Cc: =?utf-8?q?Alex_Benn=C3=A9e?= , Michael Tokarev , =?utf-8?q?Daniel_P_=2E_Berrang=C3=A9?= , qemu-block@nongnu.org, Thomas Huth , =?utf-8?q?Philippe_M?= =?utf-8?q?athieu-Daud=C3=A9?= , Yonggang Luo , Peter Maydell Subject: [PATCH v4 0/8] tests: Refresh lcitool submodule & remove libxml2 Date: Fri, 21 Jan 2022 11:36:15 +0100 Message-Id: <20220121103623.288054-1-f4bug@amsat.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:1450:4864:20::332 (failed) Received-SPF: pass client-ip=2a00:1450:4864:20::332; envelope-from=philippe.mathieu.daude@gmail.com; helo=mail-wm1-x332.google.com X-Spam_score_int: -6 X-Spam_score: -0.7 X-Spam_bar: / X-Spam_report: (-0.7 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.249, PDS_HP_HELO_NORDNS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Reply-to: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= X-Patchwork-Original-From: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= via From: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= Missing review: Patch #2 (new) Refresh lcitool to latest and remove libxml2 (mjt). v4: - Fixed typos and cleaned checkpatch.pl (thuth) - Corrected libvirt-ci submodule URL v3: - fix 'refresh' helper to update cirrus-ci files (danpb) v2: - rebased (testing/next) - include mjt's libxml2 removal patch Michael Tokarev (1): drop libxml2 checks since libxml is not actually used (for parallels) Philippe Mathieu-Daudé (7): MAINTAINERS: Cover lcitool submodule with build test / automation gitmodules: Correct libvirt-ci URL tests/lcitool: Include local qemu.yml when refreshing cirrus-ci files tests: Refresh lcitool submodule tests/lcitool: Install libibumad to cover RDMA on Debian based distros tests/lcitool: Remove libxml2 tests: Manually remove libxml2 on MSYS2 runners meson.build | 6 ------ .cirrus.yml | 1 - .gitlab-ci.d/cirrus/freebsd-12.vars | 2 +- .gitlab-ci.d/cirrus/freebsd-13.vars | 2 +- .gitlab-ci.d/cirrus/macos-11.vars | 2 +- .gitlab-ci.d/windows.yml | 2 -- .gitmodules | 2 +- MAINTAINERS | 1 + block/meson.build | 3 +-- meson_options.txt | 2 -- scripts/checkpatch.pl | 1 - scripts/ci/org.centos/stream/8/x86_64/configure | 1 - scripts/coverity-scan/coverity-scan.docker | 1 - scripts/coverity-scan/run-coverity-scan | 2 +- tests/docker/dockerfiles/alpine.docker | 4 ++-- tests/docker/dockerfiles/centos8.docker | 4 +--- tests/docker/dockerfiles/fedora.docker | 4 +--- tests/docker/dockerfiles/opensuse-leap.docker | 3 +-- tests/docker/dockerfiles/ubuntu1804.docker | 4 ++-- tests/docker/dockerfiles/ubuntu2004.docker | 4 ++-- tests/lcitool/libvirt-ci | 2 +- tests/lcitool/projects/qemu.yml | 2 +- tests/lcitool/refresh | 2 +- 23 files changed, 19 insertions(+), 38 deletions(-)