[PULL 00/12] Misc HW patches for 2025-10-13

Philippe Mathieu-Daudé posted 12 patches 1 month ago
Failed in applying to current master (apply log)
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Steven Lee <steven_lee@aspeedtech.com>, Troy Lee <leetroy@gmail.com>, Jamin Lin <jamin_lin@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, Stefano Stabellini <sstabellini@kernel.org>, Anthony PERARD <anthony@xenproject.org>, Paul Durrant <paul@xen.org>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Richard Henderson <richard.henderson@linaro.org>, Helge Deller <deller@gmx.de>, Song Gao <gaosong@loongson.cn>, Bibo Mao <maobibo@loongson.cn>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Pavel Pisa <pisa@cmp.felk.cvut.cz>, Francisco Iglesias <francisco.iglesias@amd.com>, Vikram Garhwal <vikram.garhwal@bytedance.com>, Jason Wang <jasowang@redhat.com>, Bernhard Beschow <shentey@gmail.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Jason Herne <jjherne@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, "Clément Chigot" <chigot@adacore.com>, Frederic Konrad <konrad.frederic@yahoo.fr>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>, Alexander Graf <agraf@csgraf.de>, Phil Dennis-Jordan <phil@philjordan.eu>, Max Filippov <jcmvbkbc@gmail.com>
hw/arm/aspeed.c                |  22 -------
hw/display/xenfb.c             |   3 +-
hw/hppa/machine.c              | 104 +++++++++++++++++----------------
hw/loongarch/boot.c            |   7 ++-
hw/net/can/xlnx-versal-canfd.c |   4 --
hw/ppc/ppce500_spin.c          |   3 +-
hw/s390x/sclp.c                |  18 +++++-
hw/sparc/leon3.c               |   2 +-
hw/vmapple/vmapple.c           |   2 +
hw/xtensa/xtfpga.c             |   2 +-
10 files changed, 78 insertions(+), 89 deletions(-)
[PULL 00/12] Misc HW patches for 2025-10-13
Posted by Philippe Mathieu-Daudé 1 month ago
The following changes since commit f3f2ad119347e8c086b72282febcaac5d731b343:

  Merge tag 'pull-target-arm-20251010' of https://gitlab.com/pm215/qemu into staging (2025-10-10 08:26:09 -0700)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/hw-misc-20251013

for you to fetch changes up to 9fedc11ff127636900cc7a0a3e7214e5cb60a313:

  hw/hppa: Reduce variables scope in common_init() (2025-10-13 21:13:08 +0200)

----------------------------------------------------------------
Misc HW patches
----------------------------------------------------------------

Cédric Le Goater (1):
  hw/arm/aspeed: Don't set 'auto_create_sdcard'

Luc Michel (1):
  hw/net/can/xlnx-versal-canfd: remove unused include directives

Markus Armbruster (1):
  hw/display/xenfb: Replace unreachable code by g_assert_not_reached()

Mohamed Mediouni (1):
  hw/vmapple: include missing headers

Philippe Mathieu-Daudé (8):
  hw/ppc: Do not open-code cpu_resume() in spin_kick()
  hw/xtensa/xtfpga: Have xtfpga_init() only initialize MMU
  hw/sparc/leon3: Remove unnecessary CPU() QOM cast
  hw/s390x/sclp: Do not ignore address_space_read/write() errors
  hw/loongarch/boot: Remove unnecessary cast to target_ulong
  hw/hppa: Convert type_init() -> DEFINE_TYPES()
  hw/hppa: Factor QOM HPPA_COMMON_MACHINE out
  hw/hppa: Reduce variables scope in common_init()

 hw/arm/aspeed.c                |  22 -------
 hw/display/xenfb.c             |   3 +-
 hw/hppa/machine.c              | 104 +++++++++++++++++----------------
 hw/loongarch/boot.c            |   7 ++-
 hw/net/can/xlnx-versal-canfd.c |   4 --
 hw/ppc/ppce500_spin.c          |   3 +-
 hw/s390x/sclp.c                |  18 +++++-
 hw/sparc/leon3.c               |   2 +-
 hw/vmapple/vmapple.c           |   2 +
 hw/xtensa/xtfpga.c             |   2 +-
 10 files changed, 78 insertions(+), 89 deletions(-)

-- 
2.51.0


Re: [PULL 00/12] Misc HW patches for 2025-10-13
Posted by Richard Henderson 1 month ago
On 10/13/25 12:17, Philippe Mathieu-Daudé wrote:
> The following changes since commit f3f2ad119347e8c086b72282febcaac5d731b343:
> 
>    Merge tag 'pull-target-arm-20251010' ofhttps://gitlab.com/pm215/qemu into staging (2025-10-10 08:26:09 -0700)
> 
> are available in the Git repository at:
> 
>    https://github.com/philmd/qemu.git tags/hw-misc-20251013
> 
> for you to fetch changes up to 9fedc11ff127636900cc7a0a3e7214e5cb60a313:
> 
>    hw/hppa: Reduce variables scope in common_init() (2025-10-13 21:13:08 +0200)
> 
> ----------------------------------------------------------------
> Misc HW patches


Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/10.2 as appropriate.

r~