Re: [PATCH v1 15/25] Deprecate 32 bit big-endian MIPS

2022-09-01 Thread Alex Bennée
Thomas Huth writes: > On 26/08/2022 19.21, Alex Bennée wrote: >> - * - MIPS >> + * - MIPS (LE only) > > I'd replace "LE" with "little endian" - not everybody might know that > abbreviation. >> +''' >> + >> +A Debian 10 ("Buster") moved into LTS the big endian 32 bit versio

Re: [PATCH v1 15/25] Deprecate 32 bit big-endian MIPS

2022-08-29 Thread Huacai Chen
Reviewed-by: Huacai Chen On Tue, Aug 30, 2022 at 7:39 AM Philippe Mathieu-Daudé wrote: > > Hi Alex, > > (+Aleksandar/Huacai) > > On 26/8/22 19:21, Alex Bennée wrote: > > It's becoming harder to maintain a cross-compiler to test this host > > architecture as the old stable Debian 10 ("Buster") mo

Re: [PATCH v1 15/25] Deprecate 32 bit big-endian MIPS

2022-08-29 Thread Philippe Mathieu-Daudé via
Hi Alex, (+Aleksandar/Huacai) On 26/8/22 19:21, Alex Bennée wrote: It's becoming harder to maintain a cross-compiler to test this host architecture as the old stable Debian 10 ("Buster") moved into LTS which supports fewer architectures. For now: - mark it's deprecation in the docs - dow

Re: [PATCH v1 15/25] Deprecate 32 bit big-endian MIPS

2022-08-26 Thread Thomas Huth
On 26/08/2022 19.21, Alex Bennée wrote: It's becoming harder to maintain a cross-compiler to test this host architecture as the old stable Debian 10 ("Buster") moved into LTS which supports fewer architectures. For now: - mark it's deprecation in the docs - downgrade the containers to buil

[PATCH v1 15/25] Deprecate 32 bit big-endian MIPS

2022-08-26 Thread Alex Bennée
It's becoming harder to maintain a cross-compiler to test this host architecture as the old stable Debian 10 ("Buster") moved into LTS which supports fewer architectures. For now: - mark it's deprecation in the docs - downgrade the containers to build TCG tests only - drop the cross builds f