Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260915170735.425445-1-peter.maydell@linaro.org
Maintainers: Samuel Tardieu <sam@rfc1149.net>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, "Philippe Mathieu-Daudé" <philmd@oss.qualcomm.com>, Leif Lindholm <leif.lindholm@oss.qualcomm.com>, Alexander Graf <agraf@csgraf.de>, Pedro Barbuda <pbarbuda@microsoft.com>, Mohamed Mediouni <mohamed@unpredictable.fr>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>
MAINTAINERS | 4 +-
hw/char/stm32l4x5_usart.c | 1 +
hw/intc/armv7m_nvic.c | 42 +++++-
hw/intc/bcm2835_ic.c | 13 +-
hw/misc/bcm2835_powermgt.c | 8 +
hw/watchdog/sbsa_gwdt.c | 87 +++++++----
target/arm/cpu.c | 12 +-
target/arm/hvf/hvf.c | 10 ++
target/arm/machine.c | 3 +-
target/arm/ptw.c | 14 +-
target/arm/tcg/cpu32.c | 1 +
target/arm/whpx/whpx-all.c | 254 ++++++++++++++++++--------------
tests/qtest/bcm2835-ic-test.c | 66 +++++++++
tests/qtest/meson.build | 2 +-
tests/tcg/arm/system/meson.build | 6 +
tests/tcg/arm/system/test-armv6m-nvic.S | 70 +++++++++
16 files changed, 439 insertions(+), 154 deletions(-)
create mode 100644 tests/qtest/bcm2835-ic-test.c
create mode 100644 tests/tcg/arm/system/test-armv6m-nvic.S