]> 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>
Fri, 20 Oct 2023 12:46:07 +0000 (14:46 +0200)
commit2d4651641f611d2a4b5457ec25e39f2a0de953b4
treebe751c472bafc7640e8fee303a31ddb775a5996b
parentfaf026b2a22da1044baf7f1f3ab1280b2a448399
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