Re: [RFC PATCH] docs/system/deprecated: mark ppc64abi32-linux-user for deprecation

2020-09-07 Thread Richard Henderson
On 9/7/20 2:05 AM, Alex Bennée wrote: > What about tweaking configure? Or should I just manually squash it in > all our CI configs? Squash in to CI, I would think. r~

Re: [RFC PATCH] docs/system/deprecated: mark ppc64abi32-linux-user for deprecation

2020-09-07 Thread Alex Bennée
Peter Maydell writes: > On Fri, 4 Sep 2020 at 17:52, Alex Bennée wrote: >> >> It's buggy and we are not sure anyone uses it. > >> +``ppc64abi32`` CPUs (since 5.2.0) >> +' >> + >> +The ``ppc64abi32`` architecture has a number of issues which regularly >> +trip up

Re: [RFC PATCH] docs/system/deprecated: mark ppc64abi32-linux-user for deprecation

2020-09-05 Thread Richard Henderson
On 9/4/20 10:21 AM, Peter Maydell wrote: > On Fri, 4 Sep 2020 at 17:52, Alex Bennée wrote: >> >> It's buggy and we are not sure anyone uses it. > >> +``ppc64abi32`` CPUs (since 5.2.0) >> +' >> + >> +The ``ppc64abi32`` architecture has a number of issues which regul

Re: [RFC PATCH] docs/system/deprecated: mark ppc64abi32-linux-user for deprecation

2020-09-05 Thread David Gibson
On Fri, Sep 04, 2020 at 05:51:40PM +0100, Alex Bennée wrote: > It's buggy and we are not sure anyone uses it. > > Cc: David Gibson > Cc: Richard Henderson > Signed-off-by: Alex Bennée Acked-by: David Gibson > --- > docs/system/deprecated.rst | 9 + > 1 file changed, 9 insertions(+)

Re: [RFC PATCH] docs/system/deprecated: mark ppc64abi32-linux-user for deprecation

2020-09-04 Thread Peter Maydell
On Fri, 4 Sep 2020 at 17:52, Alex Bennée wrote: > > It's buggy and we are not sure anyone uses it. > +``ppc64abi32`` CPUs (since 5.2.0) > +' > + > +The ``ppc64abi32`` architecture has a number of issues which regularly > +trip up our CI testing and is suspected to

Re: [RFC PATCH] docs/system/deprecated: mark ppc64abi32-linux-user for deprecation

2020-09-04 Thread Alex Bennée
Alex Bennée writes: > It's buggy and we are not sure anyone uses it. > > Cc: David Gibson > Cc: Richard Henderson > Signed-off-by: Alex Bennée A more aggressive follow-up patch which would also solve the CI failures across the board: --8<---cut here---start-

[RFC PATCH] docs/system/deprecated: mark ppc64abi32-linux-user for deprecation

2020-09-04 Thread Alex Bennée
It's buggy and we are not sure anyone uses it. Cc: David Gibson Cc: Richard Henderson Signed-off-by: Alex Bennée --- docs/system/deprecated.rst | 9 + 1 file changed, 9 insertions(+) diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst index 851dbdeb8ab..11c763383d9 10