[PATCH v3 0/7] tests: Refresh lcitool submodule & remove libxml2

Philippe Mathieu-Daudé posted 7 patches 2 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220120113016.268265-1-f4bug@amsat.org
There is a newer version of this series
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 --
MAINTAINERS                                     | 1 +
block/meson.build                               | 3 +--
meson_options.txt                               | 2 --
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 +-
21 files changed, 18 insertions(+), 36 deletions(-)
[PATCH v3 0/7] tests: Refresh lcitool submodule & remove libxml2
Posted by Philippe Mathieu-Daudé 2 years, 2 months ago
Refresh lcitool to latest and remove libxml2 (mjt).

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é (6):
  MAINTAINERS: Cover lcitool submodule with build test / automation
  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 --
 MAINTAINERS                                     | 1 +
 block/meson.build                               | 3 +--
 meson_options.txt                               | 2 --
 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 +-
 21 files changed, 18 insertions(+), 36 deletions(-)

-- 
2.34.1