qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Subject: [PULL 00/22] qtest, s390x and misc patches
Date: Tue, 14 Feb 2023 12:21:26 +0100	[thread overview]
Message-ID: <20230214112148.646077-1-thuth@redhat.com> (raw)

 Hi Peter!

The following changes since commit f670b3eec7f5d1ed8c4573ef244e7b8c6b32001b:

  Merge tag 'migration-20230213-pull-request' of https://gitlab.com/juan.quintela/qemu into staging (2023-02-13 11:54:05 +0000)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2023-02-14

for you to fetch changes up to b1d1d468cabfa800950e1ecb6006df619687c269:

  hw/s390x/event-facility: Replace DO_UPCAST(SCLPEvent) by SCLP_EVENT() (2023-02-14 09:11:27 +0100)

----------------------------------------------------------------
* Bump minimum Clang version to 10.0
* Improve the handling of the libdw library
* Deprecate --enable-gprof builds and remove them from CI
* Remove the deprecated "sga" device
* Some header #include clean-ups
* Make qtests more flexible with regards to missing devices
* Some small s390x-related fixes/improvements

----------------------------------------------------------------
Alex Bennée (1):
      build: deprecate --enable-gprof builds and remove from CI

Fabiano Rosas (12):
      tests/qtest: Skip PXE tests for missing devices
      tests/qtest: Do not run lsi53c895a test if device is not present
      tests/qtest: Add dependence on PCIE_PORT for virtio-net-failover.c
      tests/qtest: hd-geo-test: Check for missing devices
      test/qtest: Fix coding style in device-plug-test.c
      tests/qtest: Skip unplug tests that use missing devices
      tests/qtest: drive_del-test: Skip tests that require missing devices
      tests/qtest: Check for devices in bios-tables-test
      tests/qtest: Do not include hexloader-test if loader device is not present
      tests/qemu-iotests: Require virtio-scsi-pci
      tests/qtest: bios-tables-test: Skip if missing configs
      tests/qtest: Don't build virtio-serial-test.c if device not present

Ilya Leoshkevich (3):
      meson: Add missing libdw knobs
      meson: Disable libdw for static builds by default
      tests/tcg/s390x: Use -nostdlib for softmmu tests

Peter Maydell (1):
      tests/qtest/npcm7xx_pwm-test: Be less verbose unless V=2

Philippe Mathieu-Daudé (1):
      hw/s390x/event-facility: Replace DO_UPCAST(SCLPEvent) by SCLP_EVENT()

Thomas Huth (4):
      configure: Bump minimum Clang version to 10.0
      hw/misc/sga: Remove the deprecated "sga" device
      include/hw: Do not include "hw/registerfields.h" in headers that don't need it
      Do not include "qemu/error-report.h" in headers that do not need it

 MAINTAINERS                             |   1 -
 docs/about/deprecated.rst               |  23 ++++++----
 docs/about/removed-features.rst         |  10 +++++
 configure                               |  25 +++--------
 meson.build                             |  19 +++++---
 include/hw/arm/allwinner-a10.h          |   1 -
 include/hw/arm/smmuv3.h                 |   1 -
 include/hw/char/ibex_uart.h             |   1 -
 include/hw/ssi/ibex_spi_host.h          |   1 -
 include/qemu/vhost-user-server.h        |   1 -
 include/ui/console.h                    |   1 -
 hw/char/ibex_uart.c                     |   1 +
 hw/display/vhost-user-gpu.c             |   1 +
 hw/display/virtio-gpu-udmabuf.c         |   1 +
 hw/display/virtio-gpu-virgl.c           |   1 +
 hw/misc/applesmc.c                      |   1 +
 hw/misc/sga.c                           |  71 ------------------------------
 hw/s390x/event-facility.c               |   3 +-
 hw/ssi/ibex_spi_host.c                  |   1 +
 tests/qtest/bios-tables-test.c          |  75 ++++++++++++++++++++++++++++++--
 tests/qtest/device-plug-test.c          |  41 +++++++++++++----
 tests/qtest/drive_del-test.c            |  65 +++++++++++++++++++++++++++
 tests/qtest/fuzz-lsi53c895a-test.c      |   4 ++
 tests/qtest/hd-geo-test.c               |  38 ++++++++++------
 tests/qtest/npcm7xx_pwm-test.c          |  27 +++++++++---
 tests/qtest/pxe-test.c                  |   4 ++
 ui/console.c                            |   1 +
 ui/dbus-clipboard.c                     |   1 +
 ui/dbus-console.c                       |   1 +
 ui/dbus-listener.c                      |   1 +
 ui/dbus.c                               |   1 +
 ui/egl-headless.c                       |   1 +
 ui/gtk.c                                |   1 +
 ui/spice-app.c                          |   1 +
 ui/spice-display.c                      |   1 +
 ui/udmabuf.c                            |   1 +
 ui/vdagent.c                            |   1 +
 util/vhost-user-server.c                |   1 +
 .gitlab-ci.d/buildtest.yml              |  19 ++------
 .gitmodules                             |   3 --
 hw/i386/Kconfig                         |   1 -
 hw/misc/Kconfig                         |   4 --
 hw/misc/meson.build                     |   1 -
 meson_options.txt                       |   5 ++-
 pc-bios/README                          |   6 ---
 pc-bios/meson.build                     |   1 -
 pc-bios/sgabios.bin                     | Bin 4096 -> 0 bytes
 roms/Makefile                           |   9 +---
 roms/sgabios                            |   1 -
 scripts/meson-buildoptions.sh           |   3 ++
 tests/migration/guestperf/engine.py     |   2 +-
 tests/qemu-iotests/186                  |   1 +
 tests/qtest/meson.build                 |  17 +++++---
 tests/tcg/s390x/Makefile.softmmu-target |   2 +-
 54 files changed, 312 insertions(+), 193 deletions(-)
 delete mode 100644 hw/misc/sga.c
 delete mode 100644 pc-bios/sgabios.bin
 delete mode 160000 roms/sgabios



             reply	other threads:[~2023-02-14 11:26 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-14 11:21 Thomas Huth [this message]
2023-02-14 11:21 ` [PULL 01/22] configure: Bump minimum Clang version to 10.0 Thomas Huth
2023-02-14 11:21 ` [PULL 02/22] meson: Add missing libdw knobs Thomas Huth
2023-02-14 11:21 ` [PULL 03/22] meson: Disable libdw for static builds by default Thomas Huth
2023-02-14 11:21 ` [PULL 04/22] build: deprecate --enable-gprof builds and remove from CI Thomas Huth
2023-02-14 11:21 ` [PULL 05/22] tests/qtest/npcm7xx_pwm-test: Be less verbose unless V=2 Thomas Huth
2023-02-14 11:21 ` [PULL 06/22] hw/misc/sga: Remove the deprecated "sga" device Thomas Huth
2023-02-14 11:21 ` [PULL 07/22] include/hw: Do not include "hw/registerfields.h" in headers that don't need it Thomas Huth
2023-02-14 11:21 ` [PULL 08/22] Do not include "qemu/error-report.h" in headers that do not " Thomas Huth
2023-02-14 11:21 ` [PULL 09/22] tests/qtest: Skip PXE tests for missing devices Thomas Huth
2023-02-14 11:21 ` [PULL 10/22] tests/qtest: Do not run lsi53c895a test if device is not present Thomas Huth
2023-02-14 11:21 ` [PULL 11/22] tests/qtest: Add dependence on PCIE_PORT for virtio-net-failover.c Thomas Huth
2023-02-14 11:21 ` [PULL 12/22] tests/qtest: hd-geo-test: Check for missing devices Thomas Huth
2023-02-14 11:21 ` [PULL 13/22] test/qtest: Fix coding style in device-plug-test.c Thomas Huth
2023-02-14 11:21 ` [PULL 14/22] tests/qtest: Skip unplug tests that use missing devices Thomas Huth
2023-02-14 11:21 ` [PULL 15/22] tests/qtest: drive_del-test: Skip tests that require " Thomas Huth
2023-02-14 11:21 ` [PULL 16/22] tests/qtest: Check for devices in bios-tables-test Thomas Huth
2023-02-14 11:21 ` [PULL 17/22] tests/qtest: Do not include hexloader-test if loader device is not present Thomas Huth
2023-02-14 11:21 ` [PULL 18/22] tests/qemu-iotests: Require virtio-scsi-pci Thomas Huth
2023-02-14 11:21 ` [PULL 19/22] tests/qtest: bios-tables-test: Skip if missing configs Thomas Huth
2023-02-14 11:21 ` [PULL 20/22] tests/qtest: Don't build virtio-serial-test.c if device not present Thomas Huth
2023-02-14 11:21 ` [PULL 21/22] tests/tcg/s390x: Use -nostdlib for softmmu tests Thomas Huth
2023-02-14 11:21 ` [PULL 22/22] hw/s390x/event-facility: Replace DO_UPCAST(SCLPEvent) by SCLP_EVENT() Thomas Huth
2023-02-15 14:05 ` [PULL 00/22] qtest, s390x and misc patches 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=20230214112148.646077-1-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.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).