]> Git Repo - qemu.git/commit - tcg/riscv/tcg-target.inc.c
cpu: Move the softmmu tlb to CPUNegativeOffsetState
authorRichard Henderson <[email protected]>
Sat, 23 Mar 2019 05:03:39 +0000 (22:03 -0700)
committerRichard Henderson <[email protected]>
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 <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
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
This page took 0.02806 seconds and 4 git commands to generate.