All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/8] Misc patches (Gitlab-CI, qtest, Capstone, ...)
@ 2022-05-18  9:04 Thomas Huth
  2022-05-18  9:04 ` [PULL 1/8] gitlab-ci: Switch the container of the 'check-patch' & 'check-dco' jobs Thomas Huth
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Thomas Huth @ 2022-05-18  9:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson

 Hi Richard!

The following changes since commit eec398119fc6911d99412c37af06a6bc27871f85:

  Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging (2022-05-16 16:31:01 -0700)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2022-05-18

for you to fetch changes up to 83602083b4ada6ceb86bfb327e83556ebab120fc:

  capstone: Remove the capstone submodule (2022-05-18 08:54:22 +0200)

----------------------------------------------------------------
* Remove Ubuntu 18.04 containers (not supported anymore)
* Improve the cleanup of the QEMU binary in case of failing qtests
* Update the Windows support statement
* Remove the capstone submodule (and rely on Capstone of the distros instead)

----------------------------------------------------------------
Daniel P. Berrangé (2):
      tests/qtest: fix registration of ABRT handler for QEMU cleanup
      tests/qtest: use prctl(PR_SET_PDEATHSIG) as fallback to kill QEMU

Thomas Huth (6):
      gitlab-ci: Switch the container of the 'check-patch' & 'check-dco' jobs
      Remove Ubuntu 18.04 container support from the repository
      docs/about: Update the support statement for Windows
      tests/vm: Add capstone to the NetBSD and OpenBSD VMs
      capstone: Allow version 3.0.5 again
      capstone: Remove the capstone submodule

 docs/about/build-platforms.rst                     |  14 +-
 configure                                          |  23 +---
 meson.build                                        | 115 +---------------
 include/qemu/osdep.h                               |   2 +-
 tests/qtest/libqtest.c                             |  21 ++-
 .gitlab-ci.d/buildtest.yml                         |   3 +-
 .gitlab-ci.d/containers.yml                        |   5 -
 .../custom-runners/ubuntu-20.04-aarch32.yml        |   2 +-
 .../custom-runners/ubuntu-20.04-aarch64.yml        |   2 +-
 .gitlab-ci.d/static_checks.yml                     |  14 +-
 .gitlab-ci.d/windows.yml                           |   5 +-
 .gitmodules                                        |   3 -
 capstone                                           |   1 -
 meson_options.txt                                  |   3 +-
 scripts/ci/setup/build-environment.yml             |  14 +-
 scripts/meson-buildoptions.sh                      |   5 +-
 tests/docker/dockerfiles/ubuntu1804.docker         | 144 ---------------------
 tests/lcitool/refresh                              |   7 -
 tests/vm/netbsd                                    |   3 +-
 tests/vm/openbsd                                   |   3 +-
 20 files changed, 59 insertions(+), 330 deletions(-)
 delete mode 160000 capstone
 delete mode 100644 tests/docker/dockerfiles/ubuntu1804.docker



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-05-20 18:52 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18  9:04 [PULL 0/8] Misc patches (Gitlab-CI, qtest, Capstone, ...) Thomas Huth
2022-05-18  9:04 ` [PULL 1/8] gitlab-ci: Switch the container of the 'check-patch' & 'check-dco' jobs Thomas Huth
2022-05-18  9:04 ` [PULL 2/8] Remove Ubuntu 18.04 container support from the repository Thomas Huth
2022-05-18  9:04 ` [PULL 3/8] tests/qtest: fix registration of ABRT handler for QEMU cleanup Thomas Huth
2022-05-18  9:04 ` [PULL 4/8] tests/qtest: use prctl(PR_SET_PDEATHSIG) as fallback to kill QEMU Thomas Huth
2022-05-18  9:04 ` [PULL 5/8] docs/about: Update the support statement for Windows Thomas Huth
2022-05-18  9:04 ` [PULL 6/8] tests/vm: Add capstone to the NetBSD and OpenBSD VMs Thomas Huth
2022-05-18  9:04 ` [PULL 7/8] capstone: Allow version 3.0.5 again Thomas Huth
2022-05-18  9:04 ` [PULL 8/8] capstone: Remove the capstone submodule Thomas Huth
2022-05-18 16:12 ` [PULL 0/8] Misc patches (Gitlab-CI, qtest, Capstone, ...) Richard Henderson
2022-05-19  6:29   ` Thomas Huth
2022-05-19 11:29     ` Stefan Hajnoczi
2022-05-19 11:43     ` Daniel P. Berrangé
2022-05-19 11:55     ` Peter Maydell
2022-05-20  6:22       ` Thomas Huth
2022-05-20 18:51         ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.