qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL 0/8] Misc patches (Gitlab-CI, qtest, Capstone, ...)


From: Richard Henderson
Subject: Re: [PULL 0/8] Misc patches (Gitlab-CI, qtest, Capstone, ...)
Date: Wed, 18 May 2022 09:12:41 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 5/18/22 02:04, Thomas Huth wrote:
  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)

Fails centos-stream-8-x86_64 test,

Run-time dependency capstone found: NO (tried pkgconfig)
../meson.build:2539:2: ERROR: Dependency "capstone" not found, tried pkgconfig

https://gitlab.com/qemu-project/qemu/-/jobs/2473935684


r~




----------------------------------------------------------------
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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]