]> git.proxmox.com Git - mirror_qemu.git/commit
hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 9 Oct 2023 11:58:39 +0000 (13:58 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 19 Oct 2023 21:13:27 +0000 (23:13 +0200)
commit30a8d3a14216e31f2539b00ff4e5df7f3a08ce89
tree663ceee7a1d37c485f9edc92c915788b538782fe
parent9ce8c6ddd302d23df503e89e03544c5e832b4dc3
hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'

"hw/mips/cpudevs.h" contains declarations which are specific
to the MIPS architecture; it doesn't make sense for these to
be called from a non-MIPS architecture. Move the declarations
to "target/mips/cpu.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231009171443.12145-2-philmd@linaro.org>
hw/mips/cps.c
hw/mips/fuloong2e.c
hw/mips/jazz.c
hw/mips/loongson3_virt.c
hw/mips/malta.c
hw/mips/mips_int.c
hw/mips/mipssim.c
include/hw/mips/cpudevs.h [deleted file]
target/mips/cpu.h
target/mips/sysemu/cp0_timer.c
target/mips/tcg/sysemu/tlb_helper.c