[PULL 00/11] Test and misc patches

Thomas Huth posted 11 patches 9 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>, Yonggang Luo <luoyonggang@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Laurent Vivier <laurent@vivier.eu>, Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, John Snow <jsnow@redhat.com>
docs/about/build-platforms.rst                     |   2 +
docs/about/removed-features.rst                    |  15 +++
meson.build                                        |   1 +
target/m68k/cpu.h                                  |   2 +
target/i386/cpu.c                                  |  11 +-
target/m68k/cpu.c                                  |   4 +-
target/m68k/op_helper.c                            |   4 +-
target/ppc/kvm.c                                   |   6 +-
tests/qtest/boot-serial-test.c                     |   2 +-
tests/qtest/cdrom-test.c                           |   5 +
tests/qtest/dbus-display-test.c                    |  16 ++-
.gitlab-ci.d/container-cross.yml                   |   5 -
.gitlab-ci.d/crossbuilds.yml                       |  14 ---
.gitlab-ci.d/windows.yml                           |  85 ++++++++--------
tests/docker/dockerfiles/fedora-win32-cross.docker | 111 ---------------------
tests/lcitool/refresh                              |   5 -
16 files changed, 99 insertions(+), 189 deletions(-)
delete mode 100644 tests/docker/dockerfiles/fedora-win32-cross.docker
[PULL 00/11] Test and misc patches
Posted by Thomas Huth 9 months ago
 Hi Peter!

The following changes since commit 3d54cbf269d63ff1d500b35b2bcf4565ff8ad485:

  Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into staging (2024-02-22 15:44:29 +0000)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2024-02-23

for you to fetch changes up to 028ade14da9eb31a8c5dde48dd5b140e49888908:

  target/i386: do not filter processor tracing features except on KVM (2024-02-23 08:13:52 +0100)

----------------------------------------------------------------
* m68k: Fix exception frame format for 68010
* Add cdrom test for LoongArch virt machine
* Fix qtests when using --without-default-devices
* Enable -Wvla
* Windows 32-bit removal
* Silence warnings in the test-x86-cpuid-compat qtest

----------------------------------------------------------------
Bibo Mao (1):
      tests/cdrom-test: Add cdrom test for LoongArch virt machine

Daniel Palmer (1):
      target/m68k: Fix exception frame format for 68010

Marc-André Lureau (1):
      tests: skip dbus-display tests that need a console

Paolo Bonzini (1):
      target/i386: do not filter processor tracing features except on KVM

Peter Maydell (4):
      meson: Enable -Wvla
      docs: Document that 32-bit Windows is unsupported
      .gitlab-ci.d: Drop cross-win32-system job
      .gitlab-ci.d/windows.yml: Remove shared-msys2 abstraction

Thomas Huth (3):
      tests/qtest: Fix boot-serial-test when using --without-default-devices
      target/ppc/kvm: Replace variable length array in kvmppc_save_htab()
      target/ppc/kvm: Replace variable length array in kvmppc_read_hptes()

 docs/about/build-platforms.rst                     |   2 +
 docs/about/removed-features.rst                    |  15 +++
 meson.build                                        |   1 +
 target/m68k/cpu.h                                  |   2 +
 target/i386/cpu.c                                  |  11 +-
 target/m68k/cpu.c                                  |   4 +-
 target/m68k/op_helper.c                            |   4 +-
 target/ppc/kvm.c                                   |   6 +-
 tests/qtest/boot-serial-test.c                     |   2 +-
 tests/qtest/cdrom-test.c                           |   5 +
 tests/qtest/dbus-display-test.c                    |  16 ++-
 .gitlab-ci.d/container-cross.yml                   |   5 -
 .gitlab-ci.d/crossbuilds.yml                       |  14 ---
 .gitlab-ci.d/windows.yml                           |  85 ++++++++--------
 tests/docker/dockerfiles/fedora-win32-cross.docker | 111 ---------------------
 tests/lcitool/refresh                              |   5 -
 16 files changed, 99 insertions(+), 189 deletions(-)
 delete mode 100644 tests/docker/dockerfiles/fedora-win32-cross.docker


Re: [PULL 00/11] Test and misc patches
Posted by Peter Maydell 9 months ago
On Fri, 23 Feb 2024 at 19:10, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter!
>
> The following changes since commit 3d54cbf269d63ff1d500b35b2bcf4565ff8ad485:
>
>   Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into staging (2024-02-22 15:44:29 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2024-02-23
>
> for you to fetch changes up to 028ade14da9eb31a8c5dde48dd5b140e49888908:
>
>   target/i386: do not filter processor tracing features except on KVM (2024-02-23 08:13:52 +0100)
>
> ----------------------------------------------------------------
> * m68k: Fix exception frame format for 68010
> * Add cdrom test for LoongArch virt machine
> * Fix qtests when using --without-default-devices
> * Enable -Wvla
> * Windows 32-bit removal
> * Silence warnings in the test-x86-cpuid-compat qtest
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM