]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/sparc/tcg-target.inc.c
tcg: Push merged memop+mmu_idx parameter to softmmu routines
authorRichard Henderson <rth@twiddle.net>
Wed, 13 May 2015 16:10:33 +0000 (09:10 -0700)
committerRichard Henderson <rth@twiddle.net>
Thu, 14 May 2015 19:15:14 +0000 (12:15 -0700)
commit3972ef6f830d65e9bacbd31257abedc055fd6dc8
treed348fedebe4a637698a3a8e116d74a96924adcf7
parent59227d5d45bb3c31dc2118011691c35b3c00879c
tcg: Push merged memop+mmu_idx parameter to softmmu routines

The extra information is not yet used but it is now available.
This requires minor changes through all of the tcg backends.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
13 files changed:
softmmu_template.h
target-arm/helper.c
tcg/aarch64/tcg-target.c
tcg/arm/tcg-target.c
tcg/i386/tcg-target.c
tcg/ia64/tcg-target.c
tcg/mips/tcg-target.c
tcg/ppc/tcg-target.c
tcg/s390/tcg-target.c
tcg/sparc/tcg-target.c
tcg/tcg-be-ldst.h
tcg/tcg.h
tci.c