The following changes since commit 60ca584b8af0de525656f959991a440f8c191f12:
Merge tag 'pull-for-8.0-220323-1' of https://gitlab.com/stsquad/qemu into staging (2023-03-22 17:58:12 +0000) are available in the Git repository at: https://gitlab.com/thuth/qemu.git tags/pull-request-2023-03-24 for you to fetch changes up to 8635a3a153da3a6712c4ee249c2bf3513cbfdbf7: Revert "docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation" (2023-03-24 12:10:49 +0100) ---------------------------------------------------------------- * Remove TABs in hw/ide and hw/block * Two fixes for GCC 13 * MSYS2 CI job improvements ---------------------------------------------------------------- Cédric Le Goater (2): target/s390x: Fix float_comp_to_cc() prototype target/ppc: Fix helper_pminsn() prototype Marc-André Lureau (1): ui/spice: fix compilation on win32 Philippe Mathieu-Daudé (2): gitlab-ci: Cover SPICE in the MSYS2 job cirrus-ci: Remove MSYS2 jobs duplicated with gitlab-ci Thomas Huth (1): Revert "docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation" Yeqi Fu (2): hw/ide: replace TABs with space hw/block: replace TABs with space MAINTAINERS | 3 +- docs/about/deprecated.rst | 9 -- include/hw/block/flash.h | 20 +-- include/hw/ide/internal.h | 248 ++++++++++++++--------------- target/s390x/s390x-internal.h | 3 +- hw/block/fdc.c | 4 +- hw/block/nand.c | 222 +++++++++++++------------- hw/block/onenand.c | 128 +++++++-------- hw/block/tc58128.c | 136 ++++++++-------- hw/ide/cmd646.c | 28 ++-- hw/ide/core.c | 84 +++++----- hw/ide/microdrive.c | 360 +++++++++++++++++++++--------------------- target/ppc/excp_helper.c | 2 +- ui/spice-core.c | 2 +- .cirrus.yml | 111 ------------- .gitlab-ci.d/windows.yml | 2 + 16 files changed, 622 insertions(+), 740 deletions(-) delete mode 100644 .cirrus.yml
