qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, Richard Henderson <richard.henderson@linaro.org>
Subject: [PULL 00/11] gitlab CI fix and glib update
Date: Tue, 14 May 2024 14:51:08 +0200	[thread overview]
Message-ID: <20240514125119.284638-1-thuth@redhat.com> (raw)

The following changes since commit 9360070196789cc8b9404b2efaf319384e64b107:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-05-12 13:41:26 +0200)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2024-05-14

for you to fetch changes up to da79537e0c8cef007d30298343d05acb0ba8b427:

  util/uri: Remove the old URI parsing code (2024-05-14 12:46:46 +0200)

----------------------------------------------------------------
* Fix the "tsan-build" CI job on the shared gitlab CI runners
* Bump minimum glib version and use URI code from the newer glib
* Fix error message from "configure" when C compiler is not working

----------------------------------------------------------------
Daniel P. Berrangé (3):
      dockerfiles: add 'MAKE' env variable to remaining containers
      gitlab: use $MAKE instead of 'make'
      gitlab: use 'setarch -R' to workaround tsan bug

Thomas Huth (8):
      configure: Fix error message when C compiler is not working
      Bump minimum glib version to v2.66
      Remove glib compatibility code that is not required anymore
      block/gluster: Use URI parsing code from glib
      block/nbd: Use URI parsing code from glib
      block/nfs: Use URI parsing code from glib
      block/ssh: Use URI parsing code from glib
      util/uri: Remove the old URI parsing code

 configure                                          |   11 +-
 meson.build                                        |   16 +-
 include/glib-compat.h                              |   27 +-
 include/qemu/uri.h                                 |   99 --
 block/gluster.c                                    |   69 +-
 block/nbd.c                                        |   76 +-
 block/nfs.c                                        |  110 +-
 block/ssh.c                                        |   75 +-
 qga/commands-posix-ssh.c                           |   12 +-
 util/error-report.c                                |   10 -
 util/uri.c                                         | 1466 --------------------
 .gitlab-ci.d/buildtest-template.yml                |    6 +-
 .gitlab-ci.d/buildtest.yml                         |    3 +
 .../dockerfiles/debian-all-test-cross.docker       |    1 +
 .../docker/dockerfiles/debian-hexagon-cross.docker |    1 +
 .../dockerfiles/debian-legacy-test-cross.docker    |    1 +
 .../dockerfiles/debian-loongarch-cross.docker      |    1 +
 .../docker/dockerfiles/debian-tricore-cross.docker |    1 +
 .../docker/dockerfiles/debian-xtensa-cross.docker  |    1 +
 tests/docker/dockerfiles/fedora-cris-cross.docker  |    1 +
 util/meson.build                                   |    2 +-
 21 files changed, 194 insertions(+), 1795 deletions(-)
 delete mode 100644 include/qemu/uri.h
 delete mode 100644 util/uri.c



             reply	other threads:[~2024-05-14 12:52 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-14 12:51 Thomas Huth [this message]
2024-05-14 12:51 ` [PULL 01/11] configure: Fix error message when C compiler is not working Thomas Huth
2024-05-14 12:51 ` [PULL 02/11] dockerfiles: add 'MAKE' env variable to remaining containers Thomas Huth
2024-05-14 12:51 ` [PULL 03/11] gitlab: use $MAKE instead of 'make' Thomas Huth
2024-05-14 12:51 ` [PULL 04/11] gitlab: use 'setarch -R' to workaround tsan bug Thomas Huth
2024-05-14 12:51 ` [PULL 05/11] Bump minimum glib version to v2.66 Thomas Huth
2024-05-14 12:51 ` [PULL 06/11] Remove glib compatibility code that is not required anymore Thomas Huth
2024-05-14 12:51 ` [PULL 07/11] block/gluster: Use URI parsing code from glib Thomas Huth
2024-05-14 12:51 ` [PULL 08/11] block/nbd: " Thomas Huth
2024-05-14 12:51 ` [PULL 09/11] block/nfs: " Thomas Huth
2024-05-14 12:51 ` [PULL 10/11] block/ssh: " Thomas Huth
2024-05-14 12:51 ` [PULL 11/11] util/uri: Remove the old URI parsing code Thomas Huth
2024-05-15  6:51 ` [PULL 00/11] gitlab CI fix and glib update Richard Henderson
2024-05-15 10:39 ` Daniel P. Berrangé
2024-05-27 19:09   ` Michael Tokarev

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=20240514125119.284638-1-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /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).