qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/8] Misc patches for QEMU 8.0-rc2
@ 2023-03-24 15:36 Thomas Huth
  2023-03-24 15:36 ` [PULL 1/8] hw/ide: replace TABs with space Thomas Huth
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Thomas Huth @ 2023-03-24 15:36 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-03-25 16:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24 15:36 [PULL 0/8] Misc patches for QEMU 8.0-rc2 Thomas Huth
2023-03-24 15:36 ` [PULL 1/8] hw/ide: replace TABs with space Thomas Huth
2023-03-24 15:36 ` [PULL 2/8] hw/block: " Thomas Huth
2023-03-24 15:36 ` [PULL 3/8] target/s390x: Fix float_comp_to_cc() prototype Thomas Huth
2023-03-24 15:36 ` [PULL 4/8] target/ppc: Fix helper_pminsn() prototype Thomas Huth
2023-03-24 15:36 ` [PULL 5/8] ui/spice: fix compilation on win32 Thomas Huth
2023-03-24 15:36 ` [PULL 6/8] gitlab-ci: Cover SPICE in the MSYS2 job Thomas Huth
2023-03-24 15:36 ` [PULL 7/8] cirrus-ci: Remove MSYS2 jobs duplicated with gitlab-ci Thomas Huth
2023-03-24 15:36 ` [PULL 8/8] Revert "docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation" Thomas Huth
2023-03-25 16:29 ` [PULL 0/8] Misc patches for QEMU 8.0-rc2 Peter Maydell

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).