unicorn/qemu/accel/tcg
Emilio G. Cota f31764dd5b
cputlb: update TLB entry/index after tlb_fill
We are failing to take into account that tlb_fill() can cause a
TLB resize, which renders prior TLB entry pointers/indices stale.
Fix it by re-doing the TLB entry lookups immediately after tlb_fill.

Fixes: 86e1eff8bc ("tcg: introduce dynamic TLB sizing", 2019-01-28)

Backports commit 6d967cb86d5b4a60ba15b497126b621ce9ca6609 from qemu
2019-02-12 11:48:48 -05:00
..
atomic_template.h tcg: Fix LGPL version number 2019-02-03 17:55:28 -05:00
cpu-exec-common.c tcg: Fix LGPL version number 2019-02-03 17:55:28 -05:00
cpu-exec.c tcg: Fix LGPL version number 2019-02-03 17:55:28 -05:00
cputlb.c cputlb: update TLB entry/index after tlb_fill 2019-02-12 11:48:48 -05:00
Makefile.objs tcg: move tcg backend files into accel/tcg/ 2018-03-13 11:48:15 -04:00
softmmu_template.h cputlb: update TLB entry/index after tlb_fill 2019-02-12 11:48:48 -05:00
tcg-runtime-gvec.c tcg: Fix LGPL version number 2019-02-03 17:55:28 -05:00
tcg-runtime.c tcg: Split CONFIG_ATOMIC128 2018-10-23 15:17:39 -04:00
tcg-runtime.h tcg: Add opcodes for vector minmax arithmetic 2019-01-29 16:24:52 -05:00
translate-all.c tcg: Fix LGPL version number 2019-02-03 17:55:28 -05:00
translate-all.h tcg: move tcg backend files into accel/tcg/ 2018-03-13 11:48:15 -04:00
translate-common.c tcg: Fix LGPL version number 2019-02-03 17:55:28 -05:00
translator.c translator: fix breakpoint processing 2018-10-04 04:04:57 -04:00