Move target-* CPU file into a target/ folder
commitfcf5ef2ab52c621a4617ebbef36bf43b4003f4c0
authorThomas Huth <thuth@redhat.com>
Tue, 11 Oct 2016 06:56:52 +0000 (11 08:56 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 20 Dec 2016 20:52:12 +0000 (20 21:52 +0100)
tree2b450d96b01455df8ed908bf8f26ddc388a03380
parent82ecffa8c050bf5bbc13329e9b65eac1caa5b55c
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&microblaze part]
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn> [unicore32 part]
Signed-off-by: Thomas Huth <thuth@redhat.com>
369 files changed:
MAINTAINERS
Makefile.objs
Makefile.target
disas/cris.c
hw/alpha/alpha_sys.h
hw/arm/strongarm.h
hw/arm/virt-acpi-build.c
hw/i386/acpi-build.c
hw/i386/kvm/apic.c
hw/intc/ioapic.c
hw/misc/hyperv_testdev.c
hw/ppc/fdt.c
hw/ppc/pnv.c
hw/ppc/pnv_core.c
hw/ppc/pnv_lpc.c
hw/ppc/pnv_xscom.c
hw/ppc/spapr_cpu_core.c
hw/sh4/shix.c
include/hw/arm/arm.h
include/hw/arm/exynos4210.h
include/hw/arm/omap.h
include/hw/arm/pxa.h
include/hw/m68k/mcf.h
include/hw/mips/cpudevs.h
include/hw/ppc/fdt.h
include/hw/ppc/ppc.h
include/hw/ppc/spapr_cpu_core.h
include/hw/sh4/sh.h
scripts/analyze-inclusions
target/alpha/Makefile.objs [moved from target-alpha/Makefile.objs with 100% similarity]
target/alpha/STATUS [moved from target-alpha/STATUS with 100% similarity]
target/alpha/cpu-qom.h [moved from target-alpha/cpu-qom.h with 100% similarity]
target/alpha/cpu.c [moved from target-alpha/cpu.c with 100% similarity]
target/alpha/cpu.h [moved from target-alpha/cpu.h with 100% similarity]
target/alpha/fpu_helper.c [moved from target-alpha/fpu_helper.c with 100% similarity]
target/alpha/gdbstub.c [moved from target-alpha/gdbstub.c with 100% similarity]
target/alpha/helper.c [moved from target-alpha/helper.c with 100% similarity]
target/alpha/helper.h [moved from target-alpha/helper.h with 100% similarity]
target/alpha/int_helper.c [moved from target-alpha/int_helper.c with 100% similarity]
target/alpha/machine.c [moved from target-alpha/machine.c with 100% similarity]
target/alpha/mem_helper.c [moved from target-alpha/mem_helper.c with 100% similarity]
target/alpha/sys_helper.c [moved from target-alpha/sys_helper.c with 100% similarity]
target/alpha/translate.c [moved from target-alpha/translate.c with 100% similarity]
target/alpha/vax_helper.c [moved from target-alpha/vax_helper.c with 100% similarity]
target/arm/Makefile.objs [moved from target-arm/Makefile.objs with 100% similarity]
target/arm/arch_dump.c [moved from target-arm/arch_dump.c with 100% similarity]
target/arm/arm-powerctl.c [moved from target-arm/arm-powerctl.c with 100% similarity]
target/arm/arm-powerctl.h [moved from target-arm/arm-powerctl.h with 100% similarity]
target/arm/arm-semi.c [moved from target-arm/arm-semi.c with 100% similarity]
target/arm/arm_ldst.h [moved from target-arm/arm_ldst.h with 100% similarity]
target/arm/cpu-qom.h [moved from target-arm/cpu-qom.h with 100% similarity]
target/arm/cpu.c [moved from target-arm/cpu.c with 100% similarity]
target/arm/cpu.h [moved from target-arm/cpu.h with 100% similarity]
target/arm/cpu64.c [moved from target-arm/cpu64.c with 100% similarity]
target/arm/crypto_helper.c [moved from target-arm/crypto_helper.c with 100% similarity]
target/arm/gdbstub.c [moved from target-arm/gdbstub.c with 100% similarity]
target/arm/gdbstub64.c [moved from target-arm/gdbstub64.c with 100% similarity]
target/arm/helper-a64.c [moved from target-arm/helper-a64.c with 100% similarity]
target/arm/helper-a64.h [moved from target-arm/helper-a64.h with 100% similarity]
target/arm/helper.c [moved from target-arm/helper.c with 100% similarity]
target/arm/helper.h [moved from target-arm/helper.h with 100% similarity]
target/arm/internals.h [moved from target-arm/internals.h with 99% similarity]
target/arm/iwmmxt_helper.c [moved from target-arm/iwmmxt_helper.c with 100% similarity]
target/arm/kvm-consts.h [moved from target-arm/kvm-consts.h with 100% similarity]
target/arm/kvm-stub.c [moved from target-arm/kvm-stub.c with 100% similarity]
target/arm/kvm.c [moved from target-arm/kvm.c with 100% similarity]
target/arm/kvm32.c [moved from target-arm/kvm32.c with 100% similarity]
target/arm/kvm64.c [moved from target-arm/kvm64.c with 100% similarity]
target/arm/kvm_arm.h [moved from target-arm/kvm_arm.h with 100% similarity]
target/arm/machine.c [moved from target-arm/machine.c with 100% similarity]
target/arm/monitor.c [moved from target-arm/monitor.c with 100% similarity]
target/arm/neon_helper.c [moved from target-arm/neon_helper.c with 100% similarity]
target/arm/op_addsub.h [moved from target-arm/op_addsub.h with 100% similarity]
target/arm/op_helper.c [moved from target-arm/op_helper.c with 100% similarity]
target/arm/psci.c [moved from target-arm/psci.c with 100% similarity]
target/arm/trace-events [moved from target-arm/trace-events with 96% similarity]
target/arm/translate-a64.c [moved from target-arm/translate-a64.c with 100% similarity]
target/arm/translate.c [moved from target-arm/translate.c with 100% similarity]
target/arm/translate.h [moved from target-arm/translate.h with 100% similarity]
target/cris/Makefile.objs [moved from target-cris/Makefile.objs with 100% similarity]
target/cris/cpu-qom.h [moved from target-cris/cpu-qom.h with 100% similarity]
target/cris/cpu.c [moved from target-cris/cpu.c with 100% similarity]
target/cris/cpu.h [moved from target-cris/cpu.h with 100% similarity]
target/cris/crisv10-decode.h [moved from target-cris/crisv10-decode.h with 100% similarity]
target/cris/crisv32-decode.h [moved from target-cris/crisv32-decode.h with 100% similarity]
target/cris/gdbstub.c [moved from target-cris/gdbstub.c with 100% similarity]
target/cris/helper.c [moved from target-cris/helper.c with 100% similarity]
target/cris/helper.h [moved from target-cris/helper.h with 100% similarity]
target/cris/machine.c [moved from target-cris/machine.c with 100% similarity]
target/cris/mmu.c [moved from target-cris/mmu.c with 100% similarity]
target/cris/mmu.h [moved from target-cris/mmu.h with 100% similarity]
target/cris/op_helper.c [moved from target-cris/op_helper.c with 100% similarity]
target/cris/opcode-cris.h [moved from target-cris/opcode-cris.h with 100% similarity]
target/cris/translate.c [moved from target-cris/translate.c with 100% similarity]
target/cris/translate_v10.c [moved from target-cris/translate_v10.c with 100% similarity]
target/i386/Makefile.objs [moved from target-i386/Makefile.objs with 100% similarity]
target/i386/TODO [moved from target-i386/TODO with 100% similarity]
target/i386/arch_dump.c [moved from target-i386/arch_dump.c with 100% similarity]
target/i386/arch_memory_mapping.c [moved from target-i386/arch_memory_mapping.c with 100% similarity]
target/i386/bpt_helper.c [moved from target-i386/bpt_helper.c with 100% similarity]
target/i386/cc_helper.c [moved from target-i386/cc_helper.c with 100% similarity]
target/i386/cc_helper_template.h [moved from target-i386/cc_helper_template.h with 100% similarity]
target/i386/cpu-qom.h [moved from target-i386/cpu-qom.h with 100% similarity]
target/i386/cpu.c [moved from target-i386/cpu.c with 100% similarity]
target/i386/cpu.h [moved from target-i386/cpu.h with 100% similarity]
target/i386/excp_helper.c [moved from target-i386/excp_helper.c with 100% similarity]
target/i386/fpu_helper.c [moved from target-i386/fpu_helper.c with 100% similarity]
target/i386/gdbstub.c [moved from target-i386/gdbstub.c with 100% similarity]
target/i386/helper.c [moved from target-i386/helper.c with 100% similarity]
target/i386/helper.h [moved from target-i386/helper.h with 100% similarity]
target/i386/hyperv.c [moved from target-i386/hyperv.c with 100% similarity]
target/i386/hyperv.h [moved from target-i386/hyperv.h with 100% similarity]
target/i386/int_helper.c [moved from target-i386/int_helper.c with 100% similarity]
target/i386/kvm-stub.c [moved from target-i386/kvm-stub.c with 100% similarity]
target/i386/kvm.c [moved from target-i386/kvm.c with 100% similarity]
target/i386/kvm_i386.h [moved from target-i386/kvm_i386.h with 100% similarity]
target/i386/machine.c [moved from target-i386/machine.c with 100% similarity]
target/i386/mem_helper.c [moved from target-i386/mem_helper.c with 100% similarity]
target/i386/misc_helper.c [moved from target-i386/misc_helper.c with 100% similarity]
target/i386/monitor.c [moved from target-i386/monitor.c with 100% similarity]
target/i386/mpx_helper.c [moved from target-i386/mpx_helper.c with 100% similarity]
target/i386/ops_sse.h [moved from target-i386/ops_sse.h with 100% similarity]
target/i386/ops_sse_header.h [moved from target-i386/ops_sse_header.h with 100% similarity]
target/i386/seg_helper.c [moved from target-i386/seg_helper.c with 100% similarity]
target/i386/shift_helper_template.h [moved from target-i386/shift_helper_template.h with 100% similarity]
target/i386/smm_helper.c [moved from target-i386/smm_helper.c with 100% similarity]
target/i386/svm.h [moved from target-i386/svm.h with 100% similarity]
target/i386/svm_helper.c [moved from target-i386/svm_helper.c with 100% similarity]
target/i386/trace-events [moved from target-i386/trace-events with 94% similarity]
target/i386/translate.c [moved from target-i386/translate.c with 100% similarity]
target/lm32/Makefile.objs [moved from target-lm32/Makefile.objs with 100% similarity]
target/lm32/README [moved from target-lm32/README with 100% similarity]
target/lm32/TODO [moved from target-lm32/TODO with 100% similarity]
target/lm32/cpu-qom.h [moved from target-lm32/cpu-qom.h with 100% similarity]
target/lm32/cpu.c [moved from target-lm32/cpu.c with 100% similarity]
target/lm32/cpu.h [moved from target-lm32/cpu.h with 100% similarity]
target/lm32/gdbstub.c [moved from target-lm32/gdbstub.c with 100% similarity]
target/lm32/helper.c [moved from target-lm32/helper.c with 100% similarity]
target/lm32/helper.h [moved from target-lm32/helper.h with 100% similarity]
target/lm32/lm32-semi.c [moved from target-lm32/lm32-semi.c with 99% similarity]
target/lm32/machine.c [moved from target-lm32/machine.c with 100% similarity]
target/lm32/op_helper.c [moved from target-lm32/op_helper.c with 100% similarity]
target/lm32/translate.c [moved from target-lm32/translate.c with 100% similarity]
target/m68k/Makefile.objs [moved from target-m68k/Makefile.objs with 100% similarity]
target/m68k/cpu-qom.h [moved from target-m68k/cpu-qom.h with 100% similarity]
target/m68k/cpu.c [moved from target-m68k/cpu.c with 100% similarity]
target/m68k/cpu.h [moved from target-m68k/cpu.h with 100% similarity]
target/m68k/gdbstub.c [moved from target-m68k/gdbstub.c with 100% similarity]
target/m68k/helper.c [moved from target-m68k/helper.c with 100% similarity]
target/m68k/helper.h [moved from target-m68k/helper.h with 100% similarity]
target/m68k/m68k-semi.c [moved from target-m68k/m68k-semi.c with 100% similarity]
target/m68k/op_helper.c [moved from target-m68k/op_helper.c with 100% similarity]
target/m68k/qregs.def [moved from target-m68k/qregs.def with 100% similarity]
target/m68k/translate.c [moved from target-m68k/translate.c with 100% similarity]
target/microblaze/Makefile.objs [moved from target-microblaze/Makefile.objs with 100% similarity]
target/microblaze/cpu-qom.h [moved from target-microblaze/cpu-qom.h with 100% similarity]
target/microblaze/cpu.c [moved from target-microblaze/cpu.c with 100% similarity]
target/microblaze/cpu.h [moved from target-microblaze/cpu.h with 100% similarity]
target/microblaze/gdbstub.c [moved from target-microblaze/gdbstub.c with 100% similarity]
target/microblaze/helper.c [moved from target-microblaze/helper.c with 100% similarity]
target/microblaze/helper.h [moved from target-microblaze/helper.h with 100% similarity]
target/microblaze/microblaze-decode.h [moved from target-microblaze/microblaze-decode.h with 100% similarity]
target/microblaze/mmu.c [moved from target-microblaze/mmu.c with 100% similarity]
target/microblaze/mmu.h [moved from target-microblaze/mmu.h with 100% similarity]
target/microblaze/op_helper.c [moved from target-microblaze/op_helper.c with 100% similarity]
target/microblaze/translate.c [moved from target-microblaze/translate.c with 100% similarity]
target/mips/Makefile.objs [moved from target-mips/Makefile.objs with 100% similarity]
target/mips/TODO [moved from target-mips/TODO with 100% similarity]
target/mips/cpu-qom.h [moved from target-mips/cpu-qom.h with 100% similarity]
target/mips/cpu.c [moved from target-mips/cpu.c with 100% similarity]
target/mips/cpu.h [moved from target-mips/cpu.h with 100% similarity]
target/mips/dsp_helper.c [moved from target-mips/dsp_helper.c with 100% similarity]
target/mips/gdbstub.c [moved from target-mips/gdbstub.c with 100% similarity]
target/mips/helper.c [moved from target-mips/helper.c with 100% similarity]
target/mips/helper.h [moved from target-mips/helper.h with 100% similarity]
target/mips/kvm.c [moved from target-mips/kvm.c with 100% similarity]
target/mips/kvm_mips.h [moved from target-mips/kvm_mips.h with 100% similarity]
target/mips/lmi_helper.c [moved from target-mips/lmi_helper.c with 100% similarity]
target/mips/machine.c [moved from target-mips/machine.c with 100% similarity]
target/mips/mips-defs.h [moved from target-mips/mips-defs.h with 100% similarity]
target/mips/mips-semi.c [moved from target-mips/mips-semi.c with 100% similarity]
target/mips/msa_helper.c [moved from target-mips/msa_helper.c with 100% similarity]
target/mips/op_helper.c [moved from target-mips/op_helper.c with 100% similarity]
target/mips/translate.c [moved from target-mips/translate.c with 100% similarity]
target/mips/translate_init.c [moved from target-mips/translate_init.c with 100% similarity]
target/moxie/Makefile.objs [moved from target-moxie/Makefile.objs with 100% similarity]
target/moxie/cpu.c [moved from target-moxie/cpu.c with 100% similarity]
target/moxie/cpu.h [moved from target-moxie/cpu.h with 100% similarity]
target/moxie/helper.c [moved from target-moxie/helper.c with 100% similarity]
target/moxie/helper.h [moved from target-moxie/helper.h with 100% similarity]
target/moxie/machine.c [moved from target-moxie/machine.c with 100% similarity]
target/moxie/machine.h [moved from target-moxie/machine.h with 100% similarity]
target/moxie/mmu.c [moved from target-moxie/mmu.c with 100% similarity]
target/moxie/mmu.h [moved from target-moxie/mmu.h with 100% similarity]
target/moxie/translate.c [moved from target-moxie/translate.c with 100% similarity]
target/openrisc/Makefile.objs [moved from target-openrisc/Makefile.objs with 100% similarity]
target/openrisc/cpu.c [moved from target-openrisc/cpu.c with 100% similarity]
target/openrisc/cpu.h [moved from target-openrisc/cpu.h with 100% similarity]
target/openrisc/exception.c [moved from target-openrisc/exception.c with 100% similarity]
target/openrisc/exception.h [moved from target-openrisc/exception.h with 100% similarity]
target/openrisc/exception_helper.c [moved from target-openrisc/exception_helper.c with 100% similarity]
target/openrisc/fpu_helper.c [moved from target-openrisc/fpu_helper.c with 100% similarity]
target/openrisc/gdbstub.c [moved from target-openrisc/gdbstub.c with 100% similarity]
target/openrisc/helper.h [moved from target-openrisc/helper.h with 100% similarity]
target/openrisc/int_helper.c [moved from target-openrisc/int_helper.c with 100% similarity]
target/openrisc/interrupt.c [moved from target-openrisc/interrupt.c with 100% similarity]
target/openrisc/interrupt_helper.c [moved from target-openrisc/interrupt_helper.c with 100% similarity]
target/openrisc/machine.c [moved from target-openrisc/machine.c with 100% similarity]
target/openrisc/mmu.c [moved from target-openrisc/mmu.c with 100% similarity]
target/openrisc/mmu_helper.c [moved from target-openrisc/mmu_helper.c with 100% similarity]
target/openrisc/sys_helper.c [moved from target-openrisc/sys_helper.c with 100% similarity]
target/openrisc/translate.c [moved from target-openrisc/translate.c with 100% similarity]
target/ppc/Makefile.objs [moved from target-ppc/Makefile.objs with 100% similarity]
target/ppc/STATUS [moved from target-ppc/STATUS with 100% similarity]
target/ppc/arch_dump.c [moved from target-ppc/arch_dump.c with 100% similarity]
target/ppc/cpu-models.c [moved from target-ppc/cpu-models.c with 100% similarity]
target/ppc/cpu-models.h [moved from target-ppc/cpu-models.h with 100% similarity]
target/ppc/cpu-qom.h [moved from target-ppc/cpu-qom.h with 100% similarity]
target/ppc/cpu.h [moved from target-ppc/cpu.h with 100% similarity]
target/ppc/dfp_helper.c [moved from target-ppc/dfp_helper.c with 100% similarity]
target/ppc/excp_helper.c [moved from target-ppc/excp_helper.c with 100% similarity]
target/ppc/fpu_helper.c [moved from target-ppc/fpu_helper.c with 100% similarity]
target/ppc/gdbstub.c [moved from target-ppc/gdbstub.c with 100% similarity]
target/ppc/helper.h [moved from target-ppc/helper.h with 100% similarity]
target/ppc/helper_regs.h [moved from target-ppc/helper_regs.h with 100% similarity]
target/ppc/int_helper.c [moved from target-ppc/int_helper.c with 100% similarity]
target/ppc/internal.h [moved from target-ppc/internal.h with 100% similarity]
target/ppc/kvm-stub.c [moved from target-ppc/kvm-stub.c with 100% similarity]
target/ppc/kvm.c [moved from target-ppc/kvm.c with 100% similarity]
target/ppc/kvm_ppc.h [moved from target-ppc/kvm_ppc.h with 100% similarity]
target/ppc/machine.c [moved from target-ppc/machine.c with 100% similarity]
target/ppc/mem_helper.c [moved from target-ppc/mem_helper.c with 100% similarity]
target/ppc/mfrom_table.c [moved from target-ppc/mfrom_table.c with 100% similarity]
target/ppc/mfrom_table_gen.c [moved from target-ppc/mfrom_table_gen.c with 100% similarity]
target/ppc/misc_helper.c [moved from target-ppc/misc_helper.c with 100% similarity]
target/ppc/mmu-hash32.c [moved from target-ppc/mmu-hash32.c with 100% similarity]
target/ppc/mmu-hash32.h [moved from target-ppc/mmu-hash32.h with 100% similarity]
target/ppc/mmu-hash64.c [moved from target-ppc/mmu-hash64.c with 100% similarity]
target/ppc/mmu-hash64.h [moved from target-ppc/mmu-hash64.h with 100% similarity]
target/ppc/mmu_helper.c [moved from target-ppc/mmu_helper.c with 100% similarity]
target/ppc/monitor.c [moved from target-ppc/monitor.c with 100% similarity]
target/ppc/timebase_helper.c [moved from target-ppc/timebase_helper.c with 100% similarity]
target/ppc/trace-events [moved from target-ppc/trace-events with 92% similarity]
target/ppc/translate.c [moved from target-ppc/translate.c with 100% similarity]
target/ppc/translate/dfp-impl.inc.c [moved from target-ppc/translate/dfp-impl.inc.c with 100% similarity]
target/ppc/translate/dfp-ops.inc.c [moved from target-ppc/translate/dfp-ops.inc.c with 100% similarity]
target/ppc/translate/fp-impl.inc.c [moved from target-ppc/translate/fp-impl.inc.c with 100% similarity]
target/ppc/translate/fp-ops.inc.c [moved from target-ppc/translate/fp-ops.inc.c with 100% similarity]
target/ppc/translate/spe-impl.inc.c [moved from target-ppc/translate/spe-impl.inc.c with 100% similarity]
target/ppc/translate/spe-ops.inc.c [moved from target-ppc/translate/spe-ops.inc.c with 100% similarity]
target/ppc/translate/vmx-impl.inc.c [moved from target-ppc/translate/vmx-impl.inc.c with 100% similarity]
target/ppc/translate/vmx-ops.inc.c [moved from target-ppc/translate/vmx-ops.inc.c with 100% similarity]
target/ppc/translate/vsx-impl.inc.c [moved from target-ppc/translate/vsx-impl.inc.c with 100% similarity]
target/ppc/translate/vsx-ops.inc.c [moved from target-ppc/translate/vsx-ops.inc.c with 100% similarity]
target/ppc/translate_init.c [moved from target-ppc/translate_init.c with 100% similarity]
target/ppc/user_only_helper.c [moved from target-ppc/user_only_helper.c with 100% similarity]
target/s390x/Makefile.objs [moved from target-s390x/Makefile.objs with 94% similarity]
target/s390x/arch_dump.c [moved from target-s390x/arch_dump.c with 100% similarity]
target/s390x/cc_helper.c [moved from target-s390x/cc_helper.c with 100% similarity]
target/s390x/cpu-qom.h [moved from target-s390x/cpu-qom.h with 100% similarity]
target/s390x/cpu.c [moved from target-s390x/cpu.c with 100% similarity]
target/s390x/cpu.h [moved from target-s390x/cpu.h with 100% similarity]
target/s390x/cpu_features.c [moved from target-s390x/cpu_features.c with 100% similarity]
target/s390x/cpu_features.h [moved from target-s390x/cpu_features.h with 100% similarity]
target/s390x/cpu_features_def.h [moved from target-s390x/cpu_features_def.h with 100% similarity]
target/s390x/cpu_models.c [moved from target-s390x/cpu_models.c with 100% similarity]
target/s390x/cpu_models.h [moved from target-s390x/cpu_models.h with 100% similarity]
target/s390x/fpu_helper.c [moved from target-s390x/fpu_helper.c with 100% similarity]
target/s390x/gdbstub.c [moved from target-s390x/gdbstub.c with 100% similarity]
target/s390x/gen-features.c [moved from target-s390x/gen-features.c with 100% similarity]
target/s390x/helper.c [moved from target-s390x/helper.c with 100% similarity]
target/s390x/helper.h [moved from target-s390x/helper.h with 100% similarity]
target/s390x/insn-data.def [moved from target-s390x/insn-data.def with 100% similarity]
target/s390x/insn-format.def [moved from target-s390x/insn-format.def with 100% similarity]
target/s390x/int_helper.c [moved from target-s390x/int_helper.c with 100% similarity]
target/s390x/interrupt.c [moved from target-s390x/interrupt.c with 100% similarity]
target/s390x/ioinst.c [moved from target-s390x/ioinst.c with 100% similarity]
target/s390x/kvm.c [moved from target-s390x/kvm.c with 100% similarity]
target/s390x/machine.c [moved from target-s390x/machine.c with 100% similarity]
target/s390x/mem_helper.c [moved from target-s390x/mem_helper.c with 100% similarity]
target/s390x/misc_helper.c [moved from target-s390x/misc_helper.c with 100% similarity]
target/s390x/mmu_helper.c [moved from target-s390x/mmu_helper.c with 100% similarity]
target/s390x/trace-events [moved from target-s390x/trace-events with 91% similarity]
target/s390x/translate.c [moved from target-s390x/translate.c with 100% similarity]
target/sh4/Makefile.objs [moved from target-sh4/Makefile.objs with 100% similarity]
target/sh4/README.sh4 [moved from target-sh4/README.sh4 with 98% similarity]
target/sh4/cpu-qom.h [moved from target-sh4/cpu-qom.h with 100% similarity]
target/sh4/cpu.c [moved from target-sh4/cpu.c with 100% similarity]
target/sh4/cpu.h [moved from target-sh4/cpu.h with 100% similarity]
target/sh4/gdbstub.c [moved from target-sh4/gdbstub.c with 100% similarity]
target/sh4/helper.c [moved from target-sh4/helper.c with 100% similarity]
target/sh4/helper.h [moved from target-sh4/helper.h with 100% similarity]
target/sh4/monitor.c [moved from target-sh4/monitor.c with 100% similarity]
target/sh4/op_helper.c [moved from target-sh4/op_helper.c with 100% similarity]
target/sh4/translate.c [moved from target-sh4/translate.c with 100% similarity]
target/sparc/Makefile.objs [moved from target-sparc/Makefile.objs with 100% similarity]
target/sparc/TODO [moved from target-sparc/TODO with 100% similarity]
target/sparc/asi.h [moved from target-sparc/asi.h with 100% similarity]
target/sparc/cc_helper.c [moved from target-sparc/cc_helper.c with 100% similarity]
target/sparc/cpu-qom.h [moved from target-sparc/cpu-qom.h with 100% similarity]
target/sparc/cpu.c [moved from target-sparc/cpu.c with 100% similarity]
target/sparc/cpu.h [moved from target-sparc/cpu.h with 100% similarity]
target/sparc/fop_helper.c [moved from target-sparc/fop_helper.c with 100% similarity]
target/sparc/gdbstub.c [moved from target-sparc/gdbstub.c with 100% similarity]
target/sparc/helper.c [moved from target-sparc/helper.c with 100% similarity]
target/sparc/helper.h [moved from target-sparc/helper.h with 100% similarity]
target/sparc/int32_helper.c [moved from target-sparc/int32_helper.c with 100% similarity]
target/sparc/int64_helper.c [moved from target-sparc/int64_helper.c with 100% similarity]
target/sparc/ldst_helper.c [moved from target-sparc/ldst_helper.c with 100% similarity]
target/sparc/machine.c [moved from target-sparc/machine.c with 100% similarity]
target/sparc/mmu_helper.c [moved from target-sparc/mmu_helper.c with 100% similarity]
target/sparc/monitor.c [moved from target-sparc/monitor.c with 100% similarity]
target/sparc/trace-events [moved from target-sparc/trace-events with 94% similarity]
target/sparc/translate.c [moved from target-sparc/translate.c with 100% similarity]
target/sparc/vis_helper.c [moved from target-sparc/vis_helper.c with 100% similarity]
target/sparc/win_helper.c [moved from target-sparc/win_helper.c with 100% similarity]
target/tilegx/Makefile.objs [moved from target-tilegx/Makefile.objs with 100% similarity]
target/tilegx/cpu.c [moved from target-tilegx/cpu.c with 100% similarity]
target/tilegx/cpu.h [moved from target-tilegx/cpu.h with 100% similarity]
target/tilegx/helper.c [moved from target-tilegx/helper.c with 100% similarity]
target/tilegx/helper.h [moved from target-tilegx/helper.h with 100% similarity]
target/tilegx/opcode_tilegx.h [moved from target-tilegx/opcode_tilegx.h with 100% similarity]
target/tilegx/simd_helper.c [moved from target-tilegx/simd_helper.c with 100% similarity]
target/tilegx/spr_def_64.h [moved from target-tilegx/spr_def_64.h with 100% similarity]
target/tilegx/translate.c [moved from target-tilegx/translate.c with 100% similarity]
target/tricore/Makefile.objs [moved from target-tricore/Makefile.objs with 100% similarity]
target/tricore/cpu-qom.h [moved from target-tricore/cpu-qom.h with 100% similarity]
target/tricore/cpu.c [moved from target-tricore/cpu.c with 100% similarity]
target/tricore/cpu.h [moved from target-tricore/cpu.h with 100% similarity]
target/tricore/csfr.def [moved from target-tricore/csfr.def with 100% similarity]
target/tricore/fpu_helper.c [moved from target-tricore/fpu_helper.c with 100% similarity]
target/tricore/helper.c [moved from target-tricore/helper.c with 100% similarity]
target/tricore/helper.h [moved from target-tricore/helper.h with 100% similarity]
target/tricore/op_helper.c [moved from target-tricore/op_helper.c with 100% similarity]
target/tricore/translate.c [moved from target-tricore/translate.c with 100% similarity]
target/tricore/tricore-defs.h [moved from target-tricore/tricore-defs.h with 100% similarity]
target/tricore/tricore-opcodes.h [moved from target-tricore/tricore-opcodes.h with 100% similarity]
target/unicore32/Makefile.objs [moved from target-unicore32/Makefile.objs with 100% similarity]
target/unicore32/cpu-qom.h [moved from target-unicore32/cpu-qom.h with 100% similarity]
target/unicore32/cpu.c [moved from target-unicore32/cpu.c with 100% similarity]
target/unicore32/cpu.h [moved from target-unicore32/cpu.h with 100% similarity]
target/unicore32/helper.c [moved from target-unicore32/helper.c with 100% similarity]
target/unicore32/helper.h [moved from target-unicore32/helper.h with 100% similarity]
target/unicore32/op_helper.c [moved from target-unicore32/op_helper.c with 100% similarity]
target/unicore32/softmmu.c [moved from target-unicore32/softmmu.c with 100% similarity]
target/unicore32/translate.c [moved from target-unicore32/translate.c with 100% similarity]
target/unicore32/ucf64_helper.c [moved from target-unicore32/ucf64_helper.c with 100% similarity]
target/xtensa/Makefile.objs [moved from target-xtensa/Makefile.objs with 100% similarity]
target/xtensa/core-dc232b.c [moved from target-xtensa/core-dc232b.c with 100% similarity]
target/xtensa/core-dc232b/core-isa.h [moved from target-xtensa/core-dc232b/core-isa.h with 100% similarity]
target/xtensa/core-dc232b/gdb-config.c [moved from target-xtensa/core-dc232b/gdb-config.c with 100% similarity]
target/xtensa/core-dc233c.c [moved from target-xtensa/core-dc233c.c with 100% similarity]
target/xtensa/core-dc233c/core-isa.h [moved from target-xtensa/core-dc233c/core-isa.h with 100% similarity]
target/xtensa/core-dc233c/gdb-config.c [moved from target-xtensa/core-dc233c/gdb-config.c with 100% similarity]
target/xtensa/core-fsf.c [moved from target-xtensa/core-fsf.c with 100% similarity]
target/xtensa/core-fsf/core-isa.h [moved from target-xtensa/core-fsf/core-isa.h with 100% similarity]
target/xtensa/cpu-qom.h [moved from target-xtensa/cpu-qom.h with 100% similarity]
target/xtensa/cpu.c [moved from target-xtensa/cpu.c with 100% similarity]
target/xtensa/cpu.h [moved from target-xtensa/cpu.h with 100% similarity]
target/xtensa/gdbstub.c [moved from target-xtensa/gdbstub.c with 100% similarity]
target/xtensa/helper.c [moved from target-xtensa/helper.c with 100% similarity]
target/xtensa/helper.h [moved from target-xtensa/helper.h with 100% similarity]
target/xtensa/import_core.sh [moved from target-xtensa/import_core.sh with 100% similarity]
target/xtensa/monitor.c [moved from target-xtensa/monitor.c with 100% similarity]
target/xtensa/op_helper.c [moved from target-xtensa/op_helper.c with 100% similarity]
target/xtensa/overlay_tool.h [moved from target-xtensa/overlay_tool.h with 100% similarity]
target/xtensa/translate.c [moved from target-xtensa/translate.c with 100% similarity]
target/xtensa/xtensa-semi.c [moved from target-xtensa/xtensa-semi.c with 100% similarity]
tests/tcg/xtensa/Makefile