[PULL 0/7] Misc patches

Thomas Huth posted 7 patches 7 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231012165108.913443-1-thuth@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Yuval Shaia <yuval.shaia.ml@gmail.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Tyrone Ting <kfting@nuvoton.com>, Hao Wu <wuhaotsh@google.com>, Laurent Vivier <lvivier@redhat.com>
There is a newer version of this series
MAINTAINERS                      |  3 ++-
docs/about/deprecated.rst        |  8 ++++++++
hw/misc/i2c-echo.c               | 10 ++++++++++
hw/rdma/vmw/pvrdma_main.c        | 18 +++++++++++++++++-
tests/qtest/npcm7xx_timer-test.c |  1 +
.gitlab-ci.d/container-cross.yml |  1 +
hw/misc/Kconfig                  |  5 +++++
hw/misc/meson.build              |  2 +-
8 files changed, 45 insertions(+), 3 deletions(-)
[PULL 0/7] Misc patches
Posted by Thomas Huth 7 months, 1 week ago
The following changes since commit a51e5124a655b3dad80b36b18547cb1eca2c5eb2:

  Merge tag 'pull-omnibus-111023-1' of https://gitlab.com/stsquad/qemu into staging (2023-10-11 09:43:10 -0400)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2023-10-12

for you to fetch changes up to f51f90c65ed7706c3c4f7a889ce3d6b7ab75ef6a:

  gitlab-ci: Disable the riscv64-debian-cross-container by default (2023-10-12 14:18:03 +0200)

----------------------------------------------------------------
* Fix CVE-2023-1544
* Deprecate the rdma code
* Fix flaky npcm7xx_timer test
* i2c-echo license statement and Kconfig switch
* Disable the failing riscv64-debian-cross CI job by default

----------------------------------------------------------------
Chris Rauer (1):
      tests/qtest: Fix npcm7xx_timer-test.c flaky test

Klaus Jensen (2):
      hw/misc/i2c-echo: add copyright/license note
      hw/misc/Kconfig: add switch for i2c-echo

Thomas Huth (3):
      hw/rdma: Deprecate the pvrdma device and the rdma subsystem
      MAINTAINERS: Add include/sysemu/qtest.h to the qtest section
      gitlab-ci: Disable the riscv64-debian-cross-container by default

Yuval Shaia (1):
      hw/pvrdma: Protect against buggy or malicious guest driver

 MAINTAINERS                      |  3 ++-
 docs/about/deprecated.rst        |  8 ++++++++
 hw/misc/i2c-echo.c               | 10 ++++++++++
 hw/rdma/vmw/pvrdma_main.c        | 18 +++++++++++++++++-
 tests/qtest/npcm7xx_timer-test.c |  1 +
 .gitlab-ci.d/container-cross.yml |  1 +
 hw/misc/Kconfig                  |  5 +++++
 hw/misc/meson.build              |  2 +-
 8 files changed, 45 insertions(+), 3 deletions(-)
Re: [PULL 0/7] Misc patches
Posted by Stefan Hajnoczi 7 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.