Re: [PATCH 0/3] target/mips: Remove vendor specific CPU definitions

2021-01-14 Thread Philippe Mathieu-Daudé
On 1/12/21 10:01 PM, Philippe Mathieu-Daudé wrote: > Trivial patches to sanitize MIPS CPU definitions. > > Based-on: mips-next > > Philippe Mathieu-Daudé (3): > target/mips: Remove CPU_R5900 definition > target/mips: Remove CPU_NANOMIPS32 definition > target/mips: Remove vendor specific CPU

Re: [PATCH 0/3] target/mips: Remove vendor specific CPU definitions

2021-01-12 Thread Richard Henderson
On 1/12/21 11:01 AM, Philippe Mathieu-Daudé wrote: > Trivial patches to sanitize MIPS CPU definitions. > > Based-on: mips-next > > Philippe Mathieu-Daudé (3): > target/mips: Remove CPU_R5900 definition > target/mips: Remove CPU_NANOMIPS32 definition > target/mips: Remove vendor specific CPU

[PATCH 0/3] target/mips: Remove vendor specific CPU definitions

2021-01-12 Thread Philippe Mathieu-Daudé
Trivial patches to sanitize MIPS CPU definitions. Based-on: mips-next Philippe Mathieu-Daudé (3): target/mips: Remove CPU_R5900 definition target/mips: Remove CPU_NANOMIPS32 definition target/mips: Remove vendor specific CPU definitions target/mips/mips-defs.h| 9 - target/mi