Re: [RFC PATCH 22/24] contrib/plugins: Allow to log registers

2023-08-16 Thread Akihiko Odaki
On 2023/08/15 0:21, Alex Bennée wrote: Akihiko Odaki writes: This demonstrates how a register can be read from a plugin. I think it would be a little more useful as a demo if it tracked changes to the register state rather than dumping it for every line executed. Signed-off-by: Akihiko O

Re: [RFC PATCH 22/24] contrib/plugins: Allow to log registers

2023-08-14 Thread Alex Bennée
Akihiko Odaki writes: > This demonstrates how a register can be read from a plugin. I think it would be a little more useful as a demo if it tracked changes to the register state rather than dumping it for every line executed. > > Signed-off-by: Akihiko Odaki > --- > docs/devel/tcg-plugins.

[RFC PATCH 22/24] contrib/plugins: Allow to log registers

2023-07-31 Thread Akihiko Odaki
This demonstrates how a register can be read from a plugin. Signed-off-by: Akihiko Odaki --- docs/devel/tcg-plugins.rst | 10 ++- contrib/plugins/execlog.c | 130 - 2 files changed, 108 insertions(+), 32 deletions(-) diff --git a/docs/devel/tcg-plugins.rst