From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>
Cc: "Daniel P. Berrangé" <berrange@redhat.com>,
"Stefano Garzarella" <sgarzare@redhat.com>
Subject: [PULL 00/17] doc updates and CentOS 7 removal
Date: Wed, 2 Jun 2021 09:35:49 +0200 [thread overview]
Message-ID: <20210602073606.338994-1-thuth@redhat.com> (raw)
Hi Peter!
The following changes since commit 52848929b70dcf92a68aedcfd90207be81ba3274:
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210528-pull-request' into staging (2021-05-30 20:10:30 +0100)
are available in the Git repository at:
https://gitlab.com/thuth/qemu.git tags/pull-request-2021-06-02
for you to fetch changes up to 2a85a08c998e418a46a308095893f223642f6fc9:
configure: bump min required CLang to 6.0 / XCode 10.0 (2021-06-02 09:11:32 +0200)
----------------------------------------------------------------
* Update the references to some doc files (use *.rst instead of *.txt)
* Bump minimum versions of some requirements after removing CentOS 7 support
----------------------------------------------------------------
Daniel P. Berrangé (11):
patchew: move quick build job from CentOS 7 to CentOS 8 container
crypto: bump min nettle to 3.4, dropping RHEL-7 support
crypto: drop back compatibility typedefs for nettle
crypto: bump min gcrypt to 1.8.0, dropping RHEL-7 support
crypto: bump min gnutls to 3.5.18, dropping RHEL-7 support
crypto: drop used conditional check
tests/vm: convert centos VM recipe to CentOS 8
tests/docker: drop CentOS 7 container
configure: bump min required glib version to 2.56
configure: bump min required GCC to 7.5.0
configure: bump min required CLang to 6.0 / XCode 10.0
Stefano Garzarella (5):
docs: fix references to docs/devel/tracing.rst
docs: fix references to docs/devel/atomics.rst
docs: fix references to docs/devel/build-system.rst
docs: fix references to docs/specs/tpm.rst
docs: fix references to docs/devel/s390-dasd-ipl.rst
Thomas Huth (1):
block/ssh: Bump minimum libssh version to 0.8.7
.gitlab-ci.d/buildtest.yml | 35 ------
.gitlab-ci.d/containers.yml | 5 -
.patchew.yml | 6 +-
MAINTAINERS | 4 +-
accel/kvm/trace-events | 2 +-
accel/tcg/trace-events | 2 +-
audio/trace-events | 2 +-
authz/trace-events | 2 +-
backends/tpm/trace-events | 2 +-
backends/trace-events | 2 +-
block/ssh.c | 59 ---------
block/trace-events | 2 +-
chardev/trace-events | 2 +-
configure | 59 ++-------
crypto/cipher-nettle.c.inc | 91 ++++----------
crypto/hash-nettle.c | 10 +-
crypto/hmac-nettle.c | 12 +-
crypto/meson.build | 6 +-
crypto/tlscredsx509.c | 2 -
crypto/trace-events | 2 +-
docs/devel/lockcnt.txt | 2 +-
hw/9pfs/trace-events | 2 +-
hw/acpi/tpm.c | 2 +-
hw/acpi/trace-events | 2 +-
hw/adc/trace-events | 2 +-
hw/alpha/trace-events | 2 +-
hw/arm/trace-events | 2 +-
hw/audio/trace-events | 2 +-
hw/block/dataplane/trace-events | 2 +-
hw/block/trace-events | 2 +-
hw/char/trace-events | 2 +-
hw/display/trace-events | 2 +-
hw/dma/trace-events | 2 +-
hw/gpio/trace-events | 2 +-
hw/hppa/trace-events | 2 +-
hw/i2c/trace-events | 2 +-
hw/i386/trace-events | 2 +-
hw/i386/xen/trace-events | 2 +-
hw/ide/trace-events | 2 +-
hw/input/trace-events | 2 +-
hw/intc/trace-events | 2 +-
hw/isa/trace-events | 2 +-
hw/mem/trace-events | 2 +-
hw/misc/macio/trace-events | 2 +-
hw/misc/trace-events | 2 +-
hw/net/trace-events | 2 +-
hw/nvram/trace-events | 2 +-
hw/pci-host/trace-events | 2 +-
hw/pci/trace-events | 2 +-
hw/ppc/trace-events | 2 +-
hw/rdma/trace-events | 2 +-
hw/rdma/vmw/trace-events | 2 +-
hw/rtc/trace-events | 2 +-
hw/s390x/trace-events | 2 +-
hw/scsi/trace-events | 2 +-
hw/sd/trace-events | 2 +-
hw/sparc/trace-events | 2 +-
hw/sparc64/trace-events | 2 +-
hw/timer/trace-events | 2 +-
hw/tpm/tpm_ppi.c | 2 +-
hw/tpm/trace-events | 2 +-
hw/usb/trace-events | 2 +-
hw/vfio/trace-events | 2 +-
hw/virtio/trace-events | 2 +-
hw/watchdog/trace-events | 2 +-
hw/xen/trace-events | 2 +-
include/glib-compat.h | 13 +-
include/qemu/atomic.h | 4 +-
include/qemu/atomic128.h | 2 +-
io/trace-events | 2 +-
linux-user/trace-events | 2 +-
migration/trace-events | 2 +-
monitor/trace-events | 2 +-
nbd/trace-events | 2 +-
net/trace-events | 2 +-
pc-bios/s390-ccw/dasd-ipl.c | 2 +-
qapi/trace-events | 2 +-
qom/trace-events | 2 +-
scripts/simpletrace.py | 2 +-
scsi/trace-events | 2 +-
softmmu/trace-events | 2 +-
target/arm/trace-events | 2 +-
target/hppa/trace-events | 2 +-
target/i386/kvm/trace-events | 2 +-
target/i386/trace-events | 2 +-
target/mips/trace-events | 2 +-
target/ppc/trace-events | 2 +-
target/s390x/trace-events | 2 +-
target/sparc/trace-events | 2 +-
tcg/README | 2 +-
tests/docker/dockerfiles/centos7.docker | 43 -------
tests/qapi-schema/meson.build | 2 +-
tests/vm/centos | 17 ++-
trace-events | 2 +-
ui/trace-events | 2 +-
util/oslib-win32.c | 204 --------------------------------
util/trace-events | 2 +-
97 files changed, 141 insertions(+), 591 deletions(-)
delete mode 100644 tests/docker/dockerfiles/centos7.docker
next reply other threads:[~2021-06-02 7:37 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-02 7:35 Thomas Huth [this message]
2021-06-02 7:35 ` [PULL 01/17] docs: fix references to docs/devel/tracing.rst Thomas Huth
2021-06-02 7:35 ` [PULL 02/17] docs: fix references to docs/devel/atomics.rst Thomas Huth
2021-06-02 7:35 ` [PULL 03/17] docs: fix references to docs/devel/build-system.rst Thomas Huth
2021-06-02 7:35 ` [PULL 04/17] docs: fix references to docs/specs/tpm.rst Thomas Huth
2021-06-02 7:35 ` [PULL 05/17] docs: fix references to docs/devel/s390-dasd-ipl.rst Thomas Huth
2021-06-02 7:35 ` [PULL 06/17] block/ssh: Bump minimum libssh version to 0.8.7 Thomas Huth
2021-06-02 7:35 ` [PULL 07/17] patchew: move quick build job from CentOS 7 to CentOS 8 container Thomas Huth
2021-06-02 7:35 ` [PULL 08/17] crypto: bump min nettle to 3.4, dropping RHEL-7 support Thomas Huth
2021-06-02 7:35 ` [PULL 09/17] crypto: drop back compatibility typedefs for nettle Thomas Huth
2021-06-02 7:35 ` [PULL 10/17] crypto: bump min gcrypt to 1.8.0, dropping RHEL-7 support Thomas Huth
2021-06-02 7:36 ` [PULL 11/17] crypto: bump min gnutls to 3.5.18, " Thomas Huth
2021-06-02 7:36 ` [PULL 12/17] crypto: drop used conditional check Thomas Huth
2021-06-02 7:36 ` [PULL 13/17] tests/vm: convert centos VM recipe to CentOS 8 Thomas Huth
2021-06-02 7:36 ` [PULL 14/17] tests/docker: drop CentOS 7 container Thomas Huth
2021-06-02 7:36 ` [PULL 15/17] configure: bump min required glib version to 2.56 Thomas Huth
2021-06-02 7:36 ` [PULL 16/17] configure: bump min required GCC to 7.5.0 Thomas Huth
2021-06-02 7:36 ` [PULL 17/17] configure: bump min required CLang to 6.0 / XCode 10.0 Thomas Huth
2021-06-02 18:31 ` [PULL 00/17] doc updates and CentOS 7 removal Peter Maydell
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=20210602073606.338994-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=berrange@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=sgarzare@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).