Signed-off-by: Thomas Huth <th...@redhat.com> --- MAINTAINERS | 2 +- {target-lm32 => target/lm32}/Makefile.objs | 0 {target-lm32 => target/lm32}/README | 0 {target-lm32 => target/lm32}/TODO | 0 {target-lm32 => target/lm32}/cpu-qom.h | 0 {target-lm32 => target/lm32}/cpu.c | 0 {target-lm32 => target/lm32}/cpu.h | 0 {target-lm32 => target/lm32}/gdbstub.c | 0 {target-lm32 => target/lm32}/helper.c | 0 {target-lm32 => target/lm32}/helper.h | 0 {target-lm32 => target/lm32}/lm32-semi.c | 0 {target-lm32 => target/lm32}/machine.c | 0 {target-lm32 => target/lm32}/op_helper.c | 0 {target-lm32 => target/lm32}/translate.c | 0 14 files changed, 1 insertion(+), 1 deletion(-) rename {target-lm32 => target/lm32}/Makefile.objs (100%) rename {target-lm32 => target/lm32}/README (100%) rename {target-lm32 => target/lm32}/TODO (100%) rename {target-lm32 => target/lm32}/cpu-qom.h (100%) rename {target-lm32 => target/lm32}/cpu.c (100%) rename {target-lm32 => target/lm32}/cpu.h (100%) rename {target-lm32 => target/lm32}/gdbstub.c (100%) rename {target-lm32 => target/lm32}/helper.c (100%) rename {target-lm32 => target/lm32}/helper.h (100%) rename {target-lm32 => target/lm32}/lm32-semi.c (100%) rename {target-lm32 => target/lm32}/machine.c (100%) rename {target-lm32 => target/lm32}/op_helper.c (100%) rename {target-lm32 => target/lm32}/translate.c (100%)
diff --git a/MAINTAINERS b/MAINTAINERS index ccb841f..0d6b5fe 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -135,7 +135,7 @@ F: disas/cris.c LM32 M: Michael Walle <mich...@walle.cc> S: Maintained -F: target-lm32/ +F: target/lm32/ F: disas/lm32.c F: hw/lm32/ F: hw/*/lm32_* diff --git a/target-lm32/Makefile.objs b/target/lm32/Makefile.objs similarity index 100% rename from target-lm32/Makefile.objs rename to target/lm32/Makefile.objs diff --git a/target-lm32/README b/target/lm32/README similarity index 100% rename from target-lm32/README rename to target/lm32/README diff --git a/target-lm32/TODO b/target/lm32/TODO similarity index 100% rename from target-lm32/TODO rename to target/lm32/TODO diff --git a/target-lm32/cpu-qom.h b/target/lm32/cpu-qom.h similarity index 100% rename from target-lm32/cpu-qom.h rename to target/lm32/cpu-qom.h diff --git a/target-lm32/cpu.c b/target/lm32/cpu.c similarity index 100% rename from target-lm32/cpu.c rename to target/lm32/cpu.c diff --git a/target-lm32/cpu.h b/target/lm32/cpu.h similarity index 100% rename from target-lm32/cpu.h rename to target/lm32/cpu.h diff --git a/target-lm32/gdbstub.c b/target/lm32/gdbstub.c similarity index 100% rename from target-lm32/gdbstub.c rename to target/lm32/gdbstub.c diff --git a/target-lm32/helper.c b/target/lm32/helper.c similarity index 100% rename from target-lm32/helper.c rename to target/lm32/helper.c diff --git a/target-lm32/helper.h b/target/lm32/helper.h similarity index 100% rename from target-lm32/helper.h rename to target/lm32/helper.h diff --git a/target-lm32/lm32-semi.c b/target/lm32/lm32-semi.c similarity index 100% rename from target-lm32/lm32-semi.c rename to target/lm32/lm32-semi.c diff --git a/target-lm32/machine.c b/target/lm32/machine.c similarity index 100% rename from target-lm32/machine.c rename to target/lm32/machine.c diff --git a/target-lm32/op_helper.c b/target/lm32/op_helper.c similarity index 100% rename from target-lm32/op_helper.c rename to target/lm32/op_helper.c diff --git a/target-lm32/translate.c b/target/lm32/translate.c similarity index 100% rename from target-lm32/translate.c rename to target/lm32/translate.c -- 1.8.3.1