qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Subject: [PULL 0/8] Misc patches for QEMU 8.0-rc2
Date: Fri, 24 Mar 2023 16:36:02 +0100	[thread overview]
Message-ID: <20230324153610.224673-1-thuth@redhat.com> (raw)

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



             reply	other threads:[~2023-03-24 15:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-24 15:36 Thomas Huth [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230324153610.224673-1-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).