Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210526234710.125396-1-richard.henderson@linaro.org
Maintainers: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Richard Henderson <richard.henderson@linaro.org>, Aurelien Jarno <aurelien@aurel32.net>, Paolo Bonzini <pbonzini@redhat.com>, Jiaxun Yang <jiaxun.yang@flygoat.com>
{include/exec => accel/tcg}/tb-context.h | 0
{include/exec => accel/tcg}/tb-hash.h | 0
{include/exec => accel/tcg}/tb-lookup.h | 2 +-
include/exec/exec-all.h | 1 -
include/exec/memory.h | 2 +-
include/hw/core/cpu.h | 94 +++++---------------
include/hw/core/sysemu-cpu-ops.h | 92 ++++++++++++++++++++
include/migration/vmstate.h | 2 -
include/tcg/tcg.h | 1 -
plugins/plugin.h | 1 +
target/mips/cpu-qom.h | 3 +
include/exec/memory_ldst.h.inc | 16 ++--
include/exec/memory_ldst_cached.h.inc | 46 +++++-----
include/exec/memory_ldst_phys.h.inc | 72 +++++++--------
accel/tcg/cpu-exec.c | 5 +-
accel/tcg/cputlb.c | 2 +-
accel/tcg/tcg-runtime.c | 2 +-
accel/tcg/translate-all.c | 3 +-
cpu.c | 18 ++--
hw/core/{cpu.c => cpu-common.c} | 116 -------------------------
hw/core/cpu-sysemu.c | 145 +++++++++++++++++++++++++++++++
hw/mips/jazz.c | 35 +-------
hw/virtio/virtio.c | 4 +-
softmmu/physmem.c | 10 +++
stubs/vmstate.c | 2 -
target/alpha/cpu.c | 12 ++-
target/arm/cpu.c | 22 +++--
target/arm/cpu_tcg.c | 2 +-
target/avr/cpu.c | 12 ++-
target/avr/machine.c | 4 +-
target/cris/cpu.c | 14 ++-
target/hexagon/cpu.c | 2 +-
target/hppa/cpu.c | 12 ++-
target/i386/cpu.c | 30 ++++---
target/i386/tcg/tcg-cpu.c | 2 +-
target/m68k/cpu.c | 12 ++-
target/microblaze/cpu.c | 12 ++-
target/mips/cpu.c | 14 ++-
target/mips/tcg/op_helper.c | 3 +-
target/nios2/cpu.c | 12 ++-
target/openrisc/cpu.c | 12 ++-
target/ppc/cpu_init.c | 24 ++---
target/riscv/cpu.c | 19 ++--
target/rx/cpu.c | 14 ++-
target/s390x/cpu.c | 18 ++--
target/sh4/cpu.c | 15 +++-
target/sparc/cpu.c | 14 ++-
target/tricore/cpu.c | 10 ++-
target/xtensa/cpu.c | 14 ++-
memory_ldst.c.inc | 20 ++---
tcg/aarch64/tcg-target.c.inc | 5 +-
MAINTAINERS | 1 -
hw/core/meson.build | 3 +-
53 files changed, 602 insertions(+), 406 deletions(-)
rename {include/exec => accel/tcg}/tb-context.h (100%)
rename {include/exec => accel/tcg}/tb-hash.h (100%)
rename {include/exec => accel/tcg}/tb-lookup.h (98%)
create mode 100644 include/hw/core/sysemu-cpu-ops.h
rename hw/core/{cpu.c => cpu-common.c} (73%)
create mode 100644 hw/core/cpu-sysemu.c