Re: [PATCH v4] plugins/stoptrigger: TCG plugin to stop execution under conditions

2024-07-16 Thread Alex Bennée
Simon Hamelin writes: > This new plugin allows to stop emulation using conditions on the > emulation state. By setting this plugin arguments, it is possible > to set an instruction count limit and/or trigger address(es) to stop at. > The code returned at emulation exit can be customized. > > This

Re: [PATCH v4] plugins/stoptrigger: TCG plugin to stop execution under conditions

2024-07-15 Thread Pierrick Bouvier
On 7/15/24 01:15, Simon Hamelin wrote: This new plugin allows to stop emulation using conditions on the emulation state. By setting this plugin arguments, it is possible to set an instruction count limit and/or trigger address(es) to stop at. The code returned at emulation exit can be customized.