Re: [Qemu-devel] [PATCH 25/29] libqos: use ARRAY_SIZE macro

2017-07-18 Thread Philippe Mathieu-Daudé
On Tue, Jul 18, 2017 at 8:58 AM, Laurent Vivier wrote: > On 18/07/2017 08:10, Philippe Mathieu-Daudé wrote: [...] > > The title doesn't reflect the real change. Good catch ;) too much rebase... > > otherwise: > > Reviewed-by: Laurent Vivier Thanks! > > Laurent

Re: [Qemu-devel] [PATCH 25/29] libqos: use ARRAY_SIZE macro

2017-07-18 Thread Laurent Vivier
On 18/07/2017 08:10, Philippe Mathieu-Daudé wrote: > Applied using the Coccinelle semantic patch scripts/coccinelle/use_osdep.cocci > > Signed-off-by: Philippe Mathieu-Daudé > --- > > No entry in MAINTAINERS for tests/libqos/* does it deserve it's own entry? > > tests/libqos/libqos.c | 2 +- >

Re: [Qemu-devel] [PATCH 25/29] libqos: use ARRAY_SIZE macro

2017-07-18 Thread Marc-André Lureau
On Mon, Jul 17, 2017 at 11:10 PM, Philippe Mathieu-Daudé wrote: > Applied using the Coccinelle semantic patch scripts/coccinelle/use_osdep.cocci > > Signed-off-by: Philippe Mathieu-Daudé > --- Reviewed-by: Marc-André Lureau > > No entry in MAINTAINERS for tests/libqos/* does it deserve it's o

[Qemu-devel] [PATCH 25/29] libqos: use ARRAY_SIZE macro

2017-07-17 Thread Philippe Mathieu-Daudé
Applied using the Coccinelle semantic patch scripts/coccinelle/use_osdep.cocci Signed-off-by: Philippe Mathieu-Daudé --- No entry in MAINTAINERS for tests/libqos/* does it deserve it's own entry? tests/libqos/libqos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/li