]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
target/mips: Move sysemu specific files under sysemu/ subfolder
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 13 Apr 2021 08:31:44 +0000 (10:31 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 2 May 2021 14:49:35 +0000 (16:49 +0200)
commit85d8da3fea0c4ff38bbe759febfc2d2299b33ccd
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/addr.c [deleted file]
target/mips/cp0_timer.c [deleted file]
target/mips/machine.c [deleted file]
target/mips/meson.build
target/mips/sysemu/addr.c [new file with mode: 0644]
target/mips/sysemu/cp0_timer.c [new file with mode: 0644]
target/mips/sysemu/machine.c [new file with mode: 0644]
target/mips/sysemu/meson.build [new file with mode: 0644]