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 <laurent@vivier.eu> [m68k part]
Acked-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> [tricore part]
Acked-by: Michael Walle <michael@walle.cc> [lm32 part]
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> [s390x part]
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com> [s390x part]
Acked-by: Eduardo Habkost <ehabkost@redhat.com> [i386 part]
Acked-by: Artyom Tarasenko <atar4qemu@gmail.com> [sparc part]
Acked-by: Richard Henderson <rth@twiddle.net> [alpha part]
Acked-by: Max Filippov <jcmvbkbc@gmail.com> [xtensa part]
Reviewed-by: David Gibson <david@gibson.dropbear.id.au> [ppc part]
Acked-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> [crisµblaze part]
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn> [unicore32 part]
Signed-off-by:
Thomas Huth <thuth@redhat.com>
Showing
- MAINTAINERS 24 additions, 24 deletionsMAINTAINERS
- Makefile.objs 5 additions, 5 deletionsMakefile.objs
- Makefile.target 2 additions, 2 deletionsMakefile.target
- disas/cris.c 1 addition, 3 deletionsdisas/cris.c
- hw/alpha/alpha_sys.h 1 addition, 1 deletionhw/alpha/alpha_sys.h
- hw/arm/strongarm.h 1 addition, 1 deletionhw/arm/strongarm.h
- hw/arm/virt-acpi-build.c 1 addition, 1 deletionhw/arm/virt-acpi-build.c
- hw/i386/acpi-build.c 1 addition, 1 deletionhw/i386/acpi-build.c
- hw/i386/kvm/apic.c 1 addition, 1 deletionhw/i386/kvm/apic.c
- hw/intc/ioapic.c 1 addition, 1 deletionhw/intc/ioapic.c
- hw/misc/hyperv_testdev.c 1 addition, 1 deletionhw/misc/hyperv_testdev.c
- hw/ppc/fdt.c 1 addition, 1 deletionhw/ppc/fdt.c
- hw/ppc/pnv.c 1 addition, 1 deletionhw/ppc/pnv.c
- hw/ppc/pnv_core.c 1 addition, 1 deletionhw/ppc/pnv_core.c
- hw/ppc/pnv_lpc.c 1 addition, 1 deletionhw/ppc/pnv_lpc.c
- hw/ppc/pnv_xscom.c 1 addition, 1 deletionhw/ppc/pnv_xscom.c
- hw/ppc/spapr_cpu_core.c 3 additions, 3 deletionshw/ppc/spapr_cpu_core.c
- hw/sh4/shix.c 1 addition, 1 deletionhw/sh4/shix.c
- include/hw/arm/arm.h 1 addition, 1 deletioninclude/hw/arm/arm.h
- include/hw/arm/exynos4210.h 1 addition, 1 deletioninclude/hw/arm/exynos4210.h
Loading
Please register or sign in to comment