Re: [PATCH RESEND v5 24/26] contrib/plugins: Allow to log registers

2023-09-04 Thread Akihiko Odaki
On 2023/09/05 0:30, Alex Bennée wrote: Akihiko Odaki writes: On 2023/08/31 0:08, Alex Bennée wrote: Akihiko Odaki writes: 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 |

Re: [PATCH RESEND v5 24/26] contrib/plugins: Allow to log registers

2023-09-04 Thread Alex Bennée
Akihiko Odaki writes: > On 2023/08/31 0:08, Alex Bennée wrote: >> Akihiko Odaki writes: >> >>> 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 | 140 ++

Re: [PATCH RESEND v5 24/26] contrib/plugins: Allow to log registers

2023-08-30 Thread Akihiko Odaki
On 2023/08/31 0:08, Alex Bennée wrote: Akihiko Odaki writes: 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 | 140 - 2 files changed, 117 in

Re: [PATCH RESEND v5 24/26] contrib/plugins: Allow to log registers

2023-08-30 Thread Alex Bennée
Akihiko Odaki writes: > 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 | 140 - > 2 files changed, 117 insertions(+), 33 deletions(-) >

[PATCH RESEND v5 24/26] contrib/plugins: Allow to log registers

2023-08-17 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 | 140 - 2 files changed, 117 insertions(+), 33 deletions(-) diff --git a/docs/devel/tcg-plugins.rst