Re: [PATCH v4 0/6] linux-user: Rework get_elf_hwcap() and support MIPS Loongson 2F/3A

2020-12-13 Thread Philippe Mathieu-Daudé
On 12/7/20 11:43 PM, Philippe Mathieu-Daudé wrote: > Series now fully reviewed. Ping :) > > Since v3: > - Add CP0C0_AR_LENGTH definition (Richard) > - Fixed 3E -> 3A, Longsoon -> Loongson typos (Huacai) > > Since v2: > - Use extract32() in GET_FEATURE_REG_EQU (rth) > > Introduce the GET_FEATUR

[PATCH v4 0/6] linux-user: Rework get_elf_hwcap() and support MIPS Loongson 2F/3A

2020-12-07 Thread Philippe Mathieu-Daudé
Series now fully reviewed. Since v3: - Add CP0C0_AR_LENGTH definition (Richard) - Fixed 3E -> 3A, Longsoon -> Loongson typos (Huacai) Since v2: - Use extract32() in GET_FEATURE_REG_EQU (rth) Introduce the GET_FEATURE_REG_SET() and GET_FEATURE_REG_EQU() macros to check if an instruction set is su