Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190510151944.22981-1-richard.henderson@linaro.org
Maintainers: Aleksandar Markovic <amarkovic@wavecomp.com>, Eduardo Habkost <ehabkost@redhat.com>, David Hildenbrand <david@redhat.com>, Artyom Tarasenko <atar4qemu@gmail.com>, Alistair Francis <Alistair.Francis@wdc.com>, Richard Henderson <rth@twiddle.net>, Sagar Karandikar <sagark@eecs.berkeley.edu>, Guan Xuetao <gxt@mprc.pku.edu.cn>, Laurent Vivier <laurent@vivier.eu>, Palmer Dabbelt <palmer@sifive.com>, Paolo Bonzini <pbonzini@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Max Filippov <jcmvbkbc@gmail.com>, Chris Wulff <crwulff@gmail.com>, Michael Walle <michael@walle.cc>, Stafford Horne <shorne@gmail.com>, Anthony Green <green@moxielogic.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Peter Maydell <peter.maydell@linaro.org>, David Gibson <david@gibson.dropbear.id.au>, Aleksandar Rikalo <arikalo@wavecomp.com>, Bastian Koppelmann <kbastian@mail.uni-paderborn.de>, Marek Vasut <marex@denx.de>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Aurelien Jarno <aurelien@aurel32.net>
include/exec/cpu_ldst.h | 50 +++--------
include/exec/exec-all.h | 9 --
include/qom/cpu.h | 12 ++-
target/alpha/cpu.h | 5 +-
target/arm/internals.h | 10 ++-
target/cris/cpu.h | 5 +-
target/hppa/cpu.h | 8 +-
target/i386/cpu.h | 5 +-
target/lm32/cpu.h | 5 +-
target/m68k/cpu.h | 5 +-
target/microblaze/cpu.h | 5 +-
target/mips/internal.h | 5 +-
target/moxie/cpu.h | 5 +-
target/nios2/cpu.h | 5 +-
target/openrisc/cpu.h | 5 +-
target/ppc/cpu.h | 7 +-
target/riscv/cpu.h | 5 +-
target/s390x/internal.h | 5 +-
target/sh4/cpu.h | 5 +-
target/sparc/cpu.h | 5 +-
target/tricore/cpu.h | 6 +-
target/unicore32/cpu.h | 5 +-
target/xtensa/cpu.h | 5 +-
accel/tcg/cputlb.c | 88 +++++++++++++++++--
accel/tcg/user-exec.c | 36 ++------
target/alpha/cpu.c | 5 +-
target/alpha/helper.c | 24 +++--
target/alpha/mem_helper.c | 16 ----
target/arm/cpu.c | 22 +----
target/arm/helper.c | 90 +++++++++++--------
target/arm/op_helper.c | 29 +-----
target/arm/sve_helper.c | 6 +-
target/cris/cpu.c | 5 +-
target/cris/helper.c | 61 ++++++-------
target/cris/op_helper.c | 28 ------
target/hppa/cpu.c | 5 +-
target/hppa/mem_helper.c | 16 ++--
target/i386/cpu.c | 5 +-
target/i386/excp_helper.c | 53 ++++++-----
target/i386/mem_helper.c | 21 -----
target/lm32/cpu.c | 5 +-
target/lm32/helper.c | 8 +-
target/lm32/op_helper.c | 16 ----
target/m68k/cpu.c | 2 +-
target/m68k/helper.c | 89 +++++++++----------
target/m68k/op_helper.c | 15 ----
target/microblaze/cpu.c | 5 +-
target/microblaze/helper.c | 101 ++++++++++-----------
target/microblaze/op_helper.c | 19 ----
target/mips/cpu.c | 5 +-
target/mips/helper.c | 81 ++++++++---------
target/mips/op_helper.c | 15 ----
target/moxie/cpu.c | 5 +-
target/moxie/helper.c | 65 +++-----------
target/nios2/cpu.c | 5 +-
target/nios2/helper.c | 170 +++++++++++++++++-------------------
target/nios2/mmu.c | 12 ---
target/openrisc/cpu.c | 5 +-
target/openrisc/mmu.c | 69 +++++++--------
target/ppc/mmu_helper.c | 16 ++--
target/ppc/translate_init.inc.c | 5 +-
target/ppc/user_only_helper.c | 14 +--
target/riscv/cpu.c | 5 +-
target/riscv/cpu_helper.c | 50 +++++------
target/s390x/cpu.c | 5 +-
target/s390x/excp_helper.c | 67 +++++++++-----
target/s390x/mem_helper.c | 16 ----
target/sh4/cpu.c | 5 +-
target/sh4/helper.c | 189 +++++++++++++++++++---------------------
target/sh4/op_helper.c | 12 ---
target/sparc/cpu.c | 5 +-
target/sparc/ldst_helper.c | 15 ----
target/sparc/mmu_helper.c | 58 +++++++-----
target/tilegx/cpu.c | 10 ++-
target/tricore/cpu.c | 1 +
target/tricore/helper.c | 23 +++--
target/tricore/op_helper.c | 26 ------
target/unicore32/cpu.c | 5 +-
target/unicore32/helper.c | 23 -----
target/unicore32/op_helper.c | 14 ---
target/unicore32/softmmu.c | 13 ++-
target/xtensa/cpu.c | 5 +-
target/xtensa/helper.c | 33 ++++---
83 files changed, 868 insertions(+), 1131 deletions(-)