Re: [PATCH v3 22/23] tests/plugin: allow memory plugin to do both inline and callbacks

2021-02-17 Thread Richard Henderson
On 2/13/21 5:03 AM, Alex Bennée wrote: > This is going to be useful for acceptance tests that check both types > are being called the same number of times, especially when icount is > enabled. > > Signed-off-by: Alex Bennée > --- > tests/plugin/mem.c | 27 --- > 1 file ch

Re: [PATCH v3 22/23] tests/plugin: allow memory plugin to do both inline and callbacks

2021-02-17 Thread Philippe Mathieu-Daudé
On 2/13/21 2:03 PM, Alex Bennée wrote: > This is going to be useful for acceptance tests that check both types > are being called the same number of times, especially when icount is > enabled. > > Signed-off-by: Alex Bennée > --- > tests/plugin/mem.c | 27 --- > 1 file ch

[PATCH v3 22/23] tests/plugin: allow memory plugin to do both inline and callbacks

2021-02-13 Thread Alex Bennée
This is going to be useful for acceptance tests that check both types are being called the same number of times, especially when icount is enabled. Signed-off-by: Alex Bennée --- tests/plugin/mem.c | 27 --- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/t