Re: [PATCH v1 12/14] plugins: expand kernel-doc for memory query and instrumentation

2021-03-16 Thread Alex Bennée
Aaron Lindsay writes: > On Mar 12 17:28, Alex Bennée wrote: >> Signed-off-by: Alex Bennée > > Small comment below, but otherwise: > > Reviewed-by: Aaron Lindsay > >> --- >> include/qemu/qemu-plugin.h | 35 --- >> 1 file changed, 28 insertions(+), 7 deletions(-

Re: [PATCH v1 12/14] plugins: expand kernel-doc for memory query and instrumentation

2021-03-12 Thread Aaron Lindsay via
On Mar 12 17:28, Alex Bennée wrote: > Signed-off-by: Alex Bennée Small comment below, but otherwise: Reviewed-by: Aaron Lindsay > --- > include/qemu/qemu-plugin.h | 35 --- > 1 file changed, 28 insertions(+), 7 deletions(-) > > diff --git a/include/qemu/qemu-p

[PATCH v1 12/14] plugins: expand kernel-doc for memory query and instrumentation

2021-03-12 Thread Alex Bennée
Signed-off-by: Alex Bennée --- include/qemu/qemu-plugin.h | 35 --- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/include/qemu/qemu-plugin.h b/include/qemu/qemu-plugin.h index d4adce730a..aed868d42a 100644 --- a/include/qemu/qemu-plugin.h +++ b/inc