qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Thomas Huth <thuth@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [PULL 0/8] Misc patches (Gitlab-CI, qtest, Capstone, ...)
Date: Wed, 18 May 2022 09:12:41 -0700	[thread overview]
Message-ID: <c3fdc5fa-9bb1-dfb8-d763-1a0946f15aa5@linaro.org> (raw)
In-Reply-To: <20220518090438.158475-1-thuth@redhat.com>

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
> 



  parent reply	other threads:[~2022-05-18 16:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Richard Henderson [this message]
2022-05-19  6:29   ` [PULL 0/8] Misc patches (Gitlab-CI, qtest, Capstone, ...) 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c3fdc5fa-9bb1-dfb8-d763-1a0946f15aa5@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).