Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260303092532.2410177-1-imammedo@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Shannon Zhao <shannon.zhaosl@gmail.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Radoslaw Biernacki <rad@semihalf.com>, Leif Lindholm <leif.lindholm@oss.qualcomm.com>
include/hw/acpi/wdat-gwdt.h | 19 ++++
include/hw/acpi/wdat-ich9.h | 15 ++++
include/hw/acpi/wdat.h | 118 +++++++++++++++++++++++++
include/hw/i386/pc.h | 1 +
include/hw/watchdog/sbsa_gwdt.h | 1 +
hw/acpi/aml-build.c | 14 +++
hw/acpi/meson.build | 5 +-
hw/acpi/wdat-gwdt-stub.c | 16 ++++
hw/acpi/wdat-gwdt.c | 92 +++++++++++++++++++
hw/acpi/wdat-ich9-stub.c | 15 ++++
hw/acpi/wdat-ich9.c | 90 +++++++++++++++++++
hw/arm/Kconfig | 1 +
hw/arm/virt-acpi-build.c | 65 +++++++++++++-
hw/arm/virt.c | 2 +
hw/core/sysbus-fdt.c | 32 +++++++
hw/i386/acpi-build.c | 12 +++
hw/i386/pc_q35.c | 18 ++++
hw/watchdog/sbsa_gwdt.c | 65 +++++++++-----
hw/watchdog/trace-events | 9 ++
tests/data/acpi/aarch64/virt/GTDT.gwdt | Bin 0 -> 132 bytes
tests/data/acpi/aarch64/virt/WDAT.wdat | Bin 0 -> 260 bytes
tests/data/acpi/x86/q35/WDAT.wdat | Bin 0 -> 308 bytes
tests/qtest/bios-tables-test.c | 54 +++++++++++
23 files changed, 618 insertions(+), 26 deletions(-)
create mode 100644 include/hw/acpi/wdat-gwdt.h
create mode 100644 include/hw/acpi/wdat-ich9.h
create mode 100644 include/hw/acpi/wdat.h
create mode 100644 hw/acpi/wdat-gwdt-stub.c
create mode 100644 hw/acpi/wdat-gwdt.c
create mode 100644 hw/acpi/wdat-ich9-stub.c
create mode 100644 hw/acpi/wdat-ich9.c
create mode 100644 tests/data/acpi/aarch64/virt/GTDT.gwdt
create mode 100644 tests/data/acpi/aarch64/virt/WDAT.wdat
create mode 100644 tests/data/acpi/x86/q35/WDAT.wdat