@@ -161,7 +161,7 @@ MIPS
M: Aurelien Jarno <aurelien@aurel32.net>
M: Yongbok Kim <yongbok.kim@imgtec.com>
S: Maintained
-F: target-mips/
+F: target/mips/
F: hw/mips/
F: hw/misc/mips_*
F: hw/intc/mips_gic.c
@@ -274,7 +274,7 @@ F: target/arm/kvm.c
MIPS
M: James Hogan <james.hogan@imgtec.com>
S: Maintained
-F: target-mips/kvm.c
+F: target/mips/kvm.c
PPC
M: Alexander Graf <agraf@suse.de>
@@ -1,7 +1,7 @@
#ifndef HW_MIPS_CPUDEVS_H
#define HW_MIPS_CPUDEVS_H
-#include "target-mips/cpu-qom.h"
+#include "cpu-qom.h"
/* Definitions for MIPS CPU internal devices. */
similarity index 100%
rename from target-mips/Makefile.objs
rename to target/mips/Makefile.objs
similarity index 100%
rename from target-mips/TODO
rename to target/mips/TODO
similarity index 100%
rename from target-mips/cpu-qom.h
rename to target/mips/cpu-qom.h
similarity index 100%
rename from target-mips/cpu.c
rename to target/mips/cpu.c
similarity index 100%
rename from target-mips/cpu.h
rename to target/mips/cpu.h
similarity index 100%
rename from target-mips/dsp_helper.c
rename to target/mips/dsp_helper.c
similarity index 100%
rename from target-mips/gdbstub.c
rename to target/mips/gdbstub.c
similarity index 100%
rename from target-mips/helper.c
rename to target/mips/helper.c
similarity index 100%
rename from target-mips/helper.h
rename to target/mips/helper.h
similarity index 100%
rename from target-mips/kvm.c
rename to target/mips/kvm.c
similarity index 100%
rename from target-mips/kvm_mips.h
rename to target/mips/kvm_mips.h
similarity index 100%
rename from target-mips/lmi_helper.c
rename to target/mips/lmi_helper.c
similarity index 100%
rename from target-mips/machine.c
rename to target/mips/machine.c
similarity index 100%
rename from target-mips/mips-defs.h
rename to target/mips/mips-defs.h
similarity index 100%
rename from target-mips/mips-semi.c
rename to target/mips/mips-semi.c
similarity index 100%
rename from target-mips/msa_helper.c
rename to target/mips/msa_helper.c
similarity index 100%
rename from target-mips/op_helper.c
rename to target/mips/op_helper.c
similarity index 100%
rename from target-mips/translate.c
rename to target/mips/translate.c
similarity index 100%
rename from target-mips/translate_init.c
rename to target/mips/translate_init.c
Signed-off-by: Thomas Huth <thuth@redhat.com> --- MAINTAINERS | 4 ++-- include/hw/mips/cpudevs.h | 2 +- {target-mips => target/mips}/Makefile.objs | 0 {target-mips => target/mips}/TODO | 0 {target-mips => target/mips}/cpu-qom.h | 0 {target-mips => target/mips}/cpu.c | 0 {target-mips => target/mips}/cpu.h | 0 {target-mips => target/mips}/dsp_helper.c | 0 {target-mips => target/mips}/gdbstub.c | 0 {target-mips => target/mips}/helper.c | 0 {target-mips => target/mips}/helper.h | 0 {target-mips => target/mips}/kvm.c | 0 {target-mips => target/mips}/kvm_mips.h | 0 {target-mips => target/mips}/lmi_helper.c | 0 {target-mips => target/mips}/machine.c | 0 {target-mips => target/mips}/mips-defs.h | 0 {target-mips => target/mips}/mips-semi.c | 0 {target-mips => target/mips}/msa_helper.c | 0 {target-mips => target/mips}/op_helper.c | 0 {target-mips => target/mips}/translate.c | 0 {target-mips => target/mips}/translate_init.c | 0 21 files changed, 3 insertions(+), 3 deletions(-) rename {target-mips => target/mips}/Makefile.objs (100%) rename {target-mips => target/mips}/TODO (100%) rename {target-mips => target/mips}/cpu-qom.h (100%) rename {target-mips => target/mips}/cpu.c (100%) rename {target-mips => target/mips}/cpu.h (100%) rename {target-mips => target/mips}/dsp_helper.c (100%) rename {target-mips => target/mips}/gdbstub.c (100%) rename {target-mips => target/mips}/helper.c (100%) rename {target-mips => target/mips}/helper.h (100%) rename {target-mips => target/mips}/kvm.c (100%) rename {target-mips => target/mips}/kvm_mips.h (100%) rename {target-mips => target/mips}/lmi_helper.c (100%) rename {target-mips => target/mips}/machine.c (100%) rename {target-mips => target/mips}/mips-defs.h (100%) rename {target-mips => target/mips}/mips-semi.c (100%) rename {target-mips => target/mips}/msa_helper.c (100%) rename {target-mips => target/mips}/op_helper.c (100%) rename {target-mips => target/mips}/translate.c (100%) rename {target-mips => target/mips}/translate_init.c (100%)