[PATCH 0/2] hw/arm: fix GICv2 bug #4402

Alex Bennée posted 2 patches 3 weeks, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260903142212.1451770-1-alex.bennee@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
hw/intc/arm_gic.c            | 21 ++++++++-
tests/qtest/arm-gicv2-test.c | 84 ++++++++++++++++++++++++++++++++++++
tests/qtest/meson.build      |  2 +
3 files changed, 106 insertions(+), 1 deletion(-)
create mode 100644 tests/qtest/arm-gicv2-test.c
[PATCH 0/2] hw/arm: fix GICv2 bug #4402
Posted by Alex Bennée 3 weeks, 2 days ago
I needed to exercise the various AGENTS.md changes to see where their
limits were so I turned my agent onto some bugs in the tracker.

Both patches have AI-used-for tags and per current policy can't be
merged. That said in both cases they got me to a point where I could
reason about the code and then manually cut out the verbiage.

Alex.

Alex Bennée (2):
  hw/intc: include CPUID for SGIs on GIC HPPIR reads
  tests/qtest: add gicv2 qtest test case

 hw/intc/arm_gic.c            | 21 ++++++++-
 tests/qtest/arm-gicv2-test.c | 84 ++++++++++++++++++++++++++++++++++++
 tests/qtest/meson.build      |  2 +
 3 files changed, 106 insertions(+), 1 deletion(-)
 create mode 100644 tests/qtest/arm-gicv2-test.c

-- 
2.47.3