On 9/6/22 10:28, Richard Henderson wrote:
On 9/6/22 10:11, Richard Henderson wrote:
The goal here is to reduce the amount of code generation when the
guest kernel enables address space randomization. This requires
extensive changes to each target, so opt-in with TARGET_TB_PCREL.
This is split out of v3, which also contained target/arm changes,
as I now have patches for x86 and s390x as well.
r~
Based-on: [email protected]
("[PATCH v3 0/6] tcg: Introduce CPUTLBEntryFull")
v2:
https://lore.kernel.org/qemu-devel/[email protected]/
v3:
https://lore.kernel.org/qemu-devel/[email protected]/
branch: https://gitlab.com/rth7680/qemu/-/tree/tcg-pcrel
Arg. Accidentally dropped a patch from v3:
... and managed to hit ctrl-enter while pasting ...
https://lore.kernel.org/qemu-devel/[email protected]/
r~