Re: [PATCH] tools/misc/xencov_split: Add python 3 compatibility

2023-09-11 Thread Javi Merino
On Mon, Sep 11, 2023 at 11:40:59AM +0100, Anthony PERARD wrote: > On Sat, Sep 02, 2023 at 05:21:08PM +0100, Javi Merino wrote: > > diff --git a/tools/misc/xencov_split b/tools/misc/xencov_split > > index e4f68ebb6e..8f1271bfe7 100755 > > --- a/tools/misc/xencov_split > > +++ b/tools/misc/xencov_spl

Re: [PATCH] tools/misc/xencov_split: Add python 3 compatibility

2023-09-11 Thread Anthony PERARD
On Sat, Sep 02, 2023 at 05:21:08PM +0100, Javi Merino wrote: > diff --git a/tools/misc/xencov_split b/tools/misc/xencov_split > index e4f68ebb6e..8f1271bfe7 100755 > --- a/tools/misc/xencov_split > +++ b/tools/misc/xencov_split > @@ -1,5 +1,7 @@ > -#!/usr/bin/env python > +#!/usr/bin/env python3 B

Re: [PATCH] tools/misc/xencov_split: Add python 3 compatibility

2023-09-05 Thread Javi Merino
On Mon, Sep 04, 2023 at 08:51:31AM +0200, Jan Beulich wrote: > On 02.09.2023 18:21, Javi Merino wrote: > > Closes #154 > > > > Signed-off-by: Javi Merino > > The title isn't really in line with ... > > > --- a/tools/misc/xencov_split > > +++ b/tools/misc/xencov_split > > @@ -1,5 +1,7 @@ > > -#!

Re: [PATCH] tools/misc/xencov_split: Add python 3 compatibility

2023-09-04 Thread Alejandro Vallejo
Hi, On Mon, Sep 04, 2023 at 08:51:31AM +0200, Jan Beulich wrote: > On 02.09.2023 18:21, Javi Merino wrote: > > Closes #154 > > > > Signed-off-by: Javi Merino > > The title isn't really in line with ... > > > --- a/tools/misc/xencov_split > > +++ b/tools/misc/xencov_split > > @@ -1,5 +1,7 @@ >

Re: [PATCH] tools/misc/xencov_split: Add python 3 compatibility

2023-09-03 Thread Jan Beulich
On 02.09.2023 18:21, Javi Merino wrote: > Closes #154 > > Signed-off-by: Javi Merino The title isn't really in line with ... > --- a/tools/misc/xencov_split > +++ b/tools/misc/xencov_split > @@ -1,5 +1,7 @@ > -#!/usr/bin/env python > +#!/usr/bin/env python3 ... this part of the change, and mak

[PATCH] tools/misc/xencov_split: Add python 3 compatibility

2023-09-02 Thread Javi Merino
Closes #154 Signed-off-by: Javi Merino --- Generating coverage data is a bit broken at the moment. Depending on the compiler you are using, you would need "coverage: update gcov info for newer versions of gcc" (Message-Id: [email protected]) which I just sent to the l