Re: [Qemu-devel] [PATCH v4 2/3] tests: make pc_alloc_init/init_flags/uninit generic

2016-09-12 Thread Greg Kurz
On Mon, 12 Sep 2016 17:46:35 +0200 Laurent Vivier wrote: > On 12/09/2016 03:27, David Gibson wrote: > > On Fri, Sep 09, 2016 at 02:31:55PM +0200, Laurent Vivier wrote: > >> > >> > >> On 09/09/2016 14:25, Greg Kurz wrote: > >>> On Thu, 8 Sep 2016 09:50:31 +0200 > >>>

Re: [Qemu-devel] [PATCH v4 2/3] tests: make pc_alloc_init/init_flags/uninit generic

2016-09-12 Thread Laurent Vivier
On 12/09/2016 03:27, David Gibson wrote: > On Fri, Sep 09, 2016 at 02:31:55PM +0200, Laurent Vivier wrote: >> >> >> On 09/09/2016 14:25, Greg Kurz wrote: >>> On Thu, 8 Sep 2016 09:50:31 +0200 >>> Laurent Vivier wrote: >>> On 08/09/2016 04:04, David Gibson wrote: >

Re: [Qemu-devel] [PATCH v4 2/3] tests: make pc_alloc_init/init_flags/uninit generic

2016-09-11 Thread David Gibson
On Fri, Sep 09, 2016 at 02:31:55PM +0200, Laurent Vivier wrote: > > > On 09/09/2016 14:25, Greg Kurz wrote: > > On Thu, 8 Sep 2016 09:50:31 +0200 > > Laurent Vivier wrote: > > > >> On 08/09/2016 04:04, David Gibson wrote: > >>> On Tue, Sep 06, 2016 at 03:17:56PM +0200,

Re: [Qemu-devel] [PATCH v4 2/3] tests: make pc_alloc_init/init_flags/uninit generic

2016-09-09 Thread Laurent Vivier
On 09/09/2016 14:25, Greg Kurz wrote: > On Thu, 8 Sep 2016 09:50:31 +0200 > Laurent Vivier wrote: > >> On 08/09/2016 04:04, David Gibson wrote: >>> On Tue, Sep 06, 2016 at 03:17:56PM +0200, Laurent Vivier wrote: And add support for ppc64. Signed-off-by:

Re: [Qemu-devel] [PATCH v4 2/3] tests: make pc_alloc_init/init_flags/uninit generic

2016-09-09 Thread Greg Kurz
On Thu, 8 Sep 2016 09:50:31 +0200 Laurent Vivier wrote: > On 08/09/2016 04:04, David Gibson wrote: > > On Tue, Sep 06, 2016 at 03:17:56PM +0200, Laurent Vivier wrote: > >> And add support for ppc64. > >> > >> Signed-off-by: Laurent Vivier > > > >

Re: [Qemu-devel] [PATCH v4 2/3] tests: make pc_alloc_init/init_flags/uninit generic

2016-09-08 Thread Laurent Vivier
On 08/09/2016 04:04, David Gibson wrote: > On Tue, Sep 06, 2016 at 03:17:56PM +0200, Laurent Vivier wrote: >> And add support for ppc64. >> >> Signed-off-by: Laurent Vivier > > Some of my coments may be obsoleted by the discussion with Greg. > >> --- >> v2: >> - remove

Re: [Qemu-devel] [PATCH v4 2/3] tests: make pc_alloc_init/init_flags/uninit generic

2016-09-07 Thread David Gibson
On Tue, Sep 06, 2016 at 03:17:56PM +0200, Laurent Vivier wrote: > And add support for ppc64. > > Signed-off-by: Laurent Vivier Some of my coments may be obsoleted by the discussion with Greg. > --- > v2: > - remove useless parenthesis, inline > > tests/Makefile.include

Re: [Qemu-devel] [PATCH v4 2/3] tests: make pc_alloc_init/init_flags/uninit generic

2016-09-07 Thread Greg Kurz
On Wed, 7 Sep 2016 15:10:59 +0200 Laurent Vivier wrote: > On 07/09/2016 14:44, Greg Kurz wrote: > > On Wed, 7 Sep 2016 11:36:21 +0200 > > Laurent Vivier wrote: > > > >> On 06/09/2016 23:41, Greg Kurz wrote: > >>> On Tue, 6 Sep 2016 15:17:56 +0200 >

Re: [Qemu-devel] [PATCH v4 2/3] tests: make pc_alloc_init/init_flags/uninit generic

2016-09-07 Thread Laurent Vivier
On 07/09/2016 14:44, Greg Kurz wrote: > On Wed, 7 Sep 2016 11:36:21 +0200 > Laurent Vivier wrote: > >> On 06/09/2016 23:41, Greg Kurz wrote: >>> On Tue, 6 Sep 2016 15:17:56 +0200 >>> Laurent Vivier wrote: >>> And add support for ppc64.

Re: [Qemu-devel] [PATCH v4 2/3] tests: make pc_alloc_init/init_flags/uninit generic

2016-09-07 Thread Greg Kurz
On Wed, 7 Sep 2016 11:36:21 +0200 Laurent Vivier wrote: > On 06/09/2016 23:41, Greg Kurz wrote: > > On Tue, 6 Sep 2016 15:17:56 +0200 > > Laurent Vivier wrote: > > > >> And add support for ppc64. > >> > >> Signed-off-by: Laurent Vivier

Re: [Qemu-devel] [PATCH v4 2/3] tests: make pc_alloc_init/init_flags/uninit generic

2016-09-07 Thread Laurent Vivier
On 06/09/2016 23:41, Greg Kurz wrote: > On Tue, 6 Sep 2016 15:17:56 +0200 > Laurent Vivier wrote: > >> And add support for ppc64. >> >> Signed-off-by: Laurent Vivier >> --- >> v2: >> - remove useless parenthesis, inline >> > > This works indeed but

Re: [Qemu-devel] [PATCH v4 2/3] tests: make pc_alloc_init/init_flags/uninit generic

2016-09-06 Thread Thomas Huth
On 06.09.2016 15:17, Laurent Vivier wrote: > And add support for ppc64. > > Signed-off-by: Laurent Vivier > --- > v2: > - remove useless parenthesis, inline > > tests/Makefile.include | 3 ++- > tests/libqos/libqos.h | 2 +- > tests/libqos/malloc-ppc64.c | 38

Re: [Qemu-devel] [PATCH v4 2/3] tests: make pc_alloc_init/init_flags/uninit generic

2016-09-06 Thread Greg Kurz
On Tue, 6 Sep 2016 15:17:56 +0200 Laurent Vivier wrote: > And add support for ppc64. > > Signed-off-by: Laurent Vivier > --- > v2: > - remove useless parenthesis, inline > This works indeed but I'm just feeling curious about the QOSOps type introduced

[Qemu-devel] [PATCH v4 2/3] tests: make pc_alloc_init/init_flags/uninit generic

2016-09-06 Thread Laurent Vivier
And add support for ppc64. Signed-off-by: Laurent Vivier --- v2: - remove useless parenthesis, inline tests/Makefile.include | 3 ++- tests/libqos/libqos.h | 2 +- tests/libqos/malloc-ppc64.c | 38 ++