mbox

[PULL,0/8] Misc patches for QEMU 8.0-rc2

Message ID 20230324153610.224673-1-thuth@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/thuth/qemu.git tags/pull-request-2023-03-24

Message

Thomas Huth March 24, 2023, 3:36 p.m. UTC
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

Comments

Peter Maydell March 25, 2023, 4:29 p.m. UTC | #1
On Fri, 24 Mar 2023 at 15:36, Thomas Huth <thuth@redhat.com> wrote:
>
> 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
>


Applied, thanks.

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

-- PMM