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