Re: [Qemu-devel] [PATCH 26/29] tests/tcg: use ARRAY_SIZE macro

2017-07-18 Thread Alex Bennée
Marc-André Lureau writes: > Hi > > On Tue, Jul 18, 2017 at 4:16 AM, Alex Bennée wrote: >> >> Marc-André Lureau writes: >> >>> Hi >>> >>> On Mon, Jul 17, 2017 at 11:10 PM, Philippe Mathieu-Daudé >>> wrote: Applied using the Coccinelle semantic patch scripts/coccinelle/use_osdep.cocc

Re: [Qemu-devel] [PATCH 26/29] tests/tcg: use ARRAY_SIZE macro

2017-07-18 Thread Philippe Mathieu-Daudé
On Tue, Jul 18, 2017 at 8:16 AM, Alex Bennée wrote: > > Pranith has had a couple of revs at this: > > Subject: [PATCH v5 00/19] Cleanup of TCG tests > Date: Thu, 1 Dec 2016 00:14:14 -0500 > Message-Id: <20161201051433.17168-1-bobby.pr...@gmail.com> > > We have the cross-compilers available

Re: [Qemu-devel] [PATCH 26/29] tests/tcg: use ARRAY_SIZE macro

2017-07-18 Thread Marc-André Lureau
Hi On Tue, Jul 18, 2017 at 4:16 AM, Alex Bennée wrote: > > Marc-André Lureau writes: > >> Hi >> >> 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-D

Re: [Qemu-devel] [PATCH 26/29] tests/tcg: use ARRAY_SIZE macro

2017-07-18 Thread Alex Bennée
Marc-André Lureau writes: > Hi > > 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é >> --- >> tests/tcg/alpha/test-cond.c | 2 +- >> tests/tcg/alp

Re: [Qemu-devel] [PATCH 26/29] tests/tcg: use ARRAY_SIZE macro

2017-07-18 Thread Marc-André Lureau
Hi 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é > --- > tests/tcg/alpha/test-cond.c | 2 +- > tests/tcg/alpha/test-ovf.c | 2 +- > 2 files changed, 2 in

[Qemu-devel] [PATCH 26/29] tests/tcg: 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é --- tests/tcg/alpha/test-cond.c | 2 +- tests/tcg/alpha/test-ovf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tcg/alpha/test-cond.c b/tests/tcg/