Re: [PATCH 0/2] target/mips: Let cpu_supports_isa() take CPUMIPSState argument

2020-12-13 Thread Philippe Mathieu-Daudé
On 12/7/20 10:52 PM, Philippe Mathieu-Daudé wrote: > Hi Jiaxun, > > Here goes the cpu_supports_isa() helper for your bootloader API: > https://www.mail-archive.com/qemu-devel@nongnu.org/msg764582.html > > Regards, > > Phil. > > Philippe Mathieu-Daudé (2): > target/mips: Rename

Re: [PATCH 0/2] target/mips: Let cpu_supports_isa() take CPUMIPSState argument

2020-12-08 Thread Richard Henderson
On 12/7/20 3:52 PM, Philippe Mathieu-Daudé wrote: > Philippe Mathieu-Daudé (2): > target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT() > target/mips: Introduce cpu_supports_isa() taking CPUMIPSState argument Reviewed-by: Richard Henderson r~

[PATCH 0/2] target/mips: Let cpu_supports_isa() take CPUMIPSState argument

2020-12-07 Thread Philippe Mathieu-Daudé
Hi Jiaxun, Here goes the cpu_supports_isa() helper for your bootloader API: https://www.mail-archive.com/qemu-devel@nongnu.org/msg764582.html Regards, Phil. Philippe Mathieu-Daudé (2): target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT() target/mips: Introduce