diff mbox

[18/20] unicore32: Move CPU files to target/ folder

Message ID 1481285870-3396-19-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 +-
 {target-unicore32 => target/unicore32}/Makefile.objs  | 0
 {target-unicore32 => target/unicore32}/cpu-qom.h      | 0
 {target-unicore32 => target/unicore32}/cpu.c          | 0
 {target-unicore32 => target/unicore32}/cpu.h          | 0
 {target-unicore32 => target/unicore32}/helper.c       | 0
 {target-unicore32 => target/unicore32}/helper.h       | 0
 {target-unicore32 => target/unicore32}/op_helper.c    | 0
 {target-unicore32 => target/unicore32}/softmmu.c      | 0
 {target-unicore32 => target/unicore32}/translate.c    | 0
 {target-unicore32 => target/unicore32}/ucf64_helper.c | 0
 11 files changed, 1 insertion(+), 1 deletion(-)
 rename {target-unicore32 => target/unicore32}/Makefile.objs (100%)
 rename {target-unicore32 => target/unicore32}/cpu-qom.h (100%)
 rename {target-unicore32 => target/unicore32}/cpu.c (100%)
 rename {target-unicore32 => target/unicore32}/cpu.h (100%)
 rename {target-unicore32 => target/unicore32}/helper.c (100%)
 rename {target-unicore32 => target/unicore32}/helper.h (100%)
 rename {target-unicore32 => target/unicore32}/op_helper.c (100%)
 rename {target-unicore32 => target/unicore32}/softmmu.c (100%)
 rename {target-unicore32 => target/unicore32}/translate.c (100%)
 rename {target-unicore32 => target/unicore32}/ucf64_helper.c (100%)

Comments

Guan Xuetao Dec. 11, 2016, 12:16 a.m. UTC | #1
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Asked-by: Guan Xuetao <gxt@mprc.pku.edu.cn>

> ---
>  MAINTAINERS                                           | 2 +-
>  {target-unicore32 => target/unicore32}/Makefile.objs  | 0
>  {target-unicore32 => target/unicore32}/cpu-qom.h      | 0
>  {target-unicore32 => target/unicore32}/cpu.c          | 0
>  {target-unicore32 => target/unicore32}/cpu.h          | 0
>  {target-unicore32 => target/unicore32}/helper.c       | 0
>  {target-unicore32 => target/unicore32}/helper.h       | 0
>  {target-unicore32 => target/unicore32}/op_helper.c    | 0
>  {target-unicore32 => target/unicore32}/softmmu.c      | 0
>  {target-unicore32 => target/unicore32}/translate.c    | 0
>  {target-unicore32 => target/unicore32}/ucf64_helper.c | 0
>  11 files changed, 1 insertion(+), 1 deletion(-)
>  rename {target-unicore32 => target/unicore32}/Makefile.objs (100%)
>  rename {target-unicore32 => target/unicore32}/cpu-qom.h (100%)
>  rename {target-unicore32 => target/unicore32}/cpu.c (100%)
>  rename {target-unicore32 => target/unicore32}/cpu.h (100%)
>  rename {target-unicore32 => target/unicore32}/helper.c (100%)
>  rename {target-unicore32 => target/unicore32}/helper.h (100%)
>  rename {target-unicore32 => target/unicore32}/op_helper.c (100%)
>  rename {target-unicore32 => target/unicore32}/softmmu.c (100%)
>  rename {target-unicore32 => target/unicore32}/translate.c (100%)
>  rename {target-unicore32 => target/unicore32}/ucf64_helper.c (100%)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7733ccc..9e9607c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -226,7 +226,7 @@ F: disas/sparc.c
>  UniCore32
>  M: Guan Xuetao <gxt@mprc.pku.edu.cn>
>  S: Maintained
> -F: target-unicore32/
> +F: target/unicore32/
>  F: hw/unicore32/
>  F: include/hw/unicore32/
>
> diff --git a/target-unicore32/Makefile.objs
> b/target/unicore32/Makefile.objs
> similarity index 100%
> rename from target-unicore32/Makefile.objs
> rename to target/unicore32/Makefile.objs
> diff --git a/target-unicore32/cpu-qom.h b/target/unicore32/cpu-qom.h
> similarity index 100%
> rename from target-unicore32/cpu-qom.h
> rename to target/unicore32/cpu-qom.h
> diff --git a/target-unicore32/cpu.c b/target/unicore32/cpu.c
> similarity index 100%
> rename from target-unicore32/cpu.c
> rename to target/unicore32/cpu.c
> diff --git a/target-unicore32/cpu.h b/target/unicore32/cpu.h
> similarity index 100%
> rename from target-unicore32/cpu.h
> rename to target/unicore32/cpu.h
> diff --git a/target-unicore32/helper.c b/target/unicore32/helper.c
> similarity index 100%
> rename from target-unicore32/helper.c
> rename to target/unicore32/helper.c
> diff --git a/target-unicore32/helper.h b/target/unicore32/helper.h
> similarity index 100%
> rename from target-unicore32/helper.h
> rename to target/unicore32/helper.h
> diff --git a/target-unicore32/op_helper.c b/target/unicore32/op_helper.c
> similarity index 100%
> rename from target-unicore32/op_helper.c
> rename to target/unicore32/op_helper.c
> diff --git a/target-unicore32/softmmu.c b/target/unicore32/softmmu.c
> similarity index 100%
> rename from target-unicore32/softmmu.c
> rename to target/unicore32/softmmu.c
> diff --git a/target-unicore32/translate.c b/target/unicore32/translate.c
> similarity index 100%
> rename from target-unicore32/translate.c
> rename to target/unicore32/translate.c
> diff --git a/target-unicore32/ucf64_helper.c
> b/target/unicore32/ucf64_helper.c
> similarity index 100%
> rename from target-unicore32/ucf64_helper.c
> rename to target/unicore32/ucf64_helper.c
> --
> 1.8.3.1
>
Guan Xuetao Dec. 11, 2016, 12:21 a.m. UTC | #2
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>
> Asked-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Sorry, should be
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn>

>
>> ---
>>  MAINTAINERS                                           | 2 +-
>>  {target-unicore32 => target/unicore32}/Makefile.objs  | 0
>>  {target-unicore32 => target/unicore32}/cpu-qom.h      | 0
>>  {target-unicore32 => target/unicore32}/cpu.c          | 0
>>  {target-unicore32 => target/unicore32}/cpu.h          | 0
>>  {target-unicore32 => target/unicore32}/helper.c       | 0
>>  {target-unicore32 => target/unicore32}/helper.h       | 0
>>  {target-unicore32 => target/unicore32}/op_helper.c    | 0
>>  {target-unicore32 => target/unicore32}/softmmu.c      | 0
>>  {target-unicore32 => target/unicore32}/translate.c    | 0
>>  {target-unicore32 => target/unicore32}/ucf64_helper.c | 0
>>  11 files changed, 1 insertion(+), 1 deletion(-)
>>  rename {target-unicore32 => target/unicore32}/Makefile.objs (100%)
>>  rename {target-unicore32 => target/unicore32}/cpu-qom.h (100%)
>>  rename {target-unicore32 => target/unicore32}/cpu.c (100%)
>>  rename {target-unicore32 => target/unicore32}/cpu.h (100%)
>>  rename {target-unicore32 => target/unicore32}/helper.c (100%)
>>  rename {target-unicore32 => target/unicore32}/helper.h (100%)
>>  rename {target-unicore32 => target/unicore32}/op_helper.c (100%)
>>  rename {target-unicore32 => target/unicore32}/softmmu.c (100%)
>>  rename {target-unicore32 => target/unicore32}/translate.c (100%)
>>  rename {target-unicore32 => target/unicore32}/ucf64_helper.c (100%)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 7733ccc..9e9607c 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -226,7 +226,7 @@ F: disas/sparc.c
>>  UniCore32
>>  M: Guan Xuetao <gxt@mprc.pku.edu.cn>
>>  S: Maintained
>> -F: target-unicore32/
>> +F: target/unicore32/
>>  F: hw/unicore32/
>>  F: include/hw/unicore32/
>>
>> diff --git a/target-unicore32/Makefile.objs
>> b/target/unicore32/Makefile.objs
>> similarity index 100%
>> rename from target-unicore32/Makefile.objs
>> rename to target/unicore32/Makefile.objs
>> diff --git a/target-unicore32/cpu-qom.h b/target/unicore32/cpu-qom.h
>> similarity index 100%
>> rename from target-unicore32/cpu-qom.h
>> rename to target/unicore32/cpu-qom.h
>> diff --git a/target-unicore32/cpu.c b/target/unicore32/cpu.c
>> similarity index 100%
>> rename from target-unicore32/cpu.c
>> rename to target/unicore32/cpu.c
>> diff --git a/target-unicore32/cpu.h b/target/unicore32/cpu.h
>> similarity index 100%
>> rename from target-unicore32/cpu.h
>> rename to target/unicore32/cpu.h
>> diff --git a/target-unicore32/helper.c b/target/unicore32/helper.c
>> similarity index 100%
>> rename from target-unicore32/helper.c
>> rename to target/unicore32/helper.c
>> diff --git a/target-unicore32/helper.h b/target/unicore32/helper.h
>> similarity index 100%
>> rename from target-unicore32/helper.h
>> rename to target/unicore32/helper.h
>> diff --git a/target-unicore32/op_helper.c b/target/unicore32/op_helper.c
>> similarity index 100%
>> rename from target-unicore32/op_helper.c
>> rename to target/unicore32/op_helper.c
>> diff --git a/target-unicore32/softmmu.c b/target/unicore32/softmmu.c
>> similarity index 100%
>> rename from target-unicore32/softmmu.c
>> rename to target/unicore32/softmmu.c
>> diff --git a/target-unicore32/translate.c b/target/unicore32/translate.c
>> similarity index 100%
>> rename from target-unicore32/translate.c
>> rename to target/unicore32/translate.c
>> diff --git a/target-unicore32/ucf64_helper.c
>> b/target/unicore32/ucf64_helper.c
>> similarity index 100%
>> rename from target-unicore32/ucf64_helper.c
>> rename to target/unicore32/ucf64_helper.c
>> --
>> 1.8.3.1
>>
>
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 7733ccc..9e9607c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -226,7 +226,7 @@  F: disas/sparc.c
 UniCore32
 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
 S: Maintained
-F: target-unicore32/
+F: target/unicore32/
 F: hw/unicore32/
 F: include/hw/unicore32/
 
diff --git a/target-unicore32/Makefile.objs b/target/unicore32/Makefile.objs
similarity index 100%
rename from target-unicore32/Makefile.objs
rename to target/unicore32/Makefile.objs
diff --git a/target-unicore32/cpu-qom.h b/target/unicore32/cpu-qom.h
similarity index 100%
rename from target-unicore32/cpu-qom.h
rename to target/unicore32/cpu-qom.h
diff --git a/target-unicore32/cpu.c b/target/unicore32/cpu.c
similarity index 100%
rename from target-unicore32/cpu.c
rename to target/unicore32/cpu.c
diff --git a/target-unicore32/cpu.h b/target/unicore32/cpu.h
similarity index 100%
rename from target-unicore32/cpu.h
rename to target/unicore32/cpu.h
diff --git a/target-unicore32/helper.c b/target/unicore32/helper.c
similarity index 100%
rename from target-unicore32/helper.c
rename to target/unicore32/helper.c
diff --git a/target-unicore32/helper.h b/target/unicore32/helper.h
similarity index 100%
rename from target-unicore32/helper.h
rename to target/unicore32/helper.h
diff --git a/target-unicore32/op_helper.c b/target/unicore32/op_helper.c
similarity index 100%
rename from target-unicore32/op_helper.c
rename to target/unicore32/op_helper.c
diff --git a/target-unicore32/softmmu.c b/target/unicore32/softmmu.c
similarity index 100%
rename from target-unicore32/softmmu.c
rename to target/unicore32/softmmu.c
diff --git a/target-unicore32/translate.c b/target/unicore32/translate.c
similarity index 100%
rename from target-unicore32/translate.c
rename to target/unicore32/translate.c
diff --git a/target-unicore32/ucf64_helper.c b/target/unicore32/ucf64_helper.c
similarity index 100%
rename from target-unicore32/ucf64_helper.c
rename to target/unicore32/ucf64_helper.c