qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] d0fb96: docs: fix references to docs/devel/tr


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] d0fb96: docs: fix references to docs/devel/tracing.rst
Date: Wed, 02 Jun 2021 09:14:29 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: d0fb9657a33dd3d1db1b492c4dcc7c778e40e5c0
      
https://github.com/qemu/qemu/commit/d0fb9657a33dd3d1db1b492c4dcc7c778e40e5c0
  Author: Stefano Garzarella <sgarzare@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M MAINTAINERS
    M accel/kvm/trace-events
    M accel/tcg/trace-events
    M audio/trace-events
    M authz/trace-events
    M backends/tpm/trace-events
    M backends/trace-events
    M block/trace-events
    M chardev/trace-events
    M crypto/trace-events
    M hw/9pfs/trace-events
    M hw/acpi/trace-events
    M hw/adc/trace-events
    M hw/alpha/trace-events
    M hw/arm/trace-events
    M hw/audio/trace-events
    M hw/block/dataplane/trace-events
    M hw/block/trace-events
    M hw/char/trace-events
    M hw/display/trace-events
    M hw/dma/trace-events
    M hw/gpio/trace-events
    M hw/hppa/trace-events
    M hw/i2c/trace-events
    M hw/i386/trace-events
    M hw/i386/xen/trace-events
    M hw/ide/trace-events
    M hw/input/trace-events
    M hw/intc/trace-events
    M hw/isa/trace-events
    M hw/mem/trace-events
    M hw/misc/macio/trace-events
    M hw/misc/trace-events
    M hw/net/trace-events
    M hw/nvram/trace-events
    M hw/pci-host/trace-events
    M hw/pci/trace-events
    M hw/ppc/trace-events
    M hw/rdma/trace-events
    M hw/rdma/vmw/trace-events
    M hw/rtc/trace-events
    M hw/s390x/trace-events
    M hw/scsi/trace-events
    M hw/sd/trace-events
    M hw/sparc/trace-events
    M hw/sparc64/trace-events
    M hw/timer/trace-events
    M hw/tpm/trace-events
    M hw/usb/trace-events
    M hw/vfio/trace-events
    M hw/virtio/trace-events
    M hw/watchdog/trace-events
    M hw/xen/trace-events
    M io/trace-events
    M linux-user/trace-events
    M migration/trace-events
    M monitor/trace-events
    M nbd/trace-events
    M net/trace-events
    M qapi/trace-events
    M qom/trace-events
    M scripts/simpletrace.py
    M scsi/trace-events
    M softmmu/trace-events
    M target/arm/trace-events
    M target/hppa/trace-events
    M target/i386/kvm/trace-events
    M target/i386/trace-events
    M target/mips/trace-events
    M target/ppc/trace-events
    M target/s390x/trace-events
    M target/sparc/trace-events
    M trace-events
    M ui/trace-events
    M util/trace-events

  Log Message:
  -----------
  docs: fix references to docs/devel/tracing.rst

Commit e50caf4a5c ("tracing: convert documentation to rST")
converted docs/devel/tracing.txt to docs/devel/tracing.rst.

We still have several references to the old file, so let's fix them
with the following command:

  sed -i s/tracing.txt/tracing.rst/ $(git grep -l docs/devel/tracing.txt)

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210517151702.109066-2-sgarzare@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 29f2316761ef2c83581893bcffa43f11fba5b2fe
      
https://github.com/qemu/qemu/commit/29f2316761ef2c83581893bcffa43f11fba5b2fe
  Author: Stefano Garzarella <sgarzare@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M docs/devel/lockcnt.txt
    M include/qemu/atomic.h
    M include/qemu/atomic128.h
    M tcg/README

  Log Message:
  -----------
  docs: fix references to docs/devel/atomics.rst

Commit 15e8699f00 ("atomics: convert to reStructuredText") converted
docs/devel/atomics.txt to docs/devel/atomics.rst.

We still have several references to the old file, so let's fix them
with the following command:

  sed -i s/atomics.txt/atomics.rst/ $(git grep -l docs/devel/atomics.txt)

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210517151702.109066-3-sgarzare@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 551bdfa079b8b08ee212a36675774a1d22bc9fcf
      
https://github.com/qemu/qemu/commit/551bdfa079b8b08ee212a36675774a1d22bc9fcf
  Author: Stefano Garzarella <sgarzare@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M MAINTAINERS
    M tests/qapi-schema/meson.build

  Log Message:
  -----------
  docs: fix references to docs/devel/build-system.rst

Commit a14f0bf165 ("docs: convert build system documentation to rST")
converted docs/devel/build-system.txt to docs/devel/build-system.rst.

We still have several references to the old file, so let's fix them
with the following command:

  sed -i s/build-system.txt/build-system.rst/ \
      $(git grep -l docs/devel/build-system.txt)

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20210517151702.109066-4-sgarzare@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 773c1f1e9492a60c0ab98f451e9415e7ad4774fd
      
https://github.com/qemu/qemu/commit/773c1f1e9492a60c0ab98f451e9415e7ad4774fd
  Author: Stefano Garzarella <sgarzare@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M hw/acpi/tpm.c
    M hw/tpm/tpm_ppi.c

  Log Message:
  -----------
  docs: fix references to docs/specs/tpm.rst

Commit 6e8a3ff6ed ("docs/specs/tpm: reST-ify TPM documentation")
converted docs/specs/tpm.txt to docs/specs/tpm.rst.

We still have several references to the old file, so let's fix them
with the following command:

  sed -i s/tpm.txt/tpm.rst/ $(git grep -l docs/specs/tpm.txt)

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210517151702.109066-5-sgarzare@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 13cb12f61923bd8c24af8b6e6326c911e970ecf8
      
https://github.com/qemu/qemu/commit/13cb12f61923bd8c24af8b6e6326c911e970ecf8
  Author: Stefano Garzarella <sgarzare@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M pc-bios/s390-ccw/dasd-ipl.c

  Log Message:
  -----------
  docs: fix references to docs/devel/s390-dasd-ipl.rst

Commit cc3d15a5ea ("docs: rstfy s390 dasd ipl documentation")
converted docs/devel/s390-dasd-ipl.txt to docs/devel/s390-dasd-ipl.rst.

We still have several references to the old file, so let's fix them
with the following command:

  sed -i s/s390-dasd-ipl.txt/s390-dasd-ipl.rst/ \
      $(git grep -l docs/devel/s390-dasd-ipl.txt)

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Message-Id: <20210517151702.109066-6-sgarzare@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: b4c10fc6fe452c080004a484554275794160d379
      
https://github.com/qemu/qemu/commit/b4c10fc6fe452c080004a484554275794160d379
  Author: Thomas Huth <thuth@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M block/ssh.c
    M configure

  Log Message:
  -----------
  block/ssh: Bump minimum libssh version to 0.8.7

It has been over two years since RHEL-8 was released, and thus per the
platform build policy, we no longer need to support RHEL-7 as a build
target. So from the RHEL-7 perspective, we do not have to support
libssh v0.7 anymore now.

Let's look at the versions from other distributions and operating
systems - according to repology.org, current shipping versions are:

             RHEL-8: 0.9.4
      Debian Buster: 0.8.7
 openSUSE Leap 15.2: 0.8.7
   Ubuntu LTS 18.04: 0.8.0 *
   Ubuntu LTS 20.04: 0.9.3
            FreeBSD: 0.9.5
          Fedora 33: 0.9.5
          Fedora 34: 0.9.5
            OpenBSD: 0.9.5
     macOS HomeBrew: 0.9.5
         HaikuPorts: 0.9.5

* The version of libssh in Ubuntu 18.04 claims to be 0.8.0 from the
name of the package, but in reality it is a 0.7 patched up as a
Frankenstein monster with patches from the 0.8 development branch.
This gave us some headaches in the past already and so it never worked
with QEMU. All attempts to get it supported have failed in the past,
patches for QEMU have never been merged and a request to Ubuntu to
fix it in their 18.04 distro has been ignored:

 https://bugs.launchpad.net/ubuntu/+source/libssh/+bug/1847514

Thus we really should ignore the libssh in Ubuntu 18.04 in QEMU, too.

Fix it by bumping the minimum libssh version to something that is
greater than 0.8.0 now. Debian Buster and openSUSE Leap have the
oldest version and so 0.8.7 is the new minimum.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Tested-by: Richard W.M. Jones <rjones@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Richard W.M. Jones <rjones@redhat.com>
Message-Id: <20210519155859.344569-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: f4d4be8212b946abfd438c046378240499bb8358
      
https://github.com/qemu/qemu/commit/f4d4be8212b946abfd438c046378240499bb8358
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M .patchew.yml

  Log Message:
  -----------
  patchew: move quick build job from CentOS 7 to CentOS 8 container

It has been over two years since RHEL-8 was released, and thus per the
platform build policy, we no longer need to support RHEL-7 as a build
target.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210514120415.1368922-3-berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 20ba7a4a34bc96fb53ce1fb837d280339c6f5671
      
https://github.com/qemu/qemu/commit/20ba7a4a34bc96fb53ce1fb837d280339c6f5671
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M .gitlab-ci.d/buildtest.yml
    M configure
    M crypto/cipher-nettle.c.inc
    M crypto/hash-nettle.c
    M crypto/hmac-nettle.c

  Log Message:
  -----------
  crypto: bump min nettle to 3.4, dropping RHEL-7 support

It has been over two years since RHEL-8 was released, and thus per the
platform build policy, we no longer need to support RHEL-7 as a build
target. This lets us increment the minimum required nettle version and
drop a lot of backwards compatibility code for 2.x series of nettle.

Per repology, current shipping versions are:

             RHEL-8: 3.4.1
      Debian Buster: 3.4.1
 openSUSE Leap 15.2: 3.4.1
   Ubuntu LTS 18.04: 3.4
   Ubuntu LTS 20.04: 3.5.1
            FreeBSD: 3.7.2
          Fedora 33: 3.5.1
          Fedora 34: 3.7.2
            OpenBSD: 3.7.2
     macOS HomeBrew: 3.7.2

Ubuntu LTS 18.04 has the oldest version and so 3.4 is the new minimum.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210514120415.1368922-4-berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
[thuth: rebased to use .gitlab-ci.d/buildtest.yml]
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 115e4b70037ddf6014efa4ffcd01e7fa3497a741
      
https://github.com/qemu/qemu/commit/115e4b70037ddf6014efa4ffcd01e7fa3497a741
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M crypto/cipher-nettle.c.inc
    M crypto/hash-nettle.c
    M crypto/hmac-nettle.c

  Log Message:
  -----------
  crypto: drop back compatibility typedefs for nettle

Now that we only support modern nettle, we don't need to have local
typedefs to mask the real nettle types.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210514120415.1368922-5-berrange@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: b33a84632a3759c00320fd80923aa963c11207fc
      
https://github.com/qemu/qemu/commit/b33a84632a3759c00320fd80923aa963c11207fc
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M .gitlab-ci.d/buildtest.yml
    M configure
    M crypto/meson.build

  Log Message:
  -----------
  crypto: bump min gcrypt to 1.8.0, dropping RHEL-7 support

It has been over two years since RHEL-8 was released, and thus per the
platform build policy, we no longer need to support RHEL-7 as a build
target. This lets us increment the minimum required gcrypt version and
assume that HMAC is always supported

Per repology, current shipping versions are:

             RHEL-8: 1.8.5
      Debian Buster: 1.8.4
 openSUSE Leap 15.2: 1.8.2
   Ubuntu LTS 18.04: 1.8.1
   Ubuntu LTS 20.04: 1.8.5
            FreeBSD: 1.9.2
          Fedora 33: 1.8.6
          Fedora 34: 1.9.3
            OpenBSD: 1.9.3
     macOS HomeBrew: 1.9.3

Ubuntu LTS 18.04 has the oldest version and so 1.8.0 is the new minimum.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210514120415.1368922-6-berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
[thuth: rebased to use .gitlab-ci.d/buildtest.yml]
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: d4c7ee330cd0ca05cc0c026f845af6711e37b0f7
      
https://github.com/qemu/qemu/commit/d4c7ee330cd0ca05cc0c026f845af6711e37b0f7
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M .gitlab-ci.d/buildtest.yml
    M configure

  Log Message:
  -----------
  crypto: bump min gnutls to 3.5.18, dropping RHEL-7 support

It has been over two years since RHEL-8 was released, and thus per the
platform build policy, we no longer need to support RHEL-7 as a build
target. This lets us increment the minimum required gnutls version

Per repology, current shipping versions are:

             RHEL-8: 3.6.14
      Debian Buster: 3.6.7
 openSUSE Leap 15.2: 3.6.7
   Ubuntu LTS 18.04: 3.5.18
   Ubuntu LTS 20.04: 3.6.13
            FreeBSD: 3.6.15
          Fedora 33: 3.6.16
          Fedora 34: 3.7.1
            OpenBSD: 3.6.15
     macOS HomeBrew: 3.6.15

Ubuntu LTS 18.04 has the oldest version and so 3.5.18 is the new minimum.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210514120415.1368922-7-berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
[thuth: rebased to use .gitlab-ci.d/buildtest.yml]
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: fd4eddc3a8237987c73fe1981ce9e3a4bd9fee29
      
https://github.com/qemu/qemu/commit/fd4eddc3a8237987c73fe1981ce9e3a4bd9fee29
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M crypto/tlscredsx509.c

  Log Message:
  -----------
  crypto: drop used conditional check

The condition being tested has never been set since the day the code was
first introduced.

Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210514120415.1368922-8-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: fb1fa97c69ca2299158229c78fea68c4036e6c1b
      
https://github.com/qemu/qemu/commit/fb1fa97c69ca2299158229c78fea68c4036e6c1b
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M tests/vm/centos

  Log Message:
  -----------
  tests/vm: convert centos VM recipe to CentOS 8

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210514120415.1368922-9-berrange@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 6f0748a048b9a5e2284e4d0f832322f9c832ad5e
      
https://github.com/qemu/qemu/commit/6f0748a048b9a5e2284e4d0f832322f9c832ad5e
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M .gitlab-ci.d/containers.yml
    R tests/docker/dockerfiles/centos7.docker

  Log Message:
  -----------
  tests/docker: drop CentOS 7 container

It has been over two years since RHEL-8 was released, and thus per the
platform build policy, we no longer need to support RHEL-7 as a build
target.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210514120415.1368922-10-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: b4c6036faa995a0ec00d45901aa722ab2dd14341
      
https://github.com/qemu/qemu/commit/b4c6036faa995a0ec00d45901aa722ab2dd14341
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M configure
    M include/glib-compat.h
    M util/oslib-win32.c

  Log Message:
  -----------
  configure: bump min required glib version to 2.56

The glib version was not previously constrained by RHEL-7 since it
rebases fairly often. Instead SLES 12 and Ubuntu 16.04 were the
constraints in 00f2cfbbec63fb6f5a7789797a62ccedd22466ea. Both of
these are old enough that they are outside our platform support
matrix now.

Per repology, current shipping versions are:

             RHEL-8: 2.56.4
      Debian Buster: 2.58.3
 openSUSE Leap 15.2: 2.62.6
   Ubuntu LTS 18.04: 2.56.4
   Ubuntu LTS 20.04: 2.64.6
            FreeBSD: 2.66.7
          Fedora 33: 2.66.8
          Fedora 34: 2.68.1
            OpenBSD: 2.68.1
     macOS HomeBrew: 2.68.1

Thus Ubuntu LTS 18.04 / RHEL-8 are the constraint for GLib version
at 2.56

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210514120415.1368922-11-berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 56208a0d473c6db263cc333c787ca48b502d72ab
      
https://github.com/qemu/qemu/commit/56208a0d473c6db263cc333c787ca48b502d72ab
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: bump min required GCC to 7.5.0

Several distros have been dropped since the last time we bumped the
minimum required GCC version.

Per repology, currently shipping versions are:

             RHEL-8: 8.3.1
      Debian Buster: 8.3.0
 openSUSE Leap 15.2: 7.5.0
   Ubuntu LTS 18.04: 7.5.0
   Ubuntu LTS 20.04: 9.3.0
            FreeBSD: 10.3.0
          Fedora 33: 9.2.0
          Fedora 34: 11.0.1
            OpenBSD: 8.4.0
     macOS HomeBrew: 11.1.0

With this list Ubuntu LTS 18.04 / openSUSE Leap 15.2 are the
constraint at 7.5.0

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210514120415.1368922-12-berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 2a85a08c998e418a46a308095893f223642f6fc9
      
https://github.com/qemu/qemu/commit/2a85a08c998e418a46a308095893f223642f6fc9
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: bump min required CLang to 6.0 / XCode 10.0

Several distros have been dropped since the last time we bumped the
minimum required CLang version.

Per repology, currently shipping versions are:

             RHEL-8: 10.0.1
      Debian Buster: 7.0.1
 openSUSE Leap 15.2: 9.0.1
   Ubuntu LTS 18.04: 6.0.0
   Ubuntu LTS 20.04: 10.0.0
         FreeBSD 12: 8.0.1
          Fedora 33: 11.0.0
          Fedora 34: 11.1.0

With this list Ubuntu LTS 18.04 is the constraint at 6.0.0

An LLVM version of 6.0.0 corresponds to macOS XCode version of 10.0
which dates from Sept 2018.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210514120415.1368922-13-berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 8c345b3e6a736d4985b2bca6f7f24b985900de63
      
https://github.com/qemu/qemu/commit/8c345b3e6a736d4985b2bca6f7f24b985900de63
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M .gitlab-ci.d/buildtest.yml
    M .gitlab-ci.d/containers.yml
    M .patchew.yml
    M MAINTAINERS
    M accel/kvm/trace-events
    M accel/tcg/trace-events
    M audio/trace-events
    M authz/trace-events
    M backends/tpm/trace-events
    M backends/trace-events
    M block/ssh.c
    M block/trace-events
    M chardev/trace-events
    M configure
    M crypto/cipher-nettle.c.inc
    M crypto/hash-nettle.c
    M crypto/hmac-nettle.c
    M crypto/meson.build
    M crypto/tlscredsx509.c
    M crypto/trace-events
    M docs/devel/lockcnt.txt
    M hw/9pfs/trace-events
    M hw/acpi/tpm.c
    M hw/acpi/trace-events
    M hw/adc/trace-events
    M hw/alpha/trace-events
    M hw/arm/trace-events
    M hw/audio/trace-events
    M hw/block/dataplane/trace-events
    M hw/block/trace-events
    M hw/char/trace-events
    M hw/display/trace-events
    M hw/dma/trace-events
    M hw/gpio/trace-events
    M hw/hppa/trace-events
    M hw/i2c/trace-events
    M hw/i386/trace-events
    M hw/i386/xen/trace-events
    M hw/ide/trace-events
    M hw/input/trace-events
    M hw/intc/trace-events
    M hw/isa/trace-events
    M hw/mem/trace-events
    M hw/misc/macio/trace-events
    M hw/misc/trace-events
    M hw/net/trace-events
    M hw/nvram/trace-events
    M hw/pci-host/trace-events
    M hw/pci/trace-events
    M hw/ppc/trace-events
    M hw/rdma/trace-events
    M hw/rdma/vmw/trace-events
    M hw/rtc/trace-events
    M hw/s390x/trace-events
    M hw/scsi/trace-events
    M hw/sd/trace-events
    M hw/sparc/trace-events
    M hw/sparc64/trace-events
    M hw/timer/trace-events
    M hw/tpm/tpm_ppi.c
    M hw/tpm/trace-events
    M hw/usb/trace-events
    M hw/vfio/trace-events
    M hw/virtio/trace-events
    M hw/watchdog/trace-events
    M hw/xen/trace-events
    M include/glib-compat.h
    M include/qemu/atomic.h
    M include/qemu/atomic128.h
    M io/trace-events
    M linux-user/trace-events
    M migration/trace-events
    M monitor/trace-events
    M nbd/trace-events
    M net/trace-events
    M pc-bios/s390-ccw/dasd-ipl.c
    M qapi/trace-events
    M qom/trace-events
    M scripts/simpletrace.py
    M scsi/trace-events
    M softmmu/trace-events
    M target/arm/trace-events
    M target/hppa/trace-events
    M target/i386/kvm/trace-events
    M target/i386/trace-events
    M target/mips/trace-events
    M target/ppc/trace-events
    M target/s390x/trace-events
    M target/sparc/trace-events
    M tcg/README
    R tests/docker/dockerfiles/centos7.docker
    M tests/qapi-schema/meson.build
    M tests/vm/centos
    M trace-events
    M ui/trace-events
    M util/oslib-win32.c
    M util/trace-events

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/thuth-gitlab/tags/pull-request-2021-06-02' into staging

* Update the references to some doc files (use *.rst instead of *.txt)
* Bump minimum versions of some requirements after removing CentOS 7 support

# gpg: Signature made Wed 02 Jun 2021 08:12:18 BST
# gpg:                using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
# gpg:                issuer "thuth@redhat.com"
# gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full]
# gpg:                 aka "Thomas Huth <thuth@redhat.com>" [full]
# gpg:                 aka "Thomas Huth <huth@tuxfamily.org>" [full]
# gpg:                 aka "Thomas Huth <th.huth@posteo.de>" [unknown]
# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5

* remotes/thuth-gitlab/tags/pull-request-2021-06-02:
  configure: bump min required CLang to 6.0 / XCode 10.0
  configure: bump min required GCC to 7.5.0
  configure: bump min required glib version to 2.56
  tests/docker: drop CentOS 7 container
  tests/vm: convert centos VM recipe to CentOS 8
  crypto: drop used conditional check
  crypto: bump min gnutls to 3.5.18, dropping RHEL-7 support
  crypto: bump min gcrypt to 1.8.0, dropping RHEL-7 support
  crypto: drop back compatibility typedefs for nettle
  crypto: bump min nettle to 3.4, dropping RHEL-7 support
  patchew: move quick build job from CentOS 7 to CentOS 8 container
  block/ssh: Bump minimum libssh version to 0.8.7
  docs: fix references to docs/devel/s390-dasd-ipl.rst
  docs: fix references to docs/specs/tpm.rst
  docs: fix references to docs/devel/build-system.rst
  docs: fix references to docs/devel/atomics.rst
  docs: fix references to docs/devel/tracing.rst

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/49ba51adec79...8c345b3e6a73



reply via email to

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