Re: [PATCH v3 26/26] plugins: move reset of plugin data to tb_start

2022-02-05 Thread Richard Henderson
On 2/5/22 07:43, Alex Bennée wrote: We can't always guarantee we get to the end of a translator loop. Although this can happen for a variety of reasons it does happen more often on x86 system emulation when an instruction spans across to an un-faulted page. This caused confusion of the instructio

Re: [PATCH v3 26/26] plugins: move reset of plugin data to tb_start

2022-02-04 Thread Philippe Mathieu-Daudé via
On 4/2/22 21:43, Alex Bennée wrote: We can't always guarantee we get to the end of a translator loop. Although this can happen for a variety of reasons it does happen more often on x86 system emulation when an instruction spans across to an un-faulted page. This caused confusion of the instructio

[PATCH v3 26/26] plugins: move reset of plugin data to tb_start

2022-02-04 Thread Alex Bennée
We can't always guarantee we get to the end of a translator loop. Although this can happen for a variety of reasons it does happen more often on x86 system emulation when an instruction spans across to an un-faulted page. This caused confusion of the instruction tracking data resulting in apparent