Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250616140630.2273870-1-peter.maydell@linaro.org
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Laurent Vivier <laurent@vivier.eu>
MAINTAINERS | 2 +
docs/interop/index.rst | 1 +
docs/interop/qed_spec.rst | 219 ++++++++++++++++++++++++++++++++++
docs/interop/qed_spec.txt | 138 ---------------------
include/hw/arm/boot.h | 3 +
include/hw/intc/arm_gic.h | 3 +
include/hw/intc/arm_gic_common.h | 2 +
hw/arm/boot.c | 15 ++-
hw/arm/mps2.c | 4 +
hw/arm/virt.c | 15 ++-
hw/intc/arm_gic.c | 2 +-
hw/intc/arm_gic_common.c | 1 +
linux-user/arm/cpu_loop.c | 1 +
target/arm/helper.c | 12 +-
qemu-options.hx | 8 +-
tests/functional/meson.build | 1 +
tests/functional/test_arm_realview.py | 47 ++++++++
17 files changed, 312 insertions(+), 162 deletions(-)
create mode 100644 docs/interop/qed_spec.rst
delete mode 100644 docs/interop/qed_spec.txt
create mode 100755 tests/functional/test_arm_realview.py