Failed in applying to current master (
apply log)
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Peter Maydell <peter.maydell@linaro.org>, Gaurav Sharma <gaurav.sharma_7@nxp.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Elena Ufimtseva <elena.ufimtseva@oracle.com>, Jagannathan Raman <jag.raman@oracle.com>, Roman Bolshakov <rbolshakov@ddn.com>, Phil Dennis-Jordan <phil@philjordan.eu>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Alexander Graf <agraf@csgraf.de>, Gustavo Romero <gustavo.romero@linaro.org>, Thomas Huth <th.huth+qemu@posteo.eu>
docs/devel/testing/main.rst | 18 ++++
hw/arm/armv7m.c | 2 +-
hw/arm/fsl-imx8mm.c | 15 +--
hw/arm/integratorcp.c | 16 ++-
hw/display/exynos4210_fimd.c | 69 ++-----------
hw/intc/arm_gicv5.c | 3 +-
hw/intc/bcm2836_control.c | 15 ++-
hw/intc/meson.build | 2 +-
hw/remote/machine.c | 3 +
include/hw/arm/armv7m.h | 2 +-
include/hw/intc/arm_gicv5_types.h | 2 +
include/hw/misc/tz-msc.h | 2 +-
include/system/hvf_int.h | 1 +
meson.build | 6 ++
target/arm/cpu.c | 10 +-
target/arm/cpu32-stubs.c | 8 +-
target/arm/cpu64.c | 12 +--
target/arm/hvf/hvf.c | 147 +++++++++++++++++++++++++--
target/arm/internals.h | 8 +-
target/arm/ptw.c | 2 +-
target/arm/tcg/cpu32.c | 8 --
target/arm/tcg/gicv5-cpuif.c | 26 ++---
target/arm/tcg/idau.c | 20 ++++
target/arm/{ => tcg}/idau.h | 0
target/arm/tcg/meson.build | 1 +
tests/functional/aarch64/test_hotplug_pci.py | 1 +
tests/functional/aarch64/test_kvm.py | 12 ++-
tests/functional/aarch64/test_tuxrun.py | 2 +
tests/functional/aarch64/test_virt_vbsa.py | 10 +-
tests/functional/qemu_test/asset.py | 13 ++-
30 files changed, 298 insertions(+), 138 deletions(-)
create mode 100644 target/arm/tcg/idau.c
rename target/arm/{ => tcg}/idau.h (100%)