target/mips: Move sysemu specific files under sysemu/ subfolder
commit85d8da3fea0c4ff38bbe759febfc2d2299b33ccd
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 13 Apr 2021 08:31:44 +0000 (13 10:31 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 2 May 2021 14:49:35 +0000 (2 16:49 +0200)
tree2213b38bf446082bf2f5c23d9303bd2c01b748f8
parent44e3b05005c6696cd526a4575293513db453f4b5
target/mips: Move sysemu specific files under sysemu/ subfolder

Move sysemu-specific files under the new sysemu/ subfolder
and adapt the Meson machinery.
Update the KVM MIPS entry in MAINTAINERS.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210428170410.479308-17-f4bug@amsat.org>
MAINTAINERS
target/mips/meson.build
target/mips/sysemu/addr.c [moved from target/mips/addr.c with 100% similarity]
target/mips/sysemu/cp0_timer.c [moved from target/mips/cp0_timer.c with 100% similarity]
target/mips/sysemu/machine.c [moved from target/mips/machine.c with 100% similarity]
target/mips/sysemu/meson.build [new file with mode: 0644]