[PULL 00/22] qtest, s390x and misc patches

Thomas Huth posted 22 patches 1 year, 2 months ago
Failed in applying to current master (apply log)
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>, Alistair Francis <Alistair.Francis@wdc.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Beniamino Galvani <b.galvani@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, Strahinja Jankovic <strahinja.p.jankovic@gmail.com>, Eric Auger <eric.auger@redhat.com>, Coiby Xu <Coiby.Xu@gmail.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Juan Quintela <quintela@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <ani@anisinha.ca>, Laurent Vivier <lvivier@redhat.com>, Fam Zheng <fam@euphon.net>, Alexander Bulekov <alxndr@bu.edu>, Bandan Das <bsd@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Darren Kenny <darren.kenny@oracle.com>, Qiuhao Li <Qiuhao.Li@outlook.com>, Havard Skinnemoen <hskinnemoen@google.com>, Tyrone Ting <kfting@nuvoton.com>
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
[PULL 00/22] qtest, s390x and misc patches
Posted by Thomas Huth 1 year, 2 months ago
 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


Re: [PULL 00/22] qtest, s390x and misc patches
Posted by Peter Maydell 1 year, 2 months ago
On Tue, 14 Feb 2023 at 11:21, Thomas Huth <thuth@redhat.com> wrote:
>
>  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
>


Applied, thanks.

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

-- PMM