On 5/3/23 10:17, Alex Bennée wrote:
Now we no longer have dynamic state affecting things we can remove the
additional fields in cpu.h and simplify the TB hash calculation.
Resolves:https://gitlab.com/qemu-project/qemu/-/issues/1358
Message-Id:<[email protected]>
Reviewed-by: Stefan Hajnoczi<[email protected]>
Signed-off-by: Alex Bennée<[email protected]>
---
accel/tcg/tb-hash.h | 6 +++---
include/exec/exec-all.h | 3 ---
include/hw/core/cpu.h | 5 -----
accel/tcg/cpu-exec.c | 7 +------
accel/tcg/tb-maint.c | 5 ++---
accel/tcg/translate-all.c | 6 ------
6 files changed, 6 insertions(+), 26 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~