]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Remove TCGContext.tlb_fast_offset
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 14 Sep 2023 00:56:21 +0000 (17:56 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Oct 2023 18:03:54 +0000 (11:03 -0700)
commit7857ee114c6518165653d3ba87f24a1815c26f6f
treecef853de0a34cd94e09ec6a97a3303984133fea3
parent06ddecff244a7fbb2c98352cdfed44fea66608bc
tcg: Remove TCGContext.tlb_fast_offset

Now that there is no padding between CPUNegativeOffsetState
and CPUArchState, this value is constant across all targets.

Reviewed-by: Anton Johansson <anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c
include/tcg/tcg.h
tcg/tcg.c