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

2024-07-10 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

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

2024-07-09 Thread Simon Hamelin
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 plugin demonstrates how someone co