]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/sparc/tcg-target.inc.c
tcg: Merge memop and mmu_idx parameters to qemu_ld/st
authorRichard Henderson <rth@twiddle.net>
Tue, 12 May 2015 18:51:44 +0000 (11:51 -0700)
committerRichard Henderson <rth@twiddle.net>
Thu, 14 May 2015 19:14:55 +0000 (12:14 -0700)
commit59227d5d45bb3c31dc2118011691c35b3c00879c
treebb7a884bf0fb334f9ab104c7051aca91d9e0e79a
parent1eeace9c237a729d11c7acd7c0338ab4562af637
tcg: Merge memop and mmu_idx parameters to qemu_ld/st

At the tcg opcode level, not at the tcg-op.h generator level.
This requires minor changes through all of the tcg backends,
but none of the cpu translators.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
15 files changed:
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/optimize.c
tcg/ppc/tcg-target.c
tcg/s390/tcg-target.c
tcg/sparc/tcg-target.c
tcg/tcg-op.c
tcg/tcg-opc.h
tcg/tcg.c
tcg/tcg.h
tcg/tci/tcg-target.c
tci.c