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

Thomas Huth posted 8 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230324153610.224673-1-thuth@redhat.com
Maintainers: Yonggang Luo <luoyonggang@gmail.com>, "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>, John Snow <jsnow@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Yoshinori Sato <ysato@users.sourceforge.jp>, Magnus Damm <magnus.damm@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
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
[PULL 0/8] Misc patches for QEMU 8.0-rc2
Posted by Thomas Huth 1 year, 1 month ago
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


Re: [PULL 0/8] Misc patches for QEMU 8.0-rc2
Posted by Peter Maydell 1 year, 1 month ago
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