@@ -209,7 +209,7 @@ F: disas/s390.c
SH4
M: Aurelien Jarno <aurelien@aurel32.net>
S: Odd Fixes
-F: target-sh4/
+F: target/sh4/
F: hw/sh4/
F: disas/sh4.c
F: include/hw/sh4/
@@ -25,7 +25,7 @@
Shix 2.0 board by Alexis Polti, described at
https://web.archive.org/web/20070917001736/perso.enst.fr/~polti/realisations/shix20
- More information in target-sh4/README.sh4
+ More information in target/sh4/README.sh4
*/
#include "qemu/osdep.h"
#include "qapi/error.h"
@@ -3,7 +3,7 @@
/* Definitions for SH board emulation. */
#include "hw/sh4/sh_intc.h"
-#include "target-sh4/cpu-qom.h"
+#include "cpu-qom.h"
#define A7ADDR(x) ((x) & 0x1fffffff)
#define P4ADDR(x) ((x) | 0xe0000000)
similarity index 100%
rename from target-sh4/Makefile.objs
rename to target/sh4/Makefile.objs
similarity index 98%
rename from target-sh4/README.sh4
rename to target/sh4/README.sh4
@@ -8,7 +8,7 @@ file describes the current state of implementation.
Most places requiring attention and/or modification can be detected by
looking for "XXXXX" or "abort()".
-The sh4 core is located in target-sh4/*, while the 7750 peripheral
+The sh4 core is located in target/sh4/*, while the 7750 peripheral
features (IO ports for example) are located in hw/sh7750.[ch]. The
main board description is in hw/shix.c, and the NAND flash in
hw/tc58128.[ch].
similarity index 100%
rename from target-sh4/cpu-qom.h
rename to target/sh4/cpu-qom.h
similarity index 100%
rename from target-sh4/cpu.c
rename to target/sh4/cpu.c
similarity index 100%
rename from target-sh4/cpu.h
rename to target/sh4/cpu.h
similarity index 100%
rename from target-sh4/gdbstub.c
rename to target/sh4/gdbstub.c
similarity index 100%
rename from target-sh4/helper.c
rename to target/sh4/helper.c
similarity index 100%
rename from target-sh4/helper.h
rename to target/sh4/helper.h
similarity index 100%
rename from target-sh4/monitor.c
rename to target/sh4/monitor.c
similarity index 100%
rename from target-sh4/op_helper.c
rename to target/sh4/op_helper.c
similarity index 100%
rename from target-sh4/translate.c
rename to target/sh4/translate.c
Signed-off-by: Thomas Huth <thuth@redhat.com> --- MAINTAINERS | 2 +- hw/sh4/shix.c | 2 +- include/hw/sh4/sh.h | 2 +- {target-sh4 => target/sh4}/Makefile.objs | 0 {target-sh4 => target/sh4}/README.sh4 | 2 +- {target-sh4 => target/sh4}/cpu-qom.h | 0 {target-sh4 => target/sh4}/cpu.c | 0 {target-sh4 => target/sh4}/cpu.h | 0 {target-sh4 => target/sh4}/gdbstub.c | 0 {target-sh4 => target/sh4}/helper.c | 0 {target-sh4 => target/sh4}/helper.h | 0 {target-sh4 => target/sh4}/monitor.c | 0 {target-sh4 => target/sh4}/op_helper.c | 0 {target-sh4 => target/sh4}/translate.c | 0 14 files changed, 4 insertions(+), 4 deletions(-) rename {target-sh4 => target/sh4}/Makefile.objs (100%) rename {target-sh4 => target/sh4}/README.sh4 (98%) rename {target-sh4 => target/sh4}/cpu-qom.h (100%) rename {target-sh4 => target/sh4}/cpu.c (100%) rename {target-sh4 => target/sh4}/cpu.h (100%) rename {target-sh4 => target/sh4}/gdbstub.c (100%) rename {target-sh4 => target/sh4}/helper.c (100%) rename {target-sh4 => target/sh4}/helper.h (100%) rename {target-sh4 => target/sh4}/monitor.c (100%) rename {target-sh4 => target/sh4}/op_helper.c (100%) rename {target-sh4 => target/sh4}/translate.c (100%)