-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move target-* CPU file into a target/ folder
We've currently got 18 architectures in QEMU, and thus 18 target-xxx folders in the root folder of the QEMU source tree. More architectures (e.g. RISC-V, AVR) are likely to be included soon, too, so the main folder of the QEMU sources slowly gets quite overcrowded with the target-xxx folders. To disburden the main folder a little bit, let's move the target-xxx folders into a dedicated target/ folder, so that target-xxx/ simply becomes target/xxx/ instead. Acked-by: Laurent Vivier <[email protected]> [m68k part] Acked-by: Bastian Koppelmann <[email protected]> [tricore part] Acked-by: Michael Walle <[email protected]> [lm32 part] Acked-by: Cornelia Huck <[email protected]> [s390x part] Reviewed-by: Christian Borntraeger <[email protected]> [s390x part] Acked-by: Eduardo Habkost <[email protected]> [i386 part] Acked-by: Artyom Tarasenko <[email protected]> [sparc part] Acked-by: Richard Henderson <[email protected]> [alpha part] Acked-by: Max Filippov <[email protected]> [xtensa part] Reviewed-by: David Gibson <[email protected]> [ppc part] Acked-by: Edgar E. Iglesias <[email protected]> [crisµblaze part] Acked-by: Guan Xuetao <[email protected]> [unicore32 part] Signed-off-by: Thomas Huth <[email protected]>
- Loading branch information
Showing
369 changed files
with
78 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,7 +106,7 @@ F: include/fpu/ | |
Alpha | ||
M: Richard Henderson <[email protected]> | ||
S: Maintained | ||
F: target-alpha/ | ||
F: target/alpha/ | ||
F: hw/alpha/ | ||
F: tests/tcg/alpha/ | ||
F: disas/alpha.c | ||
|
@@ -115,7 +115,7 @@ ARM | |
M: Peter Maydell <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: target-arm/ | ||
F: target/arm/ | ||
F: hw/arm/ | ||
F: hw/cpu/a*mpcore.c | ||
F: include/hw/cpu/a*mpcore.h | ||
|
@@ -126,7 +126,7 @@ F: disas/libvixl/ | |
CRIS | ||
M: Edgar E. Iglesias <[email protected]> | ||
S: Maintained | ||
F: target-cris/ | ||
F: target/cris/ | ||
F: hw/cris/ | ||
F: include/hw/cris/ | ||
F: tests/tcg/cris/ | ||
|
@@ -135,7 +135,7 @@ F: disas/cris.c | |
LM32 | ||
M: Michael Walle <[email protected]> | ||
S: Maintained | ||
F: target-lm32/ | ||
F: target/lm32/ | ||
F: disas/lm32.c | ||
F: hw/lm32/ | ||
F: hw/*/lm32_* | ||
|
@@ -147,21 +147,21 @@ F: tests/tcg/lm32/ | |
M68K | ||
M: Laurent Vivier <[email protected]> | ||
S: Maintained | ||
F: target-m68k/ | ||
F: target/m68k/ | ||
F: disas/m68k.c | ||
|
||
MicroBlaze | ||
M: Edgar E. Iglesias <[email protected]> | ||
S: Maintained | ||
F: target-microblaze/ | ||
F: target/microblaze/ | ||
F: hw/microblaze/ | ||
F: disas/microblaze.c | ||
|
||
MIPS | ||
M: Aurelien Jarno <[email protected]> | ||
M: Yongbok Kim <[email protected]> | ||
S: Maintained | ||
F: target-mips/ | ||
F: target/mips/ | ||
F: hw/mips/ | ||
F: hw/misc/mips_* | ||
F: hw/intc/mips_gic.c | ||
|
@@ -176,15 +176,15 @@ F: disas/mips.c | |
Moxie | ||
M: Anthony Green <[email protected]> | ||
S: Maintained | ||
F: target-moxie/ | ||
F: target/moxie/ | ||
F: disas/moxie.c | ||
F: hw/moxie/ | ||
F: default-configs/moxie-softmmu.mak | ||
|
||
OpenRISC | ||
M: Jia Liu <[email protected]> | ||
S: Maintained | ||
F: target-openrisc/ | ||
F: target/openrisc/ | ||
F: hw/openrisc/ | ||
F: tests/tcg/openrisc/ | ||
|
||
|
@@ -193,7 +193,7 @@ M: David Gibson <[email protected]> | |
M: Alexander Graf <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: target-ppc/ | ||
F: target/ppc/ | ||
F: hw/ppc/ | ||
F: include/hw/ppc/ | ||
F: disas/ppc.c | ||
|
@@ -202,14 +202,14 @@ S390 | |
M: Richard Henderson <[email protected]> | ||
M: Alexander Graf <[email protected]> | ||
S: Maintained | ||
F: target-s390x/ | ||
F: target/s390x/ | ||
F: hw/s390x/ | ||
F: disas/s390.c | ||
|
||
SH4 | ||
M: Aurelien Jarno <[email protected]> | ||
S: Odd Fixes | ||
F: target-sh4/ | ||
F: target/sh4/ | ||
F: hw/sh4/ | ||
F: disas/sh4.c | ||
F: include/hw/sh4/ | ||
|
@@ -218,15 +218,15 @@ SPARC | |
M: Mark Cave-Ayland <[email protected]> | ||
M: Artyom Tarasenko <[email protected]> | ||
S: Maintained | ||
F: target-sparc/ | ||
F: target/sparc/ | ||
F: hw/sparc/ | ||
F: hw/sparc64/ | ||
F: disas/sparc.c | ||
|
||
UniCore32 | ||
M: Guan Xuetao <[email protected]> | ||
S: Maintained | ||
F: target-unicore32/ | ||
F: target/unicore32/ | ||
F: hw/unicore32/ | ||
F: include/hw/unicore32/ | ||
|
||
|
@@ -235,22 +235,22 @@ M: Paolo Bonzini <[email protected]> | |
M: Richard Henderson <[email protected]> | ||
M: Eduardo Habkost <[email protected]> | ||
S: Maintained | ||
F: target-i386/ | ||
F: target/i386/ | ||
F: hw/i386/ | ||
F: disas/i386.c | ||
|
||
Xtensa | ||
M: Max Filippov <[email protected]> | ||
W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa | ||
S: Maintained | ||
F: target-xtensa/ | ||
F: target/xtensa/ | ||
F: hw/xtensa/ | ||
F: tests/tcg/xtensa/ | ||
|
||
TriCore | ||
M: Bastian Koppelmann <[email protected]> | ||
S: Maintained | ||
F: target-tricore/ | ||
F: target/tricore/ | ||
F: hw/tricore/ | ||
F: include/hw/tricore/ | ||
|
||
|
@@ -269,26 +269,26 @@ ARM | |
M: Peter Maydell <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: target-arm/kvm.c | ||
F: target/arm/kvm.c | ||
|
||
MIPS | ||
M: James Hogan <[email protected]> | ||
S: Maintained | ||
F: target-mips/kvm.c | ||
F: target/mips/kvm.c | ||
|
||
PPC | ||
M: Alexander Graf <[email protected]> | ||
S: Maintained | ||
F: target-ppc/kvm.c | ||
F: target/ppc/kvm.c | ||
|
||
S390 | ||
M: Christian Borntraeger <[email protected]> | ||
M: Cornelia Huck <[email protected]> | ||
M: Alexander Graf <[email protected]> | ||
S: Maintained | ||
F: target-s390x/kvm.c | ||
F: target-s390x/ioinst.[ch] | ||
F: target-s390x/machine.c | ||
F: target/s390x/kvm.c | ||
F: target/s390x/ioinst.[ch] | ||
F: target/s390x/machine.c | ||
F: hw/intc/s390_flic.c | ||
F: hw/intc/s390_flic_kvm.c | ||
F: include/hw/s390x/s390_flic.h | ||
|
@@ -301,7 +301,7 @@ M: Paolo Bonzini <[email protected]> | |
M: Marcelo Tosatti <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: target-i386/kvm.c | ||
F: target/i386/kvm.c | ||
|
||
Guest CPU Cores (Xen): | ||
---------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.