Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251021204700.56072-1-philmd@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Gerd Hoffmann <kraxel@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, Alistair Francis <alistair@alistair23.me>, Corey Minyard <cminyard@mvista.com>, "Michael S. Tsirkin" <mst@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, John Snow <jsnow@redhat.com>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, Francisco Iglesias <francisco.iglesias@amd.com>, Vikram Garhwal <vikram.garhwal@bytedance.com>, Pavel Pisa <pisa@cmp.felk.cvut.cz>, Jason Wang <jasowang@redhat.com>, Jia Liu <proljc@gmail.com>, Stafford Horne <shorne@gmail.com>, "Hervé Poussineau" <hpoussin@reactos.org>, Bernhard Beschow <shentey@gmail.com>, Nicholas Piggin <npiggin@gmail.com>, Harsh Prateek Bora <harshpb@linux.ibm.com>, David Hildenbrand <david@redhat.com>, Stefano Stabellini <sstabellini@kernel.org>, Anthony PERARD <anthony@xenproject.org>, Paul Durrant <paul@xen.org>, Pierrick Bouvier <pierrick.bouvier@linaro.org>, Cameron Esfahani <dirty@apple.com>, Roman Bolshakov <rbolshakov@ddn.com>, Phil Dennis-Jordan <phil@philjordan.eu>, Marcelo Tosatti <mtosatti@redhat.com>, Sunil Muthuswamy <sunilmut@microsoft.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>
MAINTAINERS | 1 +
docs/qdev-device-use.txt | 10 +-
hw/ide/ide-internal.h | 2 +-
include/hw/audio/soundhw.h | 2 +-
include/hw/boards.h | 60 +++-
include/hw/i386/apic.h | 37 ++-
include/hw/i386/apic_internal.h | 7 +-
include/hw/misc/xlnx-versal-crl.h | 1 -
include/hw/misc/xlnx-versal-xramc.h | 1 -
include/hw/misc/xlnx-zynqmp-apu-ctrl.h | 1 -
include/hw/misc/xlnx-zynqmp-crf.h | 1 -
include/hw/net/xlnx-versal-canfd.h | 8 -
include/hw/nvram/xlnx-bbram.h | 1 -
include/hw/register.h | 25 +-
include/hw/timer/i8254.h | 4 +-
include/qemu/target-info-impl.h | 1 +
target/i386/cpu.h | 5 +-
target/i386/kvm/kvm_i386.h | 2 +-
target/i386/whpx/whpx-internal.h | 4 +-
hw/audio/ac97.c | 124 +++----
hw/audio/adlib.c | 24 +-
hw/audio/cs4231a.c | 44 +--
hw/audio/es1370.c | 24 +-
hw/audio/gus.c | 25 +-
hw/audio/pcspk.c | 29 +-
hw/audio/sb16.c | 115 ++++---
hw/audio/soundhw.c | 21 +-
hw/core/machine-qmp-cmds.c | 4 +-
hw/core/machine.c | 38 +++
hw/core/register.c | 38 +--
hw/i2c/smbus_eeprom.c | 1 +
hw/i386/kvm/apic.c | 3 +-
hw/i386/vapic.c | 2 +-
hw/i386/x86-cpu.c | 2 +-
hw/ide/ahci.c | 8 +-
hw/ide/core.c | 10 +-
hw/intc/apic.c | 126 +++----
hw/intc/apic_common.c | 56 ++--
hw/misc/xlnx-versal-crl.c | 38 +--
hw/misc/xlnx-versal-trng.c | 1 -
hw/misc/xlnx-versal-xramc.c | 12 +-
hw/misc/xlnx-zynqmp-apu-ctrl.c | 12 +-
hw/misc/xlnx-zynqmp-crf.c | 12 +-
hw/net/can/xlnx-versal-canfd.c | 433 +++++++++----------------
hw/nvram/xlnx-bbram.c | 13 +-
hw/nvram/xlnx-versal-efuse-ctrl.c | 1 -
hw/nvram/xlnx-zynqmp-efuse.c | 8 -
hw/openrisc/openrisc_sim.c | 3 +-
hw/pci-host/raven.c | 40 +--
hw/ppc/e500.c | 6 +-
hw/ppc/prep.c | 17 +-
hw/ppc/spapr.c | 16 +-
hw/rtc/mc146818rtc.c | 20 +-
hw/timer/i8254.c | 6 +
hw/timer/i8254_common.c | 6 +-
hw/virtio/virtio-mem.c | 100 +++---
hw/xen/xen_pt_msi.c | 1 +
monitor/qemu-config-qmp.c | 3 +-
system/qdev-monitor.c | 4 +-
system/vl.c | 7 +-
target/i386/cpu-apic.c | 18 +-
target/i386/cpu-dump.c | 2 +-
target/i386/cpu.c | 2 +-
target/i386/hvf/hvf.c | 4 +-
target/i386/kvm/kvm.c | 2 +-
target/i386/tcg/system/misc_helper.c | 4 +-
target/i386/whpx/whpx-apic.c | 3 +-
tests/qtest/ds1338-test.c | 12 +-
hw/audio/trace-events | 4 +
hw/rtc/trace-events | 4 +
hw/timer/trace-events | 4 +
hw/virtio/meson.build | 2 +-
72 files changed, 760 insertions(+), 927 deletions(-)