diff mbox

[04/20] alpha: Move CPU files to target/ folder

Message ID 1481285870-3396-5-git-send-email-thuth@redhat.com
State New
Headers show

Commit Message

Thomas Huth Dec. 9, 2016, 12:17 p.m. UTC
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS                                  | 2 +-
 hw/alpha/alpha_sys.h                         | 2 +-
 {target-alpha => target/alpha}/Makefile.objs | 0
 {target-alpha => target/alpha}/STATUS        | 0
 {target-alpha => target/alpha}/cpu-qom.h     | 0
 {target-alpha => target/alpha}/cpu.c         | 0
 {target-alpha => target/alpha}/cpu.h         | 0
 {target-alpha => target/alpha}/fpu_helper.c  | 0
 {target-alpha => target/alpha}/gdbstub.c     | 0
 {target-alpha => target/alpha}/helper.c      | 0
 {target-alpha => target/alpha}/helper.h      | 0
 {target-alpha => target/alpha}/int_helper.c  | 0
 {target-alpha => target/alpha}/machine.c     | 0
 {target-alpha => target/alpha}/mem_helper.c  | 0
 {target-alpha => target/alpha}/sys_helper.c  | 0
 {target-alpha => target/alpha}/translate.c   | 0
 {target-alpha => target/alpha}/vax_helper.c  | 0
 17 files changed, 2 insertions(+), 2 deletions(-)
 rename {target-alpha => target/alpha}/Makefile.objs (100%)
 rename {target-alpha => target/alpha}/STATUS (100%)
 rename {target-alpha => target/alpha}/cpu-qom.h (100%)
 rename {target-alpha => target/alpha}/cpu.c (100%)
 rename {target-alpha => target/alpha}/cpu.h (100%)
 rename {target-alpha => target/alpha}/fpu_helper.c (100%)
 rename {target-alpha => target/alpha}/gdbstub.c (100%)
 rename {target-alpha => target/alpha}/helper.c (100%)
 rename {target-alpha => target/alpha}/helper.h (100%)
 rename {target-alpha => target/alpha}/int_helper.c (100%)
 rename {target-alpha => target/alpha}/machine.c (100%)
 rename {target-alpha => target/alpha}/mem_helper.c (100%)
 rename {target-alpha => target/alpha}/sys_helper.c (100%)
 rename {target-alpha => target/alpha}/translate.c (100%)
 rename {target-alpha => target/alpha}/vax_helper.c (100%)

Comments

Richard Henderson Dec. 9, 2016, 4:43 p.m. UTC | #1
On 12/09/2016 04:17 AM, Thomas Huth wrote:
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS                                  | 2 +-
>  hw/alpha/alpha_sys.h                         | 2 +-
>  {target-alpha => target/alpha}/Makefile.objs | 0
>  {target-alpha => target/alpha}/STATUS        | 0
>  {target-alpha => target/alpha}/cpu-qom.h     | 0
>  {target-alpha => target/alpha}/cpu.c         | 0
>  {target-alpha => target/alpha}/cpu.h         | 0
>  {target-alpha => target/alpha}/fpu_helper.c  | 0
>  {target-alpha => target/alpha}/gdbstub.c     | 0
>  {target-alpha => target/alpha}/helper.c      | 0
>  {target-alpha => target/alpha}/helper.h      | 0
>  {target-alpha => target/alpha}/int_helper.c  | 0
>  {target-alpha => target/alpha}/machine.c     | 0
>  {target-alpha => target/alpha}/mem_helper.c  | 0
>  {target-alpha => target/alpha}/sys_helper.c  | 0
>  {target-alpha => target/alpha}/translate.c   | 0
>  {target-alpha => target/alpha}/vax_helper.c  | 0
>  17 files changed, 2 insertions(+), 2 deletions(-)
>  rename {target-alpha => target/alpha}/Makefile.objs (100%)
>  rename {target-alpha => target/alpha}/STATUS (100%)
>  rename {target-alpha => target/alpha}/cpu-qom.h (100%)
>  rename {target-alpha => target/alpha}/cpu.c (100%)
>  rename {target-alpha => target/alpha}/cpu.h (100%)
>  rename {target-alpha => target/alpha}/fpu_helper.c (100%)
>  rename {target-alpha => target/alpha}/gdbstub.c (100%)
>  rename {target-alpha => target/alpha}/helper.c (100%)
>  rename {target-alpha => target/alpha}/helper.h (100%)
>  rename {target-alpha => target/alpha}/int_helper.c (100%)
>  rename {target-alpha => target/alpha}/machine.c (100%)
>  rename {target-alpha => target/alpha}/mem_helper.c (100%)
>  rename {target-alpha => target/alpha}/sys_helper.c (100%)
>  rename {target-alpha => target/alpha}/translate.c (100%)
>  rename {target-alpha => target/alpha}/vax_helper.c (100%)

Acked-by: Richard Henderson <rth@twiddle.net>


r~
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index ce1ee35..37deb43 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -106,7 +106,7 @@  F: include/fpu/
 Alpha
 M: Richard Henderson <rth@twiddle.net>
 S: Maintained
-F: target-alpha/
+F: target/alpha/
 F: hw/alpha/
 F: tests/tcg/alpha/
 F: disas/alpha.c
diff --git a/hw/alpha/alpha_sys.h b/hw/alpha/alpha_sys.h
index ed911f2..bdabf41 100644
--- a/hw/alpha/alpha_sys.h
+++ b/hw/alpha/alpha_sys.h
@@ -3,7 +3,7 @@ 
 #ifndef HW_ALPHA_SYS_H
 #define HW_ALPHA_SYS_H
 
-#include "target-alpha/cpu-qom.h"
+#include "cpu-qom.h"
 #include "hw/pci/pci.h"
 #include "hw/pci/pci_host.h"
 #include "hw/ide.h"
diff --git a/target-alpha/Makefile.objs b/target/alpha/Makefile.objs
similarity index 100%
rename from target-alpha/Makefile.objs
rename to target/alpha/Makefile.objs
diff --git a/target-alpha/STATUS b/target/alpha/STATUS
similarity index 100%
rename from target-alpha/STATUS
rename to target/alpha/STATUS
diff --git a/target-alpha/cpu-qom.h b/target/alpha/cpu-qom.h
similarity index 100%
rename from target-alpha/cpu-qom.h
rename to target/alpha/cpu-qom.h
diff --git a/target-alpha/cpu.c b/target/alpha/cpu.c
similarity index 100%
rename from target-alpha/cpu.c
rename to target/alpha/cpu.c
diff --git a/target-alpha/cpu.h b/target/alpha/cpu.h
similarity index 100%
rename from target-alpha/cpu.h
rename to target/alpha/cpu.h
diff --git a/target-alpha/fpu_helper.c b/target/alpha/fpu_helper.c
similarity index 100%
rename from target-alpha/fpu_helper.c
rename to target/alpha/fpu_helper.c
diff --git a/target-alpha/gdbstub.c b/target/alpha/gdbstub.c
similarity index 100%
rename from target-alpha/gdbstub.c
rename to target/alpha/gdbstub.c
diff --git a/target-alpha/helper.c b/target/alpha/helper.c
similarity index 100%
rename from target-alpha/helper.c
rename to target/alpha/helper.c
diff --git a/target-alpha/helper.h b/target/alpha/helper.h
similarity index 100%
rename from target-alpha/helper.h
rename to target/alpha/helper.h
diff --git a/target-alpha/int_helper.c b/target/alpha/int_helper.c
similarity index 100%
rename from target-alpha/int_helper.c
rename to target/alpha/int_helper.c
diff --git a/target-alpha/machine.c b/target/alpha/machine.c
similarity index 100%
rename from target-alpha/machine.c
rename to target/alpha/machine.c
diff --git a/target-alpha/mem_helper.c b/target/alpha/mem_helper.c
similarity index 100%
rename from target-alpha/mem_helper.c
rename to target/alpha/mem_helper.c
diff --git a/target-alpha/sys_helper.c b/target/alpha/sys_helper.c
similarity index 100%
rename from target-alpha/sys_helper.c
rename to target/alpha/sys_helper.c
diff --git a/target-alpha/translate.c b/target/alpha/translate.c
similarity index 100%
rename from target-alpha/translate.c
rename to target/alpha/translate.c
diff --git a/target-alpha/vax_helper.c b/target/alpha/vax_helper.c
similarity index 100%
rename from target-alpha/vax_helper.c
rename to target/alpha/vax_helper.c