Failed in applying to current master (
apply log)
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Cameron Esfahani <dirty@apple.com>, Roman Bolshakov <rbolshakov@ddn.com>, Phil Dennis-Jordan <phil@philjordan.eu>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Manos Pitsidianakis <manos.pitsidianakis@linaro.org>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
MAINTAINERS | 10 +
meson.build | 78 ++-
include/hw/arm/omap.h | 534 ++++++++--------
include/hw/arm/sharpsl.h | 2 +-
include/hw/arm/soc_dma.h | 4 +-
include/system/hvf.h | 1 +
include/tcg/tcg-op-common.h | 1 +
include/tcg/tcg.h | 14 +
target/arm/cpu-qom.h | 5 -
target/arm/cpu.h | 4 -
target/arm/helper.h | 1152 +---------------------------------
target/arm/internals.h | 9 +-
target/arm/kvm_arm.h | 87 +--
target/arm/tcg/helper.h | 1153 +++++++++++++++++++++++++++++++++++
target/arm/tcg/vec_internal.h | 2 +
include/exec/helper-head.h.inc | 11 +
hw/arm/omap1.c | 1016 +++++++++++++++---------------
hw/arm/omap_sx1.c | 2 +-
hw/core/cpu-common.c | 3 +-
hw/dma/omap_dma.c | 334 +++++-----
hw/gpio/omap_gpio.c | 28 +-
hw/i2c/omap_i2c.c | 178 +++---
hw/intc/omap_intc.c | 154 ++---
hw/misc/omap_clk.c | 470 +++++++-------
hw/timer/pxa2xx_timer.c | 76 +--
target/arm/arch_dump.c | 6 -
target/arm/cpu.c | 83 ++-
target/arm/cpu32-stubs.c | 26 +
target/arm/cpu64.c | 82 +--
target/arm/debug_helper.c | 6 +-
target/arm/helper.c | 24 +-
target/arm/hyp_gdbstub.c | 6 +-
target/arm/kvm-stub.c | 97 +++
target/arm/kvm.c | 45 +-
target/arm/machine.c | 15 +-
target/arm/ptw.c | 6 +-
target/arm/tcg/arith_helper.c | 5 +-
target/arm/tcg/cpu64.c | 2 +-
target/arm/tcg/crypto_helper.c | 6 +-
target/arm/tcg/hflags.c | 4 +-
target/arm/tcg/iwmmxt_helper.c | 4 +-
target/arm/tcg/neon_helper.c | 4 +-
target/arm/tcg/op_helper.c | 2 +-
target/arm/tcg/tlb-insns.c | 7 -
target/arm/tcg/tlb_helper.c | 5 +-
target/arm/tcg/translate-a64.c | 2 +-
target/arm/tcg/translate.c | 2 +-
target/arm/tcg/vfp_helper.c | 4 +-
target/microblaze/cpu.c | 22 +-
tcg/tcg.c | 5 +
rust/hw/char/pl011/src/registers.rs | 261 ++------
target/arm/meson.build | 45 +-
target/arm/tcg/meson.build | 29 +-
53 files changed, 3033 insertions(+), 3100 deletions(-)
create mode 100644 target/arm/tcg/helper.h
create mode 100644 target/arm/cpu32-stubs.c