]> git.proxmox.com Git - mirror_qemu.git/commit
Move target-* CPU file into a target/ folder
authorThomas Huth <thuth@redhat.com>
Tue, 11 Oct 2016 06:56:52 +0000 (08:56 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 20 Dec 2016 20:52:12 +0000 (21:52 +0100)
commitfcf5ef2ab52c621a4617ebbef36bf43b4003f4c0
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>
708 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 [deleted file]
target-alpha/STATUS [deleted file]
target-alpha/cpu-qom.h [deleted file]
target-alpha/cpu.c [deleted file]
target-alpha/cpu.h [deleted file]
target-alpha/fpu_helper.c [deleted file]
target-alpha/gdbstub.c [deleted file]
target-alpha/helper.c [deleted file]
target-alpha/helper.h [deleted file]
target-alpha/int_helper.c [deleted file]
target-alpha/machine.c [deleted file]
target-alpha/mem_helper.c [deleted file]
target-alpha/sys_helper.c [deleted file]
target-alpha/translate.c [deleted file]
target-alpha/vax_helper.c [deleted file]
target-arm/Makefile.objs [deleted file]
target-arm/arch_dump.c [deleted file]
target-arm/arm-powerctl.c [deleted file]
target-arm/arm-powerctl.h [deleted file]
target-arm/arm-semi.c [deleted file]
target-arm/arm_ldst.h [deleted file]
target-arm/cpu-qom.h [deleted file]
target-arm/cpu.c [deleted file]
target-arm/cpu.h [deleted file]
target-arm/cpu64.c [deleted file]
target-arm/crypto_helper.c [deleted file]
target-arm/gdbstub.c [deleted file]
target-arm/gdbstub64.c [deleted file]
target-arm/helper-a64.c [deleted file]
target-arm/helper-a64.h [deleted file]
target-arm/helper.c [deleted file]
target-arm/helper.h [deleted file]
target-arm/internals.h [deleted file]
target-arm/iwmmxt_helper.c [deleted file]
target-arm/kvm-consts.h [deleted file]
target-arm/kvm-stub.c [deleted file]
target-arm/kvm.c [deleted file]
target-arm/kvm32.c [deleted file]
target-arm/kvm64.c [deleted file]
target-arm/kvm_arm.h [deleted file]
target-arm/machine.c [deleted file]
target-arm/monitor.c [deleted file]
target-arm/neon_helper.c [deleted file]
target-arm/op_addsub.h [deleted file]
target-arm/op_helper.c [deleted file]
target-arm/psci.c [deleted file]
target-arm/trace-events [deleted file]
target-arm/translate-a64.c [deleted file]
target-arm/translate.c [deleted file]
target-arm/translate.h [deleted file]
target-cris/Makefile.objs [deleted file]
target-cris/cpu-qom.h [deleted file]
target-cris/cpu.c [deleted file]
target-cris/cpu.h [deleted file]
target-cris/crisv10-decode.h [deleted file]
target-cris/crisv32-decode.h [deleted file]
target-cris/gdbstub.c [deleted file]
target-cris/helper.c [deleted file]
target-cris/helper.h [deleted file]
target-cris/machine.c [deleted file]
target-cris/mmu.c [deleted file]
target-cris/mmu.h [deleted file]
target-cris/op_helper.c [deleted file]
target-cris/opcode-cris.h [deleted file]
target-cris/translate.c [deleted file]
target-cris/translate_v10.c [deleted file]
target-i386/Makefile.objs [deleted file]
target-i386/TODO [deleted file]
target-i386/arch_dump.c [deleted file]
target-i386/arch_memory_mapping.c [deleted file]
target-i386/bpt_helper.c [deleted file]
target-i386/cc_helper.c [deleted file]
target-i386/cc_helper_template.h [deleted file]
target-i386/cpu-qom.h [deleted file]
target-i386/cpu.c [deleted file]
target-i386/cpu.h [deleted file]
target-i386/excp_helper.c [deleted file]
target-i386/fpu_helper.c [deleted file]
target-i386/gdbstub.c [deleted file]
target-i386/helper.c [deleted file]
target-i386/helper.h [deleted file]
target-i386/hyperv.c [deleted file]
target-i386/hyperv.h [deleted file]
target-i386/int_helper.c [deleted file]
target-i386/kvm-stub.c [deleted file]
target-i386/kvm.c [deleted file]
target-i386/kvm_i386.h [deleted file]
target-i386/machine.c [deleted file]
target-i386/mem_helper.c [deleted file]
target-i386/misc_helper.c [deleted file]
target-i386/monitor.c [deleted file]
target-i386/mpx_helper.c [deleted file]
target-i386/ops_sse.h [deleted file]
target-i386/ops_sse_header.h [deleted file]
target-i386/seg_helper.c [deleted file]
target-i386/shift_helper_template.h [deleted file]
target-i386/smm_helper.c [deleted file]
target-i386/svm.h [deleted file]
target-i386/svm_helper.c [deleted file]
target-i386/trace-events [deleted file]
target-i386/translate.c [deleted file]
target-lm32/Makefile.objs [deleted file]
target-lm32/README [deleted file]
target-lm32/TODO [deleted file]
target-lm32/cpu-qom.h [deleted file]
target-lm32/cpu.c [deleted file]
target-lm32/cpu.h [deleted file]
target-lm32/gdbstub.c [deleted file]
target-lm32/helper.c [deleted file]
target-lm32/helper.h [deleted file]
target-lm32/lm32-semi.c [deleted file]
target-lm32/machine.c [deleted file]
target-lm32/op_helper.c [deleted file]
target-lm32/translate.c [deleted file]
target-m68k/Makefile.objs [deleted file]
target-m68k/cpu-qom.h [deleted file]
target-m68k/cpu.c [deleted file]
target-m68k/cpu.h [deleted file]
target-m68k/gdbstub.c [deleted file]
target-m68k/helper.c [deleted file]
target-m68k/helper.h [deleted file]
target-m68k/m68k-semi.c [deleted file]
target-m68k/op_helper.c [deleted file]
target-m68k/qregs.def [deleted file]
target-m68k/translate.c [deleted file]
target-microblaze/Makefile.objs [deleted file]
target-microblaze/cpu-qom.h [deleted file]
target-microblaze/cpu.c [deleted file]
target-microblaze/cpu.h [deleted file]
target-microblaze/gdbstub.c [deleted file]
target-microblaze/helper.c [deleted file]
target-microblaze/helper.h [deleted file]
target-microblaze/microblaze-decode.h [deleted file]
target-microblaze/mmu.c [deleted file]
target-microblaze/mmu.h [deleted file]
target-microblaze/op_helper.c [deleted file]
target-microblaze/translate.c [deleted file]
target-mips/Makefile.objs [deleted file]
target-mips/TODO [deleted file]
target-mips/cpu-qom.h [deleted file]
target-mips/cpu.c [deleted file]
target-mips/cpu.h [deleted file]
target-mips/dsp_helper.c [deleted file]
target-mips/gdbstub.c [deleted file]
target-mips/helper.c [deleted file]
target-mips/helper.h [deleted file]
target-mips/kvm.c [deleted file]
target-mips/kvm_mips.h [deleted file]
target-mips/lmi_helper.c [deleted file]
target-mips/machine.c [deleted file]
target-mips/mips-defs.h [deleted file]
target-mips/mips-semi.c [deleted file]
target-mips/msa_helper.c [deleted file]
target-mips/op_helper.c [deleted file]
target-mips/translate.c [deleted file]
target-mips/translate_init.c [deleted file]
target-moxie/Makefile.objs [deleted file]
target-moxie/cpu.c [deleted file]
target-moxie/cpu.h [deleted file]
target-moxie/helper.c [deleted file]
target-moxie/helper.h [deleted file]
target-moxie/machine.c [deleted file]
target-moxie/machine.h [deleted file]
target-moxie/mmu.c [deleted file]
target-moxie/mmu.h [deleted file]
target-moxie/translate.c [deleted file]
target-openrisc/Makefile.objs [deleted file]
target-openrisc/cpu.c [deleted file]
target-openrisc/cpu.h [deleted file]
target-openrisc/exception.c [deleted file]
target-openrisc/exception.h [deleted file]
target-openrisc/exception_helper.c [deleted file]
target-openrisc/fpu_helper.c [deleted file]
target-openrisc/gdbstub.c [deleted file]
target-openrisc/helper.h [deleted file]
target-openrisc/int_helper.c [deleted file]
target-openrisc/interrupt.c [deleted file]
target-openrisc/interrupt_helper.c [deleted file]
target-openrisc/machine.c [deleted file]
target-openrisc/mmu.c [deleted file]
target-openrisc/mmu_helper.c [deleted file]
target-openrisc/sys_helper.c [deleted file]
target-openrisc/translate.c [deleted file]
target-ppc/Makefile.objs [deleted file]
target-ppc/STATUS [deleted file]
target-ppc/arch_dump.c [deleted file]
target-ppc/cpu-models.c [deleted file]
target-ppc/cpu-models.h [deleted file]
target-ppc/cpu-qom.h [deleted file]
target-ppc/cpu.h [deleted file]
target-ppc/dfp_helper.c [deleted file]
target-ppc/excp_helper.c [deleted file]
target-ppc/fpu_helper.c [deleted file]
target-ppc/gdbstub.c [deleted file]
target-ppc/helper.h [deleted file]
target-ppc/helper_regs.h [deleted file]
target-ppc/int_helper.c [deleted file]
target-ppc/internal.h [deleted file]
target-ppc/kvm-stub.c [deleted file]
target-ppc/kvm.c [deleted file]
target-ppc/kvm_ppc.h [deleted file]
target-ppc/machine.c [deleted file]
target-ppc/mem_helper.c [deleted file]
target-ppc/mfrom_table.c [deleted file]
target-ppc/mfrom_table_gen.c [deleted file]
target-ppc/misc_helper.c [deleted file]
target-ppc/mmu-hash32.c [deleted file]
target-ppc/mmu-hash32.h [deleted file]
target-ppc/mmu-hash64.c [deleted file]
target-ppc/mmu-hash64.h [deleted file]
target-ppc/mmu_helper.c [deleted file]
target-ppc/monitor.c [deleted file]
target-ppc/timebase_helper.c [deleted file]
target-ppc/trace-events [deleted file]
target-ppc/translate.c [deleted file]
target-ppc/translate/dfp-impl.inc.c [deleted file]
target-ppc/translate/dfp-ops.inc.c [deleted file]
target-ppc/translate/fp-impl.inc.c [deleted file]
target-ppc/translate/fp-ops.inc.c [deleted file]
target-ppc/translate/spe-impl.inc.c [deleted file]
target-ppc/translate/spe-ops.inc.c [deleted file]
target-ppc/translate/vmx-impl.inc.c [deleted file]
target-ppc/translate/vmx-ops.inc.c [deleted file]
target-ppc/translate/vsx-impl.inc.c [deleted file]
target-ppc/translate/vsx-ops.inc.c [deleted file]
target-ppc/translate_init.c [deleted file]
target-ppc/user_only_helper.c [deleted file]
target-s390x/Makefile.objs [deleted file]
target-s390x/arch_dump.c [deleted file]
target-s390x/cc_helper.c [deleted file]
target-s390x/cpu-qom.h [deleted file]
target-s390x/cpu.c [deleted file]
target-s390x/cpu.h [deleted file]
target-s390x/cpu_features.c [deleted file]
target-s390x/cpu_features.h [deleted file]
target-s390x/cpu_features_def.h [deleted file]
target-s390x/cpu_models.c [deleted file]
target-s390x/cpu_models.h [deleted file]
target-s390x/fpu_helper.c [deleted file]
target-s390x/gdbstub.c [deleted file]
target-s390x/gen-features.c [deleted file]
target-s390x/helper.c [deleted file]
target-s390x/helper.h [deleted file]
target-s390x/insn-data.def [deleted file]
target-s390x/insn-format.def [deleted file]
target-s390x/int_helper.c [deleted file]
target-s390x/interrupt.c [deleted file]
target-s390x/ioinst.c [deleted file]
target-s390x/kvm.c [deleted file]
target-s390x/machine.c [deleted file]
target-s390x/mem_helper.c [deleted file]
target-s390x/misc_helper.c [deleted file]
target-s390x/mmu_helper.c [deleted file]
target-s390x/trace-events [deleted file]
target-s390x/translate.c [deleted file]
target-sh4/Makefile.objs [deleted file]
target-sh4/README.sh4 [deleted file]
target-sh4/cpu-qom.h [deleted file]
target-sh4/cpu.c [deleted file]
target-sh4/cpu.h [deleted file]
target-sh4/gdbstub.c [deleted file]
target-sh4/helper.c [deleted file]
target-sh4/helper.h [deleted file]
target-sh4/monitor.c [deleted file]
target-sh4/op_helper.c [deleted file]
target-sh4/translate.c [deleted file]
target-sparc/Makefile.objs [deleted file]
target-sparc/TODO [deleted file]
target-sparc/asi.h [deleted file]
target-sparc/cc_helper.c [deleted file]
target-sparc/cpu-qom.h [deleted file]
target-sparc/cpu.c [deleted file]
target-sparc/cpu.h [deleted file]
target-sparc/fop_helper.c [deleted file]
target-sparc/gdbstub.c [deleted file]
target-sparc/helper.c [deleted file]
target-sparc/helper.h [deleted file]
target-sparc/int32_helper.c [deleted file]
target-sparc/int64_helper.c [deleted file]
target-sparc/ldst_helper.c [deleted file]
target-sparc/machine.c [deleted file]
target-sparc/mmu_helper.c [deleted file]
target-sparc/monitor.c [deleted file]
target-sparc/trace-events [deleted file]
target-sparc/translate.c [deleted file]
target-sparc/vis_helper.c [deleted file]
target-sparc/win_helper.c [deleted file]
target-tilegx/Makefile.objs [deleted file]
target-tilegx/cpu.c [deleted file]
target-tilegx/cpu.h [deleted file]
target-tilegx/helper.c [deleted file]
target-tilegx/helper.h [deleted file]
target-tilegx/opcode_tilegx.h [deleted file]
target-tilegx/simd_helper.c [deleted file]
target-tilegx/spr_def_64.h [deleted file]
target-tilegx/translate.c [deleted file]
target-tricore/Makefile.objs [deleted file]
target-tricore/cpu-qom.h [deleted file]
target-tricore/cpu.c [deleted file]
target-tricore/cpu.h [deleted file]
target-tricore/csfr.def [deleted file]
target-tricore/fpu_helper.c [deleted file]
target-tricore/helper.c [deleted file]
target-tricore/helper.h [deleted file]
target-tricore/op_helper.c [deleted file]
target-tricore/translate.c [deleted file]
target-tricore/tricore-defs.h [deleted file]
target-tricore/tricore-opcodes.h [deleted file]
target-unicore32/Makefile.objs [deleted file]
target-unicore32/cpu-qom.h [deleted file]
target-unicore32/cpu.c [deleted file]
target-unicore32/cpu.h [deleted file]
target-unicore32/helper.c [deleted file]
target-unicore32/helper.h [deleted file]
target-unicore32/op_helper.c [deleted file]
target-unicore32/softmmu.c [deleted file]
target-unicore32/translate.c [deleted file]
target-unicore32/ucf64_helper.c [deleted file]
target-xtensa/Makefile.objs [deleted file]
target-xtensa/core-dc232b.c [deleted file]
target-xtensa/core-dc232b/core-isa.h [deleted file]
target-xtensa/core-dc232b/gdb-config.c [deleted file]
target-xtensa/core-dc233c.c [deleted file]
target-xtensa/core-dc233c/core-isa.h [deleted file]
target-xtensa/core-dc233c/gdb-config.c [deleted file]
target-xtensa/core-fsf.c [deleted file]
target-xtensa/core-fsf/core-isa.h [deleted file]
target-xtensa/cpu-qom.h [deleted file]
target-xtensa/cpu.c [deleted file]
target-xtensa/cpu.h [deleted file]
target-xtensa/gdbstub.c [deleted file]
target-xtensa/helper.c [deleted file]
target-xtensa/helper.h [deleted file]
target-xtensa/import_core.sh [deleted file]
target-xtensa/monitor.c [deleted file]
target-xtensa/op_helper.c [deleted file]
target-xtensa/overlay_tool.h [deleted file]
target-xtensa/translate.c [deleted file]
target-xtensa/xtensa-semi.c [deleted file]
target/alpha/Makefile.objs [new file with mode: 0644]
target/alpha/STATUS [new file with mode: 0644]
target/alpha/cpu-qom.h [new file with mode: 0644]
target/alpha/cpu.c [new file with mode: 0644]
target/alpha/cpu.h [new file with mode: 0644]
target/alpha/fpu_helper.c [new file with mode: 0644]
target/alpha/gdbstub.c [new file with mode: 0644]
target/alpha/helper.c [new file with mode: 0644]
target/alpha/helper.h [new file with mode: 0644]
target/alpha/int_helper.c [new file with mode: 0644]
target/alpha/machine.c [new file with mode: 0644]
target/alpha/mem_helper.c [new file with mode: 0644]
target/alpha/sys_helper.c [new file with mode: 0644]
target/alpha/translate.c [new file with mode: 0644]
target/alpha/vax_helper.c [new file with mode: 0644]
target/arm/Makefile.objs [new file with mode: 0644]
target/arm/arch_dump.c [new file with mode: 0644]
target/arm/arm-powerctl.c [new file with mode: 0644]
target/arm/arm-powerctl.h [new file with mode: 0644]
target/arm/arm-semi.c [new file with mode: 0644]
target/arm/arm_ldst.h [new file with mode: 0644]
target/arm/cpu-qom.h [new file with mode: 0644]
target/arm/cpu.c [new file with mode: 0644]
target/arm/cpu.h [new file with mode: 0644]
target/arm/cpu64.c [new file with mode: 0644]
target/arm/crypto_helper.c [new file with mode: 0644]
target/arm/gdbstub.c [new file with mode: 0644]
target/arm/gdbstub64.c [new file with mode: 0644]
target/arm/helper-a64.c [new file with mode: 0644]
target/arm/helper-a64.h [new file with mode: 0644]
target/arm/helper.c [new file with mode: 0644]
target/arm/helper.h [new file with mode: 0644]
target/arm/internals.h [new file with mode: 0644]
target/arm/iwmmxt_helper.c [new file with mode: 0644]
target/arm/kvm-consts.h [new file with mode: 0644]
target/arm/kvm-stub.c [new file with mode: 0644]
target/arm/kvm.c [new file with mode: 0644]
target/arm/kvm32.c [new file with mode: 0644]
target/arm/kvm64.c [new file with mode: 0644]
target/arm/kvm_arm.h [new file with mode: 0644]
target/arm/machine.c [new file with mode: 0644]
target/arm/monitor.c [new file with mode: 0644]
target/arm/neon_helper.c [new file with mode: 0644]
target/arm/op_addsub.h [new file with mode: 0644]
target/arm/op_helper.c [new file with mode: 0644]
target/arm/psci.c [new file with mode: 0644]
target/arm/trace-events [new file with mode: 0644]
target/arm/translate-a64.c [new file with mode: 0644]
target/arm/translate.c [new file with mode: 0644]
target/arm/translate.h [new file with mode: 0644]
target/cris/Makefile.objs [new file with mode: 0644]
target/cris/cpu-qom.h [new file with mode: 0644]
target/cris/cpu.c [new file with mode: 0644]
target/cris/cpu.h [new file with mode: 0644]
target/cris/crisv10-decode.h [new file with mode: 0644]
target/cris/crisv32-decode.h [new file with mode: 0644]
target/cris/gdbstub.c [new file with mode: 0644]
target/cris/helper.c [new file with mode: 0644]
target/cris/helper.h [new file with mode: 0644]
target/cris/machine.c [new file with mode: 0644]
target/cris/mmu.c [new file with mode: 0644]
target/cris/mmu.h [new file with mode: 0644]
target/cris/op_helper.c [new file with mode: 0644]
target/cris/opcode-cris.h [new file with mode: 0644]
target/cris/translate.c [new file with mode: 0644]
target/cris/translate_v10.c [new file with mode: 0644]
target/i386/Makefile.objs [new file with mode: 0644]
target/i386/TODO [new file with mode: 0644]
target/i386/arch_dump.c [new file with mode: 0644]
target/i386/arch_memory_mapping.c [new file with mode: 0644]
target/i386/bpt_helper.c [new file with mode: 0644]
target/i386/cc_helper.c [new file with mode: 0644]
target/i386/cc_helper_template.h [new file with mode: 0644]
target/i386/cpu-qom.h [new file with mode: 0644]
target/i386/cpu.c [new file with mode: 0644]
target/i386/cpu.h [new file with mode: 0644]
target/i386/excp_helper.c [new file with mode: 0644]
target/i386/fpu_helper.c [new file with mode: 0644]
target/i386/gdbstub.c [new file with mode: 0644]
target/i386/helper.c [new file with mode: 0644]
target/i386/helper.h [new file with mode: 0644]
target/i386/hyperv.c [new file with mode: 0644]
target/i386/hyperv.h [new file with mode: 0644]
target/i386/int_helper.c [new file with mode: 0644]
target/i386/kvm-stub.c [new file with mode: 0644]
target/i386/kvm.c [new file with mode: 0644]
target/i386/kvm_i386.h [new file with mode: 0644]
target/i386/machine.c [new file with mode: 0644]
target/i386/mem_helper.c [new file with mode: 0644]
target/i386/misc_helper.c [new file with mode: 0644]
target/i386/monitor.c [new file with mode: 0644]
target/i386/mpx_helper.c [new file with mode: 0644]
target/i386/ops_sse.h [new file with mode: 0644]
target/i386/ops_sse_header.h [new file with mode: 0644]
target/i386/seg_helper.c [new file with mode: 0644]
target/i386/shift_helper_template.h [new file with mode: 0644]
target/i386/smm_helper.c [new file with mode: 0644]
target/i386/svm.h [new file with mode: 0644]
target/i386/svm_helper.c [new file with mode: 0644]
target/i386/trace-events [new file with mode: 0644]
target/i386/translate.c [new file with mode: 0644]
target/lm32/Makefile.objs [new file with mode: 0644]
target/lm32/README [new file with mode: 0644]
target/lm32/TODO [new file with mode: 0644]
target/lm32/cpu-qom.h [new file with mode: 0644]
target/lm32/cpu.c [new file with mode: 0644]
target/lm32/cpu.h [new file with mode: 0644]
target/lm32/gdbstub.c [new file with mode: 0644]
target/lm32/helper.c [new file with mode: 0644]
target/lm32/helper.h [new file with mode: 0644]
target/lm32/lm32-semi.c [new file with mode: 0644]
target/lm32/machine.c [new file with mode: 0644]
target/lm32/op_helper.c [new file with mode: 0644]
target/lm32/translate.c [new file with mode: 0644]
target/m68k/Makefile.objs [new file with mode: 0644]
target/m68k/cpu-qom.h [new file with mode: 0644]
target/m68k/cpu.c [new file with mode: 0644]
target/m68k/cpu.h [new file with mode: 0644]
target/m68k/gdbstub.c [new file with mode: 0644]
target/m68k/helper.c [new file with mode: 0644]
target/m68k/helper.h [new file with mode: 0644]
target/m68k/m68k-semi.c [new file with mode: 0644]
target/m68k/op_helper.c [new file with mode: 0644]
target/m68k/qregs.def [new file with mode: 0644]
target/m68k/translate.c [new file with mode: 0644]
target/microblaze/Makefile.objs [new file with mode: 0644]
target/microblaze/cpu-qom.h [new file with mode: 0644]
target/microblaze/cpu.c [new file with mode: 0644]
target/microblaze/cpu.h [new file with mode: 0644]
target/microblaze/gdbstub.c [new file with mode: 0644]
target/microblaze/helper.c [new file with mode: 0644]
target/microblaze/helper.h [new file with mode: 0644]
target/microblaze/microblaze-decode.h [new file with mode: 0644]
target/microblaze/mmu.c [new file with mode: 0644]
target/microblaze/mmu.h [new file with mode: 0644]
target/microblaze/op_helper.c [new file with mode: 0644]
target/microblaze/translate.c [new file with mode: 0644]
target/mips/Makefile.objs [new file with mode: 0644]
target/mips/TODO [new file with mode: 0644]
target/mips/cpu-qom.h [new file with mode: 0644]
target/mips/cpu.c [new file with mode: 0644]
target/mips/cpu.h [new file with mode: 0644]
target/mips/dsp_helper.c [new file with mode: 0644]
target/mips/gdbstub.c [new file with mode: 0644]
target/mips/helper.c [new file with mode: 0644]
target/mips/helper.h [new file with mode: 0644]
target/mips/kvm.c [new file with mode: 0644]
target/mips/kvm_mips.h [new file with mode: 0644]
target/mips/lmi_helper.c [new file with mode: 0644]
target/mips/machine.c [new file with mode: 0644]
target/mips/mips-defs.h [new file with mode: 0644]
target/mips/mips-semi.c [new file with mode: 0644]
target/mips/msa_helper.c [new file with mode: 0644]
target/mips/op_helper.c [new file with mode: 0644]
target/mips/translate.c [new file with mode: 0644]
target/mips/translate_init.c [new file with mode: 0644]
target/moxie/Makefile.objs [new file with mode: 0644]
target/moxie/cpu.c [new file with mode: 0644]
target/moxie/cpu.h [new file with mode: 0644]
target/moxie/helper.c [new file with mode: 0644]
target/moxie/helper.h [new file with mode: 0644]
target/moxie/machine.c [new file with mode: 0644]
target/moxie/machine.h [new file with mode: 0644]
target/moxie/mmu.c [new file with mode: 0644]
target/moxie/mmu.h [new file with mode: 0644]
target/moxie/translate.c [new file with mode: 0644]
target/openrisc/Makefile.objs [new file with mode: 0644]
target/openrisc/cpu.c [new file with mode: 0644]
target/openrisc/cpu.h [new file with mode: 0644]
target/openrisc/exception.c [new file with mode: 0644]
target/openrisc/exception.h [new file with mode: 0644]
target/openrisc/exception_helper.c [new file with mode: 0644]
target/openrisc/fpu_helper.c [new file with mode: 0644]
target/openrisc/gdbstub.c [new file with mode: 0644]
target/openrisc/helper.h [new file with mode: 0644]
target/openrisc/int_helper.c [new file with mode: 0644]
target/openrisc/interrupt.c [new file with mode: 0644]
target/openrisc/interrupt_helper.c [new file with mode: 0644]
target/openrisc/machine.c [new file with mode: 0644]
target/openrisc/mmu.c [new file with mode: 0644]
target/openrisc/mmu_helper.c [new file with mode: 0644]
target/openrisc/sys_helper.c [new file with mode: 0644]
target/openrisc/translate.c [new file with mode: 0644]
target/ppc/Makefile.objs [new file with mode: 0644]
target/ppc/STATUS [new file with mode: 0644]
target/ppc/arch_dump.c [new file with mode: 0644]
target/ppc/cpu-models.c [new file with mode: 0644]
target/ppc/cpu-models.h [new file with mode: 0644]
target/ppc/cpu-qom.h [new file with mode: 0644]
target/ppc/cpu.h [new file with mode: 0644]
target/ppc/dfp_helper.c [new file with mode: 0644]
target/ppc/excp_helper.c [new file with mode: 0644]
target/ppc/fpu_helper.c [new file with mode: 0644]
target/ppc/gdbstub.c [new file with mode: 0644]
target/ppc/helper.h [new file with mode: 0644]
target/ppc/helper_regs.h [new file with mode: 0644]
target/ppc/int_helper.c [new file with mode: 0644]
target/ppc/internal.h [new file with mode: 0644]
target/ppc/kvm-stub.c [new file with mode: 0644]
target/ppc/kvm.c [new file with mode: 0644]
target/ppc/kvm_ppc.h [new file with mode: 0644]
target/ppc/machine.c [new file with mode: 0644]
target/ppc/mem_helper.c [new file with mode: 0644]
target/ppc/mfrom_table.c [new file with mode: 0644]
target/ppc/mfrom_table_gen.c [new file with mode: 0644]
target/ppc/misc_helper.c [new file with mode: 0644]
target/ppc/mmu-hash32.c [new file with mode: 0644]
target/ppc/mmu-hash32.h [new file with mode: 0644]
target/ppc/mmu-hash64.c [new file with mode: 0644]
target/ppc/mmu-hash64.h [new file with mode: 0644]
target/ppc/mmu_helper.c [new file with mode: 0644]
target/ppc/monitor.c [new file with mode: 0644]
target/ppc/timebase_helper.c [new file with mode: 0644]
target/ppc/trace-events [new file with mode: 0644]
target/ppc/translate.c [new file with mode: 0644]
target/ppc/translate/dfp-impl.inc.c [new file with mode: 0644]
target/ppc/translate/dfp-ops.inc.c [new file with mode: 0644]
target/ppc/translate/fp-impl.inc.c [new file with mode: 0644]
target/ppc/translate/fp-ops.inc.c [new file with mode: 0644]
target/ppc/translate/spe-impl.inc.c [new file with mode: 0644]
target/ppc/translate/spe-ops.inc.c [new file with mode: 0644]
target/ppc/translate/vmx-impl.inc.c [new file with mode: 0644]
target/ppc/translate/vmx-ops.inc.c [new file with mode: 0644]
target/ppc/translate/vsx-impl.inc.c [new file with mode: 0644]
target/ppc/translate/vsx-ops.inc.c [new file with mode: 0644]
target/ppc/translate_init.c [new file with mode: 0644]
target/ppc/user_only_helper.c [new file with mode: 0644]
target/s390x/Makefile.objs [new file with mode: 0644]
target/s390x/arch_dump.c [new file with mode: 0644]
target/s390x/cc_helper.c [new file with mode: 0644]
target/s390x/cpu-qom.h [new file with mode: 0644]
target/s390x/cpu.c [new file with mode: 0644]
target/s390x/cpu.h [new file with mode: 0644]
target/s390x/cpu_features.c [new file with mode: 0644]
target/s390x/cpu_features.h [new file with mode: 0644]
target/s390x/cpu_features_def.h [new file with mode: 0644]
target/s390x/cpu_models.c [new file with mode: 0644]
target/s390x/cpu_models.h [new file with mode: 0644]
target/s390x/fpu_helper.c [new file with mode: 0644]
target/s390x/gdbstub.c [new file with mode: 0644]
target/s390x/gen-features.c [new file with mode: 0644]
target/s390x/helper.c [new file with mode: 0644]
target/s390x/helper.h [new file with mode: 0644]
target/s390x/insn-data.def [new file with mode: 0644]
target/s390x/insn-format.def [new file with mode: 0644]
target/s390x/int_helper.c [new file with mode: 0644]
target/s390x/interrupt.c [new file with mode: 0644]
target/s390x/ioinst.c [new file with mode: 0644]
target/s390x/kvm.c [new file with mode: 0644]
target/s390x/machine.c [new file with mode: 0644]
target/s390x/mem_helper.c [new file with mode: 0644]
target/s390x/misc_helper.c [new file with mode: 0644]
target/s390x/mmu_helper.c [new file with mode: 0644]
target/s390x/trace-events [new file with mode: 0644]
target/s390x/translate.c [new file with mode: 0644]
target/sh4/Makefile.objs [new file with mode: 0644]
target/sh4/README.sh4 [new file with mode: 0644]
target/sh4/cpu-qom.h [new file with mode: 0644]
target/sh4/cpu.c [new file with mode: 0644]
target/sh4/cpu.h [new file with mode: 0644]
target/sh4/gdbstub.c [new file with mode: 0644]
target/sh4/helper.c [new file with mode: 0644]
target/sh4/helper.h [new file with mode: 0644]
target/sh4/monitor.c [new file with mode: 0644]
target/sh4/op_helper.c [new file with mode: 0644]
target/sh4/translate.c [new file with mode: 0644]
target/sparc/Makefile.objs [new file with mode: 0644]
target/sparc/TODO [new file with mode: 0644]
target/sparc/asi.h [new file with mode: 0644]
target/sparc/cc_helper.c [new file with mode: 0644]
target/sparc/cpu-qom.h [new file with mode: 0644]
target/sparc/cpu.c [new file with mode: 0644]
target/sparc/cpu.h [new file with mode: 0644]
target/sparc/fop_helper.c [new file with mode: 0644]
target/sparc/gdbstub.c [new file with mode: 0644]
target/sparc/helper.c [new file with mode: 0644]
target/sparc/helper.h [new file with mode: 0644]
target/sparc/int32_helper.c [new file with mode: 0644]
target/sparc/int64_helper.c [new file with mode: 0644]
target/sparc/ldst_helper.c [new file with mode: 0644]
target/sparc/machine.c [new file with mode: 0644]
target/sparc/mmu_helper.c [new file with mode: 0644]
target/sparc/monitor.c [new file with mode: 0644]
target/sparc/trace-events [new file with mode: 0644]
target/sparc/translate.c [new file with mode: 0644]
target/sparc/vis_helper.c [new file with mode: 0644]
target/sparc/win_helper.c [new file with mode: 0644]
target/tilegx/Makefile.objs [new file with mode: 0644]
target/tilegx/cpu.c [new file with mode: 0644]
target/tilegx/cpu.h [new file with mode: 0644]
target/tilegx/helper.c [new file with mode: 0644]
target/tilegx/helper.h [new file with mode: 0644]
target/tilegx/opcode_tilegx.h [new file with mode: 0644]
target/tilegx/simd_helper.c [new file with mode: 0644]
target/tilegx/spr_def_64.h [new file with mode: 0644]
target/tilegx/translate.c [new file with mode: 0644]
target/tricore/Makefile.objs [new file with mode: 0644]
target/tricore/cpu-qom.h [new file with mode: 0644]
target/tricore/cpu.c [new file with mode: 0644]
target/tricore/cpu.h [new file with mode: 0644]
target/tricore/csfr.def [new file with mode: 0644]
target/tricore/fpu_helper.c [new file with mode: 0644]
target/tricore/helper.c [new file with mode: 0644]
target/tricore/helper.h [new file with mode: 0644]
target/tricore/op_helper.c [new file with mode: 0644]
target/tricore/translate.c [new file with mode: 0644]
target/tricore/tricore-defs.h [new file with mode: 0644]
target/tricore/tricore-opcodes.h [new file with mode: 0644]
target/unicore32/Makefile.objs [new file with mode: 0644]
target/unicore32/cpu-qom.h [new file with mode: 0644]
target/unicore32/cpu.c [new file with mode: 0644]
target/unicore32/cpu.h [new file with mode: 0644]
target/unicore32/helper.c [new file with mode: 0644]
target/unicore32/helper.h [new file with mode: 0644]
target/unicore32/op_helper.c [new file with mode: 0644]
target/unicore32/softmmu.c [new file with mode: 0644]
target/unicore32/translate.c [new file with mode: 0644]
target/unicore32/ucf64_helper.c [new file with mode: 0644]
target/xtensa/Makefile.objs [new file with mode: 0644]
target/xtensa/core-dc232b.c [new file with mode: 0644]
target/xtensa/core-dc232b/core-isa.h [new file with mode: 0644]
target/xtensa/core-dc232b/gdb-config.c [new file with mode: 0644]
target/xtensa/core-dc233c.c [new file with mode: 0644]
target/xtensa/core-dc233c/core-isa.h [new file with mode: 0644]
target/xtensa/core-dc233c/gdb-config.c [new file with mode: 0644]
target/xtensa/core-fsf.c [new file with mode: 0644]
target/xtensa/core-fsf/core-isa.h [new file with mode: 0644]
target/xtensa/cpu-qom.h [new file with mode: 0644]
target/xtensa/cpu.c [new file with mode: 0644]
target/xtensa/cpu.h [new file with mode: 0644]
target/xtensa/gdbstub.c [new file with mode: 0644]
target/xtensa/helper.c [new file with mode: 0644]
target/xtensa/helper.h [new file with mode: 0644]
target/xtensa/import_core.sh [new file with mode: 0755]
target/xtensa/monitor.c [new file with mode: 0644]
target/xtensa/op_helper.c [new file with mode: 0644]
target/xtensa/overlay_tool.h [new file with mode: 0644]
target/xtensa/translate.c [new file with mode: 0644]
target/xtensa/xtensa-semi.c [new file with mode: 0644]
tests/tcg/xtensa/Makefile