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

Philippe Mathieu-Daudé posted 2 patches 4 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201207215257.4004222-1-f4bug@amsat.org
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
target/mips/cpu.h       | 5 +++--
hw/mips/boston.c        | 4 ++--
hw/mips/malta.c         | 4 ++--
target/mips/cpu.c       | 5 +++++
target/mips/translate.c | 4 ++--
5 files changed, 14 insertions(+), 8 deletions(-)
[PATCH 0/2] target/mips: Let cpu_supports_isa() take CPUMIPSState argument
Posted by Philippe Mathieu-Daudé 4 years, 11 months ago
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 cpu_supports_isa() taking CPUMIPSState argument

 target/mips/cpu.h       | 5 +++--
 hw/mips/boston.c        | 4 ++--
 hw/mips/malta.c         | 4 ++--
 target/mips/cpu.c       | 5 +++++
 target/mips/translate.c | 4 ++--
 5 files changed, 14 insertions(+), 8 deletions(-)

-- 
2.26.2

Re: [PATCH 0/2] target/mips: Let cpu_supports_isa() take CPUMIPSState argument
Posted by Richard Henderson 4 years, 11 months ago
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 <richard.henderson@linaro.org>

r~

Re: [PATCH 0/2] target/mips: Let cpu_supports_isa() take CPUMIPSState argument
Posted by Philippe Mathieu-Daudé 4 years, 11 months ago
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 cpu_supports_FEAT() as cpu_type_supports_FEAT()
>   target/mips: Introduce cpu_supports_isa() taking CPUMIPSState argument
> 
>  target/mips/cpu.h       | 5 +++--
>  hw/mips/boston.c        | 4 ++--
>  hw/mips/malta.c         | 4 ++--
>  target/mips/cpu.c       | 5 +++++
>  target/mips/translate.c | 4 ++--
>  5 files changed, 14 insertions(+), 8 deletions(-)

Thanks, series applied to mips-next tree.