[PULL 0/9] Misc HW patches for 2025-11-25

Philippe Mathieu-Daudé posted 9 patches 2 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251125214802.1929-1-philmd@linaro.org
Maintainers: Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, "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>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>, Stefano Garzarella <sgarzare@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>
docs/about/deprecated.rst | 14 --------------
include/hw/pci/msix.h     |  4 ++--
hw/core/machine.c         |  2 ++
hw/misc/aspeed_xdma.c     |  2 +-
hw/pci/msix.c             | 10 ++++++++--
hw/rtc/aspeed_rtc.c       |  2 +-
hw/scsi/vhost-scsi.c      |  3 +--
hw/sd/aspeed_sdhci.c      |  2 +-
hw/usb/bus.c              |  5 ++---
hw/virtio/vhost-vsock.c   |  3 +--
replay/replay-char.c      |  2 +-
system/qtest.c            |  9 ++++++++-
12 files changed, 28 insertions(+), 30 deletions(-)
[PULL 0/9] Misc HW patches for 2025-11-25
Posted by Philippe Mathieu-Daudé 2 months, 1 week ago
The following changes since commit a8d023be622cab21e90bca8d9618068f0e49b74b:

  Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2025-11-25 10:25:16 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 57756aa01fe52c50d655929c43d9a80f8214cf1a:

  hw/aspeed/{xdma, rtc, sdhci}: Fix endianness to DEVICE_LITTLE_ENDIAN (2025-11-25 22:45:30 +0100)

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

Few fixes in hw/; also including qtest and replay fixes.
----------------------------------------------------------------

Cédric Le Goater (1):
  hw/aspeed/{xdma, rtc, sdhci}: Fix endianness to DEVICE_LITTLE_ENDIAN

Markus Armbruster (3):
  hw/usb: Convert to qemu_create() for a better error message
  hw/scsi: Use error_setg_file_open() for a better error message
  hw/virtio: Use error_setg_file_open() for a better error message

Peter Maydell (3):
  qtest: Allow and ignore blank lines in input
  hw/pci: Make msix_init take a uint32_t for nentries
  replay: Improve assert in replay_char_read_all_load()

Peter Xu (1):
  hw/core/machine: Provide a description for aux-ram-share property

Zhao Liu (1):
  docs/deprecated: Remove undeprecated SMP description

 docs/about/deprecated.rst | 14 --------------
 include/hw/pci/msix.h     |  4 ++--
 hw/core/machine.c         |  2 ++
 hw/misc/aspeed_xdma.c     |  2 +-
 hw/pci/msix.c             | 10 ++++++++--
 hw/rtc/aspeed_rtc.c       |  2 +-
 hw/scsi/vhost-scsi.c      |  3 +--
 hw/sd/aspeed_sdhci.c      |  2 +-
 hw/usb/bus.c              |  5 ++---
 hw/virtio/vhost-vsock.c   |  3 +--
 replay/replay-char.c      |  2 +-
 system/qtest.c            |  9 ++++++++-
 12 files changed, 28 insertions(+), 30 deletions(-)

-- 
2.51.0


Re: [PULL 0/9] Misc HW patches for 2025-11-25
Posted by Richard Henderson 2 months, 1 week ago
On 11/25/25 13:47, Philippe Mathieu-Daudé wrote:
> The following changes since commit a8d023be622cab21e90bca8d9618068f0e49b74b:
> 
>    Merge tag 'for-upstream' ofhttps://repo.or.cz/qemu/kevin into staging (2025-11-25 10:25:16 -0800)
> 
> are available in the Git repository at:
> 
>    https://github.com/philmd/qemu.git tags/hw-misc-20251125
> 
> for you to fetch changes up to 57756aa01fe52c50d655929c43d9a80f8214cf1a:
> 
>    hw/aspeed/{xdma, rtc, sdhci}: Fix endianness to DEVICE_LITTLE_ENDIAN (2025-11-25 22:45:30 +0100)
> 
> ----------------------------------------------------------------
> Misc HW patches
> 
> Few fixes in hw/; also including qtest and replay fixes.
> ----------------------------------------------------------------

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

r~