]> git.proxmox.com Git - mirror_qemu.git/commit
cpu: Move the softmmu tlb to CPUNegativeOffsetState
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 23 Mar 2019 05:03:39 +0000 (22:03 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 10 Jun 2019 14:03:42 +0000 (07:03 -0700)
commit269bd5d8f61c6b0825ed3c6a5fe01a3ad71c3b4a
treeb51b8c1ca4eadac1eee562a5e1671b778e022250
parent5e1401969b25f676fee6b1c564441759cf967a43
cpu: Move the softmmu tlb to CPUNegativeOffsetState

We have for some time had code within the tcg backends to
handle large positive offsets from env.  This move makes
sure that need not happen.  Indeed, we are able to assert
at build time that simple offsets suffice for all hosts.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/cpu-all.h
include/exec/cpu-defs.h
tcg/aarch64/tcg-target.inc.c
tcg/arm/tcg-target.inc.c
tcg/i386/tcg-target.inc.c
tcg/mips/tcg-target.inc.c
tcg/ppc/tcg-target.inc.c
tcg/riscv/tcg-target.inc.c
tcg/s390/tcg-target.inc.c
tcg/sparc/tcg-target.inc.c