]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 7 Dec 2020 21:32:49 +0000 (22:32 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 13 Dec 2020 18:58:54 +0000 (19:58 +0100)
commitac70f9767cba3a5966f7eefc102fcda8b3c7d09e
treea511e97d95af30981bfd6fd4c9201299af6132c8
parent1ab3a0de2f40f70bdfbd1a319a9734089bddcf72
target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()

As cpu_supports_isa() / cpu_supports_cps_smp() take a 'cpu_type'
name argument, rename them cpu_type_supports_FEAT().

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201207215257.4004222-2-f4bug@amsat.org>
hw/mips/boston.c
hw/mips/malta.c
target/mips/cpu.h
target/mips/translate.c