Re: [PATCH v3 00/26] target/i386: pc-relative translation blocks

2022-10-05 Thread Richard Henderson
On 10/5/22 14:06, Paolo Bonzini wrote: Great, then if you want I can merge this myself. Yes, please. r~

Re: [PATCH v3 00/26] target/i386: pc-relative translation blocks

2022-10-05 Thread Paolo Bonzini
Great, then if you want I can merge this myself. Paolo Il mer 5 ott 2022, 16:26 Richard Henderson ha scritto: > On 10/1/22 13:59, Paolo Bonzini wrote: > > > > > > Il sab 1 ott 2022, 16:09 Richard Henderson > > ha scritto: > > > > This is the x86 specifi

Re: [PATCH v3 00/26] target/i386: pc-relative translation blocks

2022-10-05 Thread Richard Henderson
On 10/1/22 13:59, Paolo Bonzini wrote: Il sab 1 ott 2022, 16:09 Richard Henderson > ha scritto: This is the x86 specific changes required to reduce the amount of translation for address space randomization. For v3, quite a few changes based on

Re: [PATCH v3 00/26] target/i386: pc-relative translation blocks

2022-10-01 Thread Paolo Bonzini
Il sab 1 ott 2022, 16:09 Richard Henderson ha scritto: > This is the x86 specific changes required to reduce the > amount of translation for address space randomization. > For v3, quite a few changes based on Paolo's feedback. > Reviewed-by: Paolo Bonzini > > r~ > > Based-on: 20220930212622.1

[PATCH v3 00/26] target/i386: pc-relative translation blocks

2022-10-01 Thread Richard Henderson
This is the x86 specific changes required to reduce the amount of translation for address space randomization. For v3, quite a few changes based on Paolo's feedback. r~ Based-on: 20220930212622.108363-1-richard.hender...@linaro.org ("[PATCH v6 00/18] tcg: CPUTLBEntryFull and TARGET_TB_PCREL")