The following changes since commit bc98ffdc7577e55ab8373c579c28fe24d600c40f:
Merge tag 'pull-10.1-maintainer-may-2025-070625-1' of https://gitlab.com/stsquad/qemu into staging (2025-06-07 15:08:55 -0400) are available in the Git repository at: https://github.com/philmd/qemu.git tags/hw-misc-20250610 for you to fetch changes up to 46d9ac6602dfa3bd69fbee17198d77ac796b4919: hw/net/i82596: Factor configure function out (2025-06-10 12:59:09 +0200) ---------------------------------------------------------------- Misc HW patches ---------------------------------------------------------------- Akihiko Odaki (1): MAINTAINERS: Update Akihiko Odaki's affiliation BALATON Zoltan (4): hw/pci-host/raven: Remove is-legacy-prep property hw/pci-host/raven: Revert "raven: Move BIOS loading from board code to PCI host" hw/ppc/e500: Move clock and TB frequency to machine class hw/net/fsl_etsec: Set default MAC address Bernhard Beschow (1): hw/ppc/e500: Use SysBusDevice API to access TYPE_CCSR's internal resources Daniel P. Berrangé (1): pc-bios: ensure installed ROMs don't have execute permissions Philippe Mathieu-Daudé (6): hw/char/sh_serial: Delete fifo_timeout_timer in DeviceUnrealize hw/char/sh_serial: Convert to TypeInfo accel/hvf: Fix TYPE_HVF_ACCEL instance size hw/gpio/pca9552: Avoid using g_newa() backends/tpm: Avoid using g_alloca() tests/unit/test-char: Avoid using g_alloca() Philippe Michaud-Boudreault (1): hw/misc/stm32_rcc: Fix stm32_rcc_write() arguments order Soumyajyotii_Ssarkar (2): hw/net/i82596: Update datasheet URL hw/net/i82596: Factor configure function out Thomas Huth (1): tests/functional: Add a test for the Arduino UNO machine Zhao Liu (3): hw/core/resetcontainer: Consolidate OBJECT_DECLARE_SIMPLE_TYPE hw/hyperv/balloon: Consolidate OBJECT_DEFINE_SIMPLE_TYPE_WITH_INTERFACES hw/core/cpu: Move CacheType to general cpu.h Zhenzhong Duan (4): hw/virtio/virtio-mem: Fix definition of VirtIOMEMClass hw/virtio/virtio-pmem: Fix definition of VirtIOPMEMClass hw/gpio/aspeed: Fix definition of AspeedGPIOClass hw/riscv/riscv-iommu: Remove definition of RISCVIOMMU[Pci|Sys]Class MAINTAINERS | 19 +++---- hw/ppc/e500.h | 4 ++ include/hw/core/cpu.h | 6 +++ include/hw/core/resetcontainer.h | 2 +- include/hw/gpio/aspeed_gpio.h | 2 +- include/hw/riscv/iommu.h | 6 +-- include/hw/virtio/virtio-mem.h | 2 +- include/hw/virtio/virtio-pmem.h | 2 +- include/system/hvf_int.h | 1 + target/i386/cpu.h | 6 --- accel/hvf/hvf-accel-ops.c | 1 + backends/tpm/tpm_emulator.c | 4 +- hw/char/sh_serial.c | 24 +++++---- hw/gpio/pca9552.c | 2 +- hw/hyperv/hv-balloon.c | 9 ++-- hw/misc/stm32_rcc.c | 2 +- hw/net/fsl_etsec/etsec.c | 1 + hw/net/i82596.c | 38 ++++++++------ hw/pci-host/ppce500.c | 8 +-- hw/pci-host/raven.c | 85 +++++--------------------------- hw/ppc/e500.c | 26 +++++----- hw/ppc/e500plat.c | 2 + hw/ppc/mpc8544ds.c | 2 + hw/ppc/prep.c | 27 +++++++++- hw/riscv/riscv-iommu-pci.c | 6 --- hw/riscv/riscv-iommu-sys.c | 6 --- tests/unit/test-char.c | 3 +- .mailmap | 3 +- pc-bios/meson.build | 2 +- tests/functional/meson.build | 1 + tests/functional/test_avr_uno.py | 32 ++++++++++++ 31 files changed, 166 insertions(+), 168 deletions(-) create mode 100755 tests/functional/test_avr_uno.py -- 2.49.0