diff options
author | Thomas Huth <thuth@redhat.com> | 2016-10-11 08:56:52 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2016-12-20 21:52:12 +0100 |
commit | fcf5ef2ab52c621a4617ebbef36bf43b4003f4c0 (patch) | |
tree | 2b450d96b01455df8ed908bf8f26ddc388a03380 | |
parent | 82ecffa8c050bf5bbc13329e9b65eac1caa5b55c (diff) | |
download | qemu-fcf5ef2ab52c621a4617ebbef36bf43b4003f4c0.zip qemu-fcf5ef2ab52c621a4617ebbef36bf43b4003f4c0.tar.gz qemu-fcf5ef2ab52c621a4617ebbef36bf43b4003f4c0.tar.bz2 |
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>
-rw-r--r-- | MAINTAINERS | 48 | ||||
-rw-r--r-- | Makefile.objs | 10 | ||||
-rw-r--r-- | Makefile.target | 4 | ||||
-rw-r--r-- | disas/cris.c | 4 | ||||
-rw-r--r-- | hw/alpha/alpha_sys.h | 2 | ||||
-rw-r--r-- | hw/arm/strongarm.h | 2 | ||||
-rw-r--r-- | hw/arm/virt-acpi-build.c | 2 | ||||
-rw-r--r-- | hw/i386/acpi-build.c | 2 | ||||
-rw-r--r-- | hw/i386/kvm/apic.c | 2 | ||||
-rw-r--r-- | hw/intc/ioapic.c | 2 | ||||
-rw-r--r-- | hw/misc/hyperv_testdev.c | 2 | ||||
-rw-r--r-- | hw/ppc/fdt.c | 2 | ||||
-rw-r--r-- | hw/ppc/pnv.c | 2 | ||||
-rw-r--r-- | hw/ppc/pnv_core.c | 2 | ||||
-rw-r--r-- | hw/ppc/pnv_lpc.c | 2 | ||||
-rw-r--r-- | hw/ppc/pnv_xscom.c | 2 | ||||
-rw-r--r-- | hw/ppc/spapr_cpu_core.c | 6 | ||||
-rw-r--r-- | hw/sh4/shix.c | 2 | ||||
-rw-r--r-- | include/hw/arm/arm.h | 2 | ||||
-rw-r--r-- | include/hw/arm/exynos4210.h | 2 | ||||
-rw-r--r-- | include/hw/arm/omap.h | 2 | ||||
-rw-r--r-- | include/hw/arm/pxa.h | 2 | ||||
-rw-r--r-- | include/hw/m68k/mcf.h | 2 | ||||
-rw-r--r-- | include/hw/mips/cpudevs.h | 2 | ||||
-rw-r--r-- | include/hw/ppc/fdt.h | 2 | ||||
-rw-r--r-- | include/hw/ppc/ppc.h | 2 | ||||
-rw-r--r-- | include/hw/ppc/spapr_cpu_core.h | 2 | ||||
-rw-r--r-- | include/hw/sh4/sh.h | 2 | ||||
-rw-r--r-- | scripts/analyze-inclusions | 8 | ||||
-rw-r--r-- | target/alpha/Makefile.objs (renamed from target-alpha/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/alpha/STATUS (renamed from target-alpha/STATUS) | 0 | ||||
-rw-r--r-- | target/alpha/cpu-qom.h (renamed from target-alpha/cpu-qom.h) | 0 | ||||
-rw-r--r-- | target/alpha/cpu.c (renamed from target-alpha/cpu.c) | 0 | ||||
-rw-r--r-- | target/alpha/cpu.h (renamed from target-alpha/cpu.h) | 0 | ||||
-rw-r--r-- | target/alpha/fpu_helper.c (renamed from target-alpha/fpu_helper.c) | 0 | ||||
-rw-r--r-- | target/alpha/gdbstub.c (renamed from target-alpha/gdbstub.c) | 0 | ||||
-rw-r--r-- | target/alpha/helper.c (renamed from target-alpha/helper.c) | 0 | ||||
-rw-r--r-- | target/alpha/helper.h (renamed from target-alpha/helper.h) | 0 | ||||
-rw-r--r-- | target/alpha/int_helper.c (renamed from target-alpha/int_helper.c) | 0 | ||||
-rw-r--r-- | target/alpha/machine.c (renamed from target-alpha/machine.c) | 0 | ||||
-rw-r--r-- | target/alpha/mem_helper.c (renamed from target-alpha/mem_helper.c) | 0 | ||||
-rw-r--r-- | target/alpha/sys_helper.c (renamed from target-alpha/sys_helper.c) | 0 | ||||
-rw-r--r-- | target/alpha/translate.c (renamed from target-alpha/translate.c) | 0 | ||||
-rw-r--r-- | target/alpha/vax_helper.c (renamed from target-alpha/vax_helper.c) | 0 | ||||
-rw-r--r-- | target/arm/Makefile.objs (renamed from target-arm/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/arm/arch_dump.c (renamed from target-arm/arch_dump.c) | 0 | ||||
-rw-r--r-- | target/arm/arm-powerctl.c (renamed from target-arm/arm-powerctl.c) | 0 | ||||
-rw-r--r-- | target/arm/arm-powerctl.h (renamed from target-arm/arm-powerctl.h) | 0 | ||||
-rw-r--r-- | target/arm/arm-semi.c (renamed from target-arm/arm-semi.c) | 0 | ||||
-rw-r--r-- | target/arm/arm_ldst.h (renamed from target-arm/arm_ldst.h) | 0 | ||||
-rw-r--r-- | target/arm/cpu-qom.h (renamed from target-arm/cpu-qom.h) | 0 | ||||
-rw-r--r-- | target/arm/cpu.c (renamed from target-arm/cpu.c) | 0 | ||||
-rw-r--r-- | target/arm/cpu.h (renamed from target-arm/cpu.h) | 0 | ||||
-rw-r--r-- | target/arm/cpu64.c (renamed from target-arm/cpu64.c) | 0 | ||||
-rw-r--r-- | target/arm/crypto_helper.c (renamed from target-arm/crypto_helper.c) | 0 | ||||
-rw-r--r-- | target/arm/gdbstub.c (renamed from target-arm/gdbstub.c) | 0 | ||||
-rw-r--r-- | target/arm/gdbstub64.c (renamed from target-arm/gdbstub64.c) | 0 | ||||
-rw-r--r-- | target/arm/helper-a64.c (renamed from target-arm/helper-a64.c) | 0 | ||||
-rw-r--r-- | target/arm/helper-a64.h (renamed from target-arm/helper-a64.h) | 0 | ||||
-rw-r--r-- | target/arm/helper.c (renamed from target-arm/helper.c) | 0 | ||||
-rw-r--r-- | target/arm/helper.h (renamed from target-arm/helper.h) | 0 | ||||
-rw-r--r-- | target/arm/internals.h (renamed from target-arm/internals.h) | 2 | ||||
-rw-r--r-- | target/arm/iwmmxt_helper.c (renamed from target-arm/iwmmxt_helper.c) | 0 | ||||
-rw-r--r-- | target/arm/kvm-consts.h (renamed from target-arm/kvm-consts.h) | 0 | ||||
-rw-r--r-- | target/arm/kvm-stub.c (renamed from target-arm/kvm-stub.c) | 0 | ||||
-rw-r--r-- | target/arm/kvm.c (renamed from target-arm/kvm.c) | 0 | ||||
-rw-r--r-- | target/arm/kvm32.c (renamed from target-arm/kvm32.c) | 0 | ||||
-rw-r--r-- | target/arm/kvm64.c (renamed from target-arm/kvm64.c) | 0 | ||||
-rw-r--r-- | target/arm/kvm_arm.h (renamed from target-arm/kvm_arm.h) | 0 | ||||
-rw-r--r-- | target/arm/machine.c (renamed from target-arm/machine.c) | 0 | ||||
-rw-r--r-- | target/arm/monitor.c (renamed from target-arm/monitor.c) | 0 | ||||
-rw-r--r-- | target/arm/neon_helper.c (renamed from target-arm/neon_helper.c) | 0 | ||||
-rw-r--r-- | target/arm/op_addsub.h (renamed from target-arm/op_addsub.h) | 0 | ||||
-rw-r--r-- | target/arm/op_helper.c (renamed from target-arm/op_helper.c) | 0 | ||||
-rw-r--r-- | target/arm/psci.c (renamed from target-arm/psci.c) | 0 | ||||
-rw-r--r-- | target/arm/trace-events (renamed from target-arm/trace-events) | 2 | ||||
-rw-r--r-- | target/arm/translate-a64.c (renamed from target-arm/translate-a64.c) | 0 | ||||
-rw-r--r-- | target/arm/translate.c (renamed from target-arm/translate.c) | 0 | ||||
-rw-r--r-- | target/arm/translate.h (renamed from target-arm/translate.h) | 0 | ||||
-rw-r--r-- | target/cris/Makefile.objs (renamed from target-cris/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/cris/cpu-qom.h (renamed from target-cris/cpu-qom.h) | 0 | ||||
-rw-r--r-- | target/cris/cpu.c (renamed from target-cris/cpu.c) | 0 | ||||
-rw-r--r-- | target/cris/cpu.h (renamed from target-cris/cpu.h) | 0 | ||||
-rw-r--r-- | target/cris/crisv10-decode.h (renamed from target-cris/crisv10-decode.h) | 0 | ||||
-rw-r--r-- | target/cris/crisv32-decode.h (renamed from target-cris/crisv32-decode.h) | 0 | ||||
-rw-r--r-- | target/cris/gdbstub.c (renamed from target-cris/gdbstub.c) | 0 | ||||
-rw-r--r-- | target/cris/helper.c (renamed from target-cris/helper.c) | 0 | ||||
-rw-r--r-- | target/cris/helper.h (renamed from target-cris/helper.h) | 0 | ||||
-rw-r--r-- | target/cris/machine.c (renamed from target-cris/machine.c) | 0 | ||||
-rw-r--r-- | target/cris/mmu.c (renamed from target-cris/mmu.c) | 0 | ||||
-rw-r--r-- | target/cris/mmu.h (renamed from target-cris/mmu.h) | 0 | ||||
-rw-r--r-- | target/cris/op_helper.c (renamed from target-cris/op_helper.c) | 0 | ||||
-rw-r--r-- | target/cris/opcode-cris.h (renamed from target-cris/opcode-cris.h) | 0 | ||||
-rw-r--r-- | target/cris/translate.c (renamed from target-cris/translate.c) | 0 | ||||
-rw-r--r-- | target/cris/translate_v10.c (renamed from target-cris/translate_v10.c) | 0 | ||||
-rw-r--r-- | target/i386/Makefile.objs (renamed from target-i386/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/i386/TODO (renamed from target-i386/TODO) | 0 | ||||
-rw-r--r-- | target/i386/arch_dump.c (renamed from target-i386/arch_dump.c) | 0 | ||||
-rw-r--r-- | target/i386/arch_memory_mapping.c (renamed from target-i386/arch_memory_mapping.c) | 0 | ||||
-rw-r--r-- | target/i386/bpt_helper.c (renamed from target-i386/bpt_helper.c) | 0 | ||||
-rw-r--r-- | target/i386/cc_helper.c (renamed from target-i386/cc_helper.c) | 0 | ||||
-rw-r--r-- | target/i386/cc_helper_template.h (renamed from target-i386/cc_helper_template.h) | 0 | ||||
-rw-r--r-- | target/i386/cpu-qom.h (renamed from target-i386/cpu-qom.h) | 0 | ||||
-rw-r--r-- | target/i386/cpu.c (renamed from target-i386/cpu.c) | 0 | ||||
-rw-r--r-- | target/i386/cpu.h (renamed from target-i386/cpu.h) | 0 | ||||
-rw-r--r-- | target/i386/excp_helper.c (renamed from target-i386/excp_helper.c) | 0 | ||||
-rw-r--r-- | target/i386/fpu_helper.c (renamed from target-i386/fpu_helper.c) | 0 | ||||
-rw-r--r-- | target/i386/gdbstub.c (renamed from target-i386/gdbstub.c) | 0 | ||||
-rw-r--r-- | target/i386/helper.c (renamed from target-i386/helper.c) | 0 | ||||
-rw-r--r-- | target/i386/helper.h (renamed from target-i386/helper.h) | 0 | ||||
-rw-r--r-- | target/i386/hyperv.c (renamed from target-i386/hyperv.c) | 0 | ||||
-rw-r--r-- | target/i386/hyperv.h (renamed from target-i386/hyperv.h) | 0 | ||||
-rw-r--r-- | target/i386/int_helper.c (renamed from target-i386/int_helper.c) | 0 | ||||
-rw-r--r-- | target/i386/kvm-stub.c (renamed from target-i386/kvm-stub.c) | 0 | ||||
-rw-r--r-- | target/i386/kvm.c (renamed from target-i386/kvm.c) | 0 | ||||
-rw-r--r-- | target/i386/kvm_i386.h (renamed from target-i386/kvm_i386.h) | 0 | ||||
-rw-r--r-- | target/i386/machine.c (renamed from target-i386/machine.c) | 0 | ||||
-rw-r--r-- | target/i386/mem_helper.c (renamed from target-i386/mem_helper.c) | 0 | ||||
-rw-r--r-- | target/i386/misc_helper.c (renamed from target-i386/misc_helper.c) | 0 | ||||
-rw-r--r-- | target/i386/monitor.c (renamed from target-i386/monitor.c) | 0 | ||||
-rw-r--r-- | target/i386/mpx_helper.c (renamed from target-i386/mpx_helper.c) | 0 | ||||
-rw-r--r-- | target/i386/ops_sse.h (renamed from target-i386/ops_sse.h) | 0 | ||||
-rw-r--r-- | target/i386/ops_sse_header.h (renamed from target-i386/ops_sse_header.h) | 0 | ||||
-rw-r--r-- | target/i386/seg_helper.c (renamed from target-i386/seg_helper.c) | 0 | ||||
-rw-r--r-- | target/i386/shift_helper_template.h (renamed from target-i386/shift_helper_template.h) | 0 | ||||
-rw-r--r-- | target/i386/smm_helper.c (renamed from target-i386/smm_helper.c) | 0 | ||||
-rw-r--r-- | target/i386/svm.h (renamed from target-i386/svm.h) | 0 | ||||
-rw-r--r-- | target/i386/svm_helper.c (renamed from target-i386/svm_helper.c) | 0 | ||||
-rw-r--r-- | target/i386/trace-events (renamed from target-i386/trace-events) | 2 | ||||
-rw-r--r-- | target/i386/translate.c (renamed from target-i386/translate.c) | 0 | ||||
-rw-r--r-- | target/lm32/Makefile.objs (renamed from target-lm32/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/lm32/README (renamed from target-lm32/README) | 0 | ||||
-rw-r--r-- | target/lm32/TODO (renamed from target-lm32/TODO) | 0 | ||||
-rw-r--r-- | target/lm32/cpu-qom.h (renamed from target-lm32/cpu-qom.h) | 0 | ||||
-rw-r--r-- | target/lm32/cpu.c (renamed from target-lm32/cpu.c) | 0 | ||||
-rw-r--r-- | target/lm32/cpu.h (renamed from target-lm32/cpu.h) | 0 | ||||
-rw-r--r-- | target/lm32/gdbstub.c (renamed from target-lm32/gdbstub.c) | 0 | ||||
-rw-r--r-- | target/lm32/helper.c (renamed from target-lm32/helper.c) | 0 | ||||
-rw-r--r-- | target/lm32/helper.h (renamed from target-lm32/helper.h) | 0 | ||||
-rw-r--r-- | target/lm32/lm32-semi.c (renamed from target-lm32/lm32-semi.c) | 2 | ||||
-rw-r--r-- | target/lm32/machine.c (renamed from target-lm32/machine.c) | 0 | ||||
-rw-r--r-- | target/lm32/op_helper.c (renamed from target-lm32/op_helper.c) | 0 | ||||
-rw-r--r-- | target/lm32/translate.c (renamed from target-lm32/translate.c) | 0 | ||||
-rw-r--r-- | target/m68k/Makefile.objs (renamed from target-m68k/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/m68k/cpu-qom.h (renamed from target-m68k/cpu-qom.h) | 0 | ||||
-rw-r--r-- | target/m68k/cpu.c (renamed from target-m68k/cpu.c) | 0 | ||||
-rw-r--r-- | target/m68k/cpu.h (renamed from target-m68k/cpu.h) | 0 | ||||
-rw-r--r-- | target/m68k/gdbstub.c (renamed from target-m68k/gdbstub.c) | 0 | ||||
-rw-r--r-- | target/m68k/helper.c (renamed from target-m68k/helper.c) | 0 | ||||
-rw-r--r-- | target/m68k/helper.h (renamed from target-m68k/helper.h) | 0 | ||||
-rw-r--r-- | target/m68k/m68k-semi.c (renamed from target-m68k/m68k-semi.c) | 0 | ||||
-rw-r--r-- | target/m68k/op_helper.c (renamed from target-m68k/op_helper.c) | 0 | ||||
-rw-r--r-- | target/m68k/qregs.def (renamed from target-m68k/qregs.def) | 0 | ||||
-rw-r--r-- | target/m68k/translate.c (renamed from target-m68k/translate.c) | 0 | ||||
-rw-r--r-- | target/microblaze/Makefile.objs (renamed from target-microblaze/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/microblaze/cpu-qom.h (renamed from target-microblaze/cpu-qom.h) | 0 | ||||
-rw-r--r-- | target/microblaze/cpu.c (renamed from target-microblaze/cpu.c) | 0 | ||||
-rw-r--r-- | target/microblaze/cpu.h (renamed from target-microblaze/cpu.h) | 0 | ||||
-rw-r--r-- | target/microblaze/gdbstub.c (renamed from target-microblaze/gdbstub.c) | 0 | ||||
-rw-r--r-- | target/microblaze/helper.c (renamed from target-microblaze/helper.c) | 0 | ||||
-rw-r--r-- | target/microblaze/helper.h (renamed from target-microblaze/helper.h) | 0 | ||||
-rw-r--r-- | target/microblaze/microblaze-decode.h (renamed from target-microblaze/microblaze-decode.h) | 0 | ||||
-rw-r--r-- | target/microblaze/mmu.c (renamed from target-microblaze/mmu.c) | 0 | ||||
-rw-r--r-- | target/microblaze/mmu.h (renamed from target-microblaze/mmu.h) | 0 | ||||
-rw-r--r-- | target/microblaze/op_helper.c (renamed from target-microblaze/op_helper.c) | 0 | ||||
-rw-r--r-- | target/microblaze/translate.c (renamed from target-microblaze/translate.c) | 0 | ||||
-rw-r--r-- | target/mips/Makefile.objs (renamed from target-mips/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/mips/TODO (renamed from target-mips/TODO) | 0 | ||||
-rw-r--r-- | target/mips/cpu-qom.h (renamed from target-mips/cpu-qom.h) | 0 | ||||
-rw-r--r-- | target/mips/cpu.c (renamed from target-mips/cpu.c) | 0 | ||||
-rw-r--r-- | target/mips/cpu.h (renamed from target-mips/cpu.h) | 0 | ||||
-rw-r--r-- | target/mips/dsp_helper.c (renamed from target-mips/dsp_helper.c) | 0 | ||||
-rw-r--r-- | target/mips/gdbstub.c (renamed from target-mips/gdbstub.c) | 0 | ||||
-rw-r--r-- | target/mips/helper.c (renamed from target-mips/helper.c) | 0 | ||||
-rw-r--r-- | target/mips/helper.h (renamed from target-mips/helper.h) | 0 | ||||
-rw-r--r-- | target/mips/kvm.c (renamed from target-mips/kvm.c) | 0 | ||||
-rw-r--r-- | target/mips/kvm_mips.h (renamed from target-mips/kvm_mips.h) | 0 | ||||
-rw-r--r-- | target/mips/lmi_helper.c (renamed from target-mips/lmi_helper.c) | 0 | ||||
-rw-r--r-- | target/mips/machine.c (renamed from target-mips/machine.c) | 0 | ||||
-rw-r--r-- | target/mips/mips-defs.h (renamed from target-mips/mips-defs.h) | 0 | ||||
-rw-r--r-- | target/mips/mips-semi.c (renamed from target-mips/mips-semi.c) | 0 | ||||
-rw-r--r-- | target/mips/msa_helper.c (renamed from target-mips/msa_helper.c) | 0 | ||||
-rw-r--r-- | target/mips/op_helper.c (renamed from target-mips/op_helper.c) | 0 | ||||
-rw-r--r-- | target/mips/translate.c (renamed from target-mips/translate.c) | 0 | ||||
-rw-r--r-- | target/mips/translate_init.c (renamed from target-mips/translate_init.c) | 0 | ||||
-rw-r--r-- | target/moxie/Makefile.objs (renamed from target-moxie/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/moxie/cpu.c (renamed from target-moxie/cpu.c) | 0 | ||||
-rw-r--r-- | target/moxie/cpu.h (renamed from target-moxie/cpu.h) | 0 | ||||
-rw-r--r-- | target/moxie/helper.c (renamed from target-moxie/helper.c) | 0 | ||||
-rw-r--r-- | target/moxie/helper.h (renamed from target-moxie/helper.h) | 0 | ||||
-rw-r--r-- | target/moxie/machine.c (renamed from target-moxie/machine.c) | 0 | ||||
-rw-r--r-- | target/moxie/machine.h (renamed from target-moxie/machine.h) | 0 | ||||
-rw-r--r-- | target/moxie/mmu.c (renamed from target-moxie/mmu.c) | 0 | ||||
-rw-r--r-- | target/moxie/mmu.h (renamed from target-moxie/mmu.h) | 0 | ||||
-rw-r--r-- | target/moxie/translate.c (renamed from target-moxie/translate.c) | 0 | ||||
-rw-r--r-- | target/openrisc/Makefile.objs (renamed from target-openrisc/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/openrisc/cpu.c (renamed from target-openrisc/cpu.c) | 0 | ||||
-rw-r--r-- | target/openrisc/cpu.h (renamed from target-openrisc/cpu.h) | 0 | ||||
-rw-r--r-- | target/openrisc/exception.c (renamed from target-openrisc/exception.c) | 0 | ||||
-rw-r--r-- | target/openrisc/exception.h (renamed from target-openrisc/exception.h) | 0 | ||||
-rw-r--r-- | target/openrisc/exception_helper.c (renamed from target-openrisc/exception_helper.c) | 0 | ||||
-rw-r--r-- | target/openrisc/fpu_helper.c (renamed from target-openrisc/fpu_helper.c) | 0 | ||||
-rw-r--r-- | target/openrisc/gdbstub.c (renamed from target-openrisc/gdbstub.c) | 0 | ||||
-rw-r--r-- | target/openrisc/helper.h (renamed from target-openrisc/helper.h) | 0 | ||||
-rw-r--r-- | target/openrisc/int_helper.c (renamed from target-openrisc/int_helper.c) | 0 | ||||
-rw-r--r-- | target/openrisc/interrupt.c (renamed from target-openrisc/interrupt.c) | 0 | ||||
-rw-r--r-- | target/openrisc/interrupt_helper.c (renamed from target-openrisc/interrupt_helper.c) | 0 | ||||
-rw-r--r-- | target/openrisc/machine.c (renamed from target-openrisc/machine.c) | 0 | ||||
-rw-r--r-- | target/openrisc/mmu.c (renamed from target-openrisc/mmu.c) | 0 | ||||
-rw-r--r-- | target/openrisc/mmu_helper.c (renamed from target-openrisc/mmu_helper.c) | 0 | ||||
-rw-r--r-- | target/openrisc/sys_helper.c (renamed from target-openrisc/sys_helper.c) | 0 | ||||
-rw-r--r-- | target/openrisc/translate.c (renamed from target-openrisc/translate.c) | 0 | ||||
-rw-r--r-- | target/ppc/Makefile.objs (renamed from target-ppc/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/ppc/STATUS (renamed from target-ppc/STATUS) | 0 | ||||
-rw-r--r-- | target/ppc/arch_dump.c (renamed from target-ppc/arch_dump.c) | 0 | ||||
-rw-r--r-- | target/ppc/cpu-models.c (renamed from target-ppc/cpu-models.c) | 0 | ||||
-rw-r--r-- | target/ppc/cpu-models.h (renamed from target-ppc/cpu-models.h) | 0 | ||||
-rw-r--r-- | target/ppc/cpu-qom.h (renamed from target-ppc/cpu-qom.h) | 0 | ||||
-rw-r--r-- | target/ppc/cpu.h (renamed from target-ppc/cpu.h) | 0 | ||||
-rw-r--r-- | target/ppc/dfp_helper.c (renamed from target-ppc/dfp_helper.c) | 0 | ||||
-rw-r--r-- | target/ppc/excp_helper.c (renamed from target-ppc/excp_helper.c) | 0 | ||||
-rw-r--r-- | target/ppc/fpu_helper.c (renamed from target-ppc/fpu_helper.c) | 0 | ||||
-rw-r--r-- | target/ppc/gdbstub.c (renamed from target-ppc/gdbstub.c) | 0 | ||||
-rw-r--r-- | target/ppc/helper.h (renamed from target-ppc/helper.h) | 0 | ||||
-rw-r--r-- | target/ppc/helper_regs.h (renamed from target-ppc/helper_regs.h) | 0 | ||||
-rw-r--r-- | target/ppc/int_helper.c (renamed from target-ppc/int_helper.c) | 0 | ||||
-rw-r--r-- | target/ppc/internal.h (renamed from target-ppc/internal.h) | 0 | ||||
-rw-r--r-- | target/ppc/kvm-stub.c (renamed from target-ppc/kvm-stub.c) | 0 | ||||
-rw-r--r-- | target/ppc/kvm.c (renamed from target-ppc/kvm.c) | 0 | ||||
-rw-r--r-- | target/ppc/kvm_ppc.h (renamed from target-ppc/kvm_ppc.h) | 0 | ||||
-rw-r--r-- | target/ppc/machine.c (renamed from target-ppc/machine.c) | 0 | ||||
-rw-r--r-- | target/ppc/mem_helper.c (renamed from target-ppc/mem_helper.c) | 0 | ||||
-rw-r--r-- | target/ppc/mfrom_table.c (renamed from target-ppc/mfrom_table.c) | 0 | ||||
-rw-r--r-- | target/ppc/mfrom_table_gen.c (renamed from target-ppc/mfrom_table_gen.c) | 0 | ||||
-rw-r--r-- | target/ppc/misc_helper.c (renamed from target-ppc/misc_helper.c) | 0 | ||||
-rw-r--r-- | target/ppc/mmu-hash32.c (renamed from target-ppc/mmu-hash32.c) | 0 | ||||
-rw-r--r-- | target/ppc/mmu-hash32.h (renamed from target-ppc/mmu-hash32.h) | 0 | ||||
-rw-r--r-- | target/ppc/mmu-hash64.c (renamed from target-ppc/mmu-hash64.c) | 0 | ||||
-rw-r--r-- | target/ppc/mmu-hash64.h (renamed from target-ppc/mmu-hash64.h) | 0 | ||||
-rw-r--r-- | target/ppc/mmu_helper.c (renamed from target-ppc/mmu_helper.c) | 0 | ||||
-rw-r--r-- | target/ppc/monitor.c (renamed from target-ppc/monitor.c) | 0 | ||||
-rw-r--r-- | target/ppc/timebase_helper.c (renamed from target-ppc/timebase_helper.c) | 0 | ||||
-rw-r--r-- | target/ppc/trace-events (renamed from target-ppc/trace-events) | 2 | ||||
-rw-r--r-- | target/ppc/translate.c (renamed from target-ppc/translate.c) | 0 | ||||
-rw-r--r-- | target/ppc/translate/dfp-impl.inc.c (renamed from target-ppc/translate/dfp-impl.inc.c) | 0 | ||||
-rw-r--r-- | target/ppc/translate/dfp-ops.inc.c (renamed from target-ppc/translate/dfp-ops.inc.c) | 0 | ||||
-rw-r--r-- | target/ppc/translate/fp-impl.inc.c (renamed from target-ppc/translate/fp-impl.inc.c) | 0 | ||||
-rw-r--r-- | target/ppc/translate/fp-ops.inc.c (renamed from target-ppc/translate/fp-ops.inc.c) | 0 | ||||
-rw-r--r-- | target/ppc/translate/spe-impl.inc.c (renamed from target-ppc/translate/spe-impl.inc.c) | 0 | ||||
-rw-r--r-- | target/ppc/translate/spe-ops.inc.c (renamed from target-ppc/translate/spe-ops.inc.c) | 0 | ||||
-rw-r--r-- | target/ppc/translate/vmx-impl.inc.c (renamed from target-ppc/translate/vmx-impl.inc.c) | 0 | ||||
-rw-r--r-- | target/ppc/translate/vmx-ops.inc.c (renamed from target-ppc/translate/vmx-ops.inc.c) | 0 | ||||
-rw-r--r-- | target/ppc/translate/vsx-impl.inc.c (renamed from target-ppc/translate/vsx-impl.inc.c) | 0 | ||||
-rw-r--r-- | target/ppc/translate/vsx-ops.inc.c (renamed from target-ppc/translate/vsx-ops.inc.c) | 0 | ||||
-rw-r--r-- | target/ppc/translate_init.c (renamed from target-ppc/translate_init.c) | 0 | ||||
-rw-r--r-- | target/ppc/user_only_helper.c (renamed from target-ppc/user_only_helper.c) | 0 | ||||
-rw-r--r-- | target/s390x/Makefile.objs (renamed from target-s390x/Makefile.objs) | 2 | ||||
-rw-r--r-- | target/s390x/arch_dump.c (renamed from target-s390x/arch_dump.c) | 0 | ||||
-rw-r--r-- | target/s390x/cc_helper.c (renamed from target-s390x/cc_helper.c) | 0 | ||||
-rw-r--r-- | target/s390x/cpu-qom.h (renamed from target-s390x/cpu-qom.h) | 0 | ||||
-rw-r--r-- | target/s390x/cpu.c (renamed from target-s390x/cpu.c) | 0 | ||||
-rw-r--r-- | target/s390x/cpu.h (renamed from target-s390x/cpu.h) | 0 | ||||
-rw-r--r-- | target/s390x/cpu_features.c (renamed from target-s390x/cpu_features.c) | 0 | ||||
-rw-r--r-- | target/s390x/cpu_features.h (renamed from target-s390x/cpu_features.h) | 0 | ||||
-rw-r--r-- | target/s390x/cpu_features_def.h (renamed from target-s390x/cpu_features_def.h) | 0 | ||||
-rw-r--r-- | target/s390x/cpu_models.c (renamed from target-s390x/cpu_models.c) | 0 | ||||
-rw-r--r-- | target/s390x/cpu_models.h (renamed from target-s390x/cpu_models.h) | 0 | ||||
-rw-r--r-- | target/s390x/fpu_helper.c (renamed from target-s390x/fpu_helper.c) | 0 | ||||
-rw-r--r-- | target/s390x/gdbstub.c (renamed from target-s390x/gdbstub.c) | 0 | ||||
-rw-r--r-- | target/s390x/gen-features.c (renamed from target-s390x/gen-features.c) | 0 | ||||
-rw-r--r-- | target/s390x/helper.c (renamed from target-s390x/helper.c) | 0 | ||||
-rw-r--r-- | target/s390x/helper.h (renamed from target-s390x/helper.h) | 0 | ||||
-rw-r--r-- | target/s390x/insn-data.def (renamed from target-s390x/insn-data.def) | 0 | ||||
-rw-r--r-- | target/s390x/insn-format.def (renamed from target-s390x/insn-format.def) | 0 | ||||
-rw-r--r-- | target/s390x/int_helper.c (renamed from target-s390x/int_helper.c) | 0 | ||||
-rw-r--r-- | target/s390x/interrupt.c (renamed from target-s390x/interrupt.c) | 0 | ||||
-rw-r--r-- | target/s390x/ioinst.c (renamed from target-s390x/ioinst.c) | 0 | ||||
-rw-r--r-- | target/s390x/kvm.c (renamed from target-s390x/kvm.c) | 0 | ||||
-rw-r--r-- | target/s390x/machine.c (renamed from target-s390x/machine.c) | 0 | ||||
-rw-r--r-- | target/s390x/mem_helper.c (renamed from target-s390x/mem_helper.c) | 0 | ||||
-rw-r--r-- | target/s390x/misc_helper.c (renamed from target-s390x/misc_helper.c) | 0 | ||||
-rw-r--r-- | target/s390x/mmu_helper.c (renamed from target-s390x/mmu_helper.c) | 0 | ||||
-rw-r--r-- | target/s390x/trace-events (renamed from target-s390x/trace-events) | 8 | ||||
-rw-r--r-- | target/s390x/translate.c (renamed from target-s390x/translate.c) | 0 | ||||
-rw-r--r-- | target/sh4/Makefile.objs (renamed from target-sh4/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/sh4/README.sh4 (renamed from target-sh4/README.sh4) | 2 | ||||
-rw-r--r-- | target/sh4/cpu-qom.h (renamed from target-sh4/cpu-qom.h) | 0 | ||||
-rw-r--r-- | target/sh4/cpu.c (renamed from target-sh4/cpu.c) | 0 | ||||
-rw-r--r-- | target/sh4/cpu.h (renamed from target-sh4/cpu.h) | 0 | ||||
-rw-r--r-- | target/sh4/gdbstub.c (renamed from target-sh4/gdbstub.c) | 0 | ||||
-rw-r--r-- | target/sh4/helper.c (renamed from target-sh4/helper.c) | 0 | ||||
-rw-r--r-- | target/sh4/helper.h (renamed from target-sh4/helper.h) | 0 | ||||
-rw-r--r-- | target/sh4/monitor.c (renamed from target-sh4/monitor.c) | 0 | ||||
-rw-r--r-- | target/sh4/op_helper.c (renamed from target-sh4/op_helper.c) | 0 | ||||
-rw-r--r-- | target/sh4/translate.c (renamed from target-sh4/translate.c) | 0 | ||||
-rw-r--r-- | target/sparc/Makefile.objs (renamed from target-sparc/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/sparc/TODO (renamed from target-sparc/TODO) | 0 | ||||
-rw-r--r-- | target/sparc/asi.h (renamed from target-sparc/asi.h) | 0 | ||||
-rw-r--r-- | target/sparc/cc_helper.c (renamed from target-sparc/cc_helper.c) | 0 | ||||
-rw-r--r-- | target/sparc/cpu-qom.h (renamed from target-sparc/cpu-qom.h) | 0 | ||||
-rw-r--r-- | target/sparc/cpu.c (renamed from target-sparc/cpu.c) | 0 | ||||
-rw-r--r-- | target/sparc/cpu.h (renamed from target-sparc/cpu.h) | 0 | ||||
-rw-r--r-- | target/sparc/fop_helper.c (renamed from target-sparc/fop_helper.c) | 0 | ||||
-rw-r--r-- | target/sparc/gdbstub.c (renamed from target-sparc/gdbstub.c) | 0 | ||||
-rw-r--r-- | target/sparc/helper.c (renamed from target-sparc/helper.c) | 0 | ||||
-rw-r--r-- | target/sparc/helper.h (renamed from target-sparc/helper.h) | 0 | ||||
-rw-r--r-- | target/sparc/int32_helper.c (renamed from target-sparc/int32_helper.c) | 0 | ||||
-rw-r--r-- | target/sparc/int64_helper.c (renamed from target-sparc/int64_helper.c) | 0 | ||||
-rw-r--r-- | target/sparc/ldst_helper.c (renamed from target-sparc/ldst_helper.c) | 0 | ||||
-rw-r--r-- | target/sparc/machine.c (renamed from target-sparc/machine.c) | 0 | ||||
-rw-r--r-- | target/sparc/mmu_helper.c (renamed from target-sparc/mmu_helper.c) | 0 | ||||
-rw-r--r-- | target/sparc/monitor.c (renamed from target-sparc/monitor.c) | 0 | ||||
-rw-r--r-- | target/sparc/trace-events (renamed from target-sparc/trace-events) | 8 | ||||
-rw-r--r-- | target/sparc/translate.c (renamed from target-sparc/translate.c) | 0 | ||||
-rw-r--r-- | target/sparc/vis_helper.c (renamed from target-sparc/vis_helper.c) | 0 | ||||
-rw-r--r-- | target/sparc/win_helper.c (renamed from target-sparc/win_helper.c) | 0 | ||||
-rw-r--r-- | target/tilegx/Makefile.objs (renamed from target-tilegx/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/tilegx/cpu.c (renamed from target-tilegx/cpu.c) | 0 | ||||
-rw-r--r-- | target/tilegx/cpu.h (renamed from target-tilegx/cpu.h) | 0 | ||||
-rw-r--r-- | target/tilegx/helper.c (renamed from target-tilegx/helper.c) | 0 | ||||
-rw-r--r-- | target/tilegx/helper.h (renamed from target-tilegx/helper.h) | 0 | ||||
-rw-r--r-- | target/tilegx/opcode_tilegx.h (renamed from target-tilegx/opcode_tilegx.h) | 0 | ||||
-rw-r--r-- | target/tilegx/simd_helper.c (renamed from target-tilegx/simd_helper.c) | 0 | ||||
-rw-r--r-- | target/tilegx/spr_def_64.h (renamed from target-tilegx/spr_def_64.h) | 0 | ||||
-rw-r--r-- | target/tilegx/translate.c (renamed from target-tilegx/translate.c) | 0 | ||||
-rw-r--r-- | target/tricore/Makefile.objs (renamed from target-tricore/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/tricore/cpu-qom.h (renamed from target-tricore/cpu-qom.h) | 0 | ||||
-rw-r--r-- | target/tricore/cpu.c (renamed from target-tricore/cpu.c) | 0 | ||||
-rw-r--r-- | target/tricore/cpu.h (renamed from target-tricore/cpu.h) | 0 | ||||
-rw-r--r-- | target/tricore/csfr.def (renamed from target-tricore/csfr.def) | 0 | ||||
-rw-r--r-- | target/tricore/fpu_helper.c (renamed from target-tricore/fpu_helper.c) | 0 | ||||
-rw-r--r-- | target/tricore/helper.c (renamed from target-tricore/helper.c) | 0 | ||||
-rw-r--r-- | target/tricore/helper.h (renamed from target-tricore/helper.h) | 0 | ||||
-rw-r--r-- | target/tricore/op_helper.c (renamed from target-tricore/op_helper.c) | 0 | ||||
-rw-r--r-- | target/tricore/translate.c (renamed from target-tricore/translate.c) | 0 | ||||
-rw-r--r-- | target/tricore/tricore-defs.h (renamed from target-tricore/tricore-defs.h) | 0 | ||||
-rw-r--r-- | target/tricore/tricore-opcodes.h (renamed from target-tricore/tricore-opcodes.h) | 0 | ||||
-rw-r--r-- | target/unicore32/Makefile.objs (renamed from target-unicore32/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/unicore32/cpu-qom.h (renamed from target-unicore32/cpu-qom.h) | 0 | ||||
-rw-r--r-- | target/unicore32/cpu.c (renamed from target-unicore32/cpu.c) | 0 | ||||
-rw-r--r-- | target/unicore32/cpu.h (renamed from target-unicore32/cpu.h) | 0 | ||||
-rw-r--r-- | target/unicore32/helper.c (renamed from target-unicore32/helper.c) | 0 | ||||
-rw-r--r-- | target/unicore32/helper.h (renamed from target-unicore32/helper.h) | 0 | ||||
-rw-r--r-- | target/unicore32/op_helper.c (renamed from target-unicore32/op_helper.c) | 0 | ||||
-rw-r--r-- | target/unicore32/softmmu.c (renamed from target-unicore32/softmmu.c) | 0 | ||||
-rw-r--r-- | target/unicore32/translate.c (renamed from target-unicore32/translate.c) | 0 | ||||
-rw-r--r-- | target/unicore32/ucf64_helper.c (renamed from target-unicore32/ucf64_helper.c) | 0 | ||||
-rw-r--r-- | target/xtensa/Makefile.objs (renamed from target-xtensa/Makefile.objs) | 0 | ||||
-rw-r--r-- | target/xtensa/core-dc232b.c (renamed from target-xtensa/core-dc232b.c) | 0 | ||||
-rw-r--r-- | target/xtensa/core-dc232b/core-isa.h (renamed from target-xtensa/core-dc232b/core-isa.h) | 0 | ||||
-rw-r--r-- | target/xtensa/core-dc232b/gdb-config.c (renamed from target-xtensa/core-dc232b/gdb-config.c) | 0 | ||||
-rw-r--r-- | target/xtensa/core-dc233c.c (renamed from target-xtensa/core-dc233c.c) | 0 | ||||
-rw-r--r-- | target/xtensa/core-dc233c/core-isa.h (renamed from target-xtensa/core-dc233c/core-isa.h) | 0 | ||||
-rw-r--r-- | target/xtensa/core-dc233c/gdb-config.c (renamed from target-xtensa/core-dc233c/gdb-config.c) | 0 | ||||
-rw-r--r-- | target/xtensa/core-fsf.c (renamed from target-xtensa/core-fsf.c) | 0 | ||||
-rw-r--r-- | target/xtensa/core-fsf/core-isa.h (renamed from target-xtensa/core-fsf/core-isa.h) | 0 | ||||
-rw-r--r-- | target/xtensa/cpu-qom.h (renamed from target-xtensa/cpu-qom.h) | 0 | ||||
-rw-r--r-- | target/xtensa/cpu.c (renamed from target-xtensa/cpu.c) | 0 | ||||
-rw-r--r-- | target/xtensa/cpu.h (renamed from target-xtensa/cpu.h) | 0 | ||||
-rw-r--r-- | target/xtensa/gdbstub.c (renamed from target-xtensa/gdbstub.c) | 0 | ||||
-rw-r--r-- | target/xtensa/helper.c (renamed from target-xtensa/helper.c) | 0 | ||||
-rw-r--r-- | target/xtensa/helper.h (renamed from target-xtensa/helper.h) | 0 | ||||
-rwxr-xr-x | target/xtensa/import_core.sh (renamed from target-xtensa/import_core.sh) | 0 | ||||
-rw-r--r-- | target/xtensa/monitor.c (renamed from target-xtensa/monitor.c) | 0 | ||||
-rw-r--r-- | target/xtensa/op_helper.c (renamed from target-xtensa/op_helper.c) | 0 | ||||
-rw-r--r-- | target/xtensa/overlay_tool.h (renamed from target-xtensa/overlay_tool.h) | 0 | ||||
-rw-r--r-- | target/xtensa/translate.c (renamed from target-xtensa/translate.c) | 0 | ||||
-rw-r--r-- | target/xtensa/xtensa-semi.c (renamed from target-xtensa/xtensa-semi.c) | 0 | ||||
-rw-r--r-- | tests/tcg/xtensa/Makefile | 2 |
369 files changed, 78 insertions, 80 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4a60579..585cd5a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -106,7 +106,7 @@ F: include/fpu/ Alpha M: Richard Henderson <rth@twiddle.net> 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 <peter.maydell@linaro.org> L: qemu-arm@nongnu.org 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 <edgar.iglesias@gmail.com> 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 <michael@walle.cc> S: Maintained -F: target-lm32/ +F: target/lm32/ F: disas/lm32.c F: hw/lm32/ F: hw/*/lm32_* @@ -147,13 +147,13 @@ F: tests/tcg/lm32/ M68K M: Laurent Vivier <laurent@vivier.eu> S: Maintained -F: target-m68k/ +F: target/m68k/ F: disas/m68k.c MicroBlaze M: Edgar E. Iglesias <edgar.iglesias@gmail.com> S: Maintained -F: target-microblaze/ +F: target/microblaze/ F: hw/microblaze/ F: disas/microblaze.c @@ -161,7 +161,7 @@ MIPS M: Aurelien Jarno <aurelien@aurel32.net> M: Yongbok Kim <yongbok.kim@imgtec.com> S: Maintained -F: target-mips/ +F: target/mips/ F: hw/mips/ F: hw/misc/mips_* F: hw/intc/mips_gic.c @@ -176,7 +176,7 @@ F: disas/mips.c Moxie M: Anthony Green <green@moxielogic.com> S: Maintained -F: target-moxie/ +F: target/moxie/ F: disas/moxie.c F: hw/moxie/ F: default-configs/moxie-softmmu.mak @@ -184,7 +184,7 @@ F: default-configs/moxie-softmmu.mak OpenRISC M: Jia Liu <proljc@gmail.com> S: Maintained -F: target-openrisc/ +F: target/openrisc/ F: hw/openrisc/ F: tests/tcg/openrisc/ @@ -193,7 +193,7 @@ M: David Gibson <david@gibson.dropbear.id.au> M: Alexander Graf <agraf@suse.de> L: qemu-ppc@nongnu.org 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 <rth@twiddle.net> M: Alexander Graf <agraf@suse.de> S: Maintained -F: target-s390x/ +F: target/s390x/ F: hw/s390x/ F: disas/s390.c SH4 M: Aurelien Jarno <aurelien@aurel32.net> S: Odd Fixes -F: target-sh4/ +F: target/sh4/ F: hw/sh4/ F: disas/sh4.c F: include/hw/sh4/ @@ -218,7 +218,7 @@ SPARC M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> M: Artyom Tarasenko <atar4qemu@gmail.com> S: Maintained -F: target-sparc/ +F: target/sparc/ F: hw/sparc/ F: hw/sparc64/ F: disas/sparc.c @@ -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/ @@ -235,7 +235,7 @@ M: Paolo Bonzini <pbonzini@redhat.com> M: Richard Henderson <rth@twiddle.net> M: Eduardo Habkost <ehabkost@redhat.com> S: Maintained -F: target-i386/ +F: target/i386/ F: hw/i386/ F: disas/i386.c @@ -243,14 +243,14 @@ Xtensa M: Max Filippov <jcmvbkbc@gmail.com> 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 <kbastian@mail.uni-paderborn.de> S: Maintained -F: target-tricore/ +F: target/tricore/ F: hw/tricore/ F: include/hw/tricore/ @@ -269,26 +269,26 @@ ARM M: Peter Maydell <peter.maydell@linaro.org> L: qemu-arm@nongnu.org S: Maintained -F: target-arm/kvm.c +F: target/arm/kvm.c MIPS M: James Hogan <james.hogan@imgtec.com> S: Maintained -F: target-mips/kvm.c +F: target/mips/kvm.c PPC M: Alexander Graf <agraf@suse.de> S: Maintained -F: target-ppc/kvm.c +F: target/ppc/kvm.c S390 M: Christian Borntraeger <borntraeger@de.ibm.com> M: Cornelia Huck <cornelia.huck@de.ibm.com> M: Alexander Graf <agraf@suse.de> 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 <pbonzini@redhat.com> M: Marcelo Tosatti <mtosatti@redhat.com> L: kvm@vger.kernel.org S: Supported -F: target-i386/kvm.c +F: target/i386/kvm.c Guest CPU Cores (Xen): ---------------------- diff --git a/Makefile.objs b/Makefile.objs index 06f74b8..e59b979 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -155,11 +155,11 @@ trace-events-y += hw/alpha/trace-events trace-events-y += ui/trace-events trace-events-y += audio/trace-events trace-events-y += net/trace-events -trace-events-y += target-arm/trace-events -trace-events-y += target-i386/trace-events -trace-events-y += target-sparc/trace-events -trace-events-y += target-s390x/trace-events -trace-events-y += target-ppc/trace-events +trace-events-y += target/arm/trace-events +trace-events-y += target/i386/trace-events +trace-events-y += target/sparc/trace-events +trace-events-y += target/s390x/trace-events +trace-events-y += target/ppc/trace-events trace-events-y += qom/trace-events trace-events-y += linux-user/trace-events trace-events-y += qapi/trace-events diff --git a/Makefile.target b/Makefile.target index 7a5080e..6689e31 100644 --- a/Makefile.target +++ b/Makefile.target @@ -11,7 +11,7 @@ $(call set-vpath, $(SRC_PATH):$(BUILD_DIR)) ifdef CONFIG_LINUX QEMU_CFLAGS += -I../linux-headers endif -QEMU_CFLAGS += -I.. -I$(SRC_PATH)/target-$(TARGET_BASE_ARCH) -DNEED_CPU_H +QEMU_CFLAGS += -I.. -I$(SRC_PATH)/target/$(TARGET_BASE_ARCH) -DNEED_CPU_H QEMU_CFLAGS+=-I$(SRC_PATH)/include @@ -92,7 +92,7 @@ obj-$(CONFIG_TCG_INTERPRETER) += tci.o obj-y += tcg/tcg-common.o obj-$(CONFIG_TCG_INTERPRETER) += disas/tci.o obj-y += fpu/softfloat.o -obj-y += target-$(TARGET_BASE_ARCH)/ +obj-y += target/$(TARGET_BASE_ARCH)/ obj-y += disas.o obj-y += tcg-runtime.o obj-$(call notempty,$(TARGET_XML_FILES)) += gdbstub-xml.o diff --git a/disas/cris.c b/disas/cris.c index 7f35bc0..08161d1 100644 --- a/disas/cris.c +++ b/disas/cris.c @@ -21,9 +21,7 @@ #include "qemu/osdep.h" #include "qemu-common.h" #include "disas/bfd.h" -//#include "sysdep.h" -#include "target-cris/opcode-cris.h" -//#include "libiberty.h" +#include "target/cris/opcode-cris.h" #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) diff --git a/hw/alpha/alpha_sys.h b/hw/alpha/alpha_sys.h index ed911f2..b6d8369 100644 --- a/hw/alpha/alpha_sys.h +++ b/hw/alpha/alpha_sys.h @@ -3,7 +3,7 @@ #ifndef HW_ALPHA_SYS_H #define HW_ALPHA_SYS_H -#include "target-alpha/cpu-qom.h" +#include "target/alpha/cpu-qom.h" #include "hw/pci/pci.h" #include "hw/pci/pci_host.h" #include "hw/ide.h" diff --git a/hw/arm/strongarm.h b/hw/arm/strongarm.h index 1470eac..e98840b 100644 --- a/hw/arm/strongarm.h +++ b/hw/arm/strongarm.h @@ -2,7 +2,7 @@ #define STRONGARM_H #include "exec/memory.h" -#include "target-arm/cpu-qom.h" +#include "target/arm/cpu-qom.h" #define SA_CS0 0x00000000 #define SA_CS1 0x08000000 diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c index d4160df..7102686 100644 --- a/hw/arm/virt-acpi-build.c +++ b/hw/arm/virt-acpi-build.c @@ -33,7 +33,7 @@ #include "qemu/bitmap.h" #include "trace.h" #include "qom/cpu.h" -#include "target-arm/cpu.h" +#include "target/arm/cpu.h" #include "hw/acpi/acpi-defs.h" #include "hw/acpi/acpi.h" #include "hw/nvram/fw_cfg.h" diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index 9708cdc..42ecf61 100644 --- a/hw/i386/acpi-build.c +++ b/hw/i386/acpi-build.c @@ -29,7 +29,7 @@ #include "hw/pci/pci.h" #include "qom/cpu.h" #include "hw/i386/pc.h" -#include "target-i386/cpu.h" +#include "target/i386/cpu.h" #include "hw/timer/hpet.h" #include "hw/acpi/acpi-defs.h" #include "hw/acpi/acpi.h" diff --git a/hw/i386/kvm/apic.c b/hw/i386/kvm/apic.c index 01cbaa8..df5180b 100644 --- a/hw/i386/kvm/apic.c +++ b/hw/i386/kvm/apic.c @@ -15,7 +15,7 @@ #include "hw/i386/apic_internal.h" #include "hw/pci/msi.h" #include "sysemu/kvm.h" -#include "target-i386/kvm_i386.h" +#include "target/i386/kvm_i386.h" static inline void kvm_apic_set_reg(struct kvm_lapic_state *kapic, int reg_id, uint32_t val) diff --git a/hw/intc/ioapic.c b/hw/intc/ioapic.c index fd9208f..ea7ea0b 100644 --- a/hw/intc/ioapic.c +++ b/hw/intc/ioapic.c @@ -30,7 +30,7 @@ #include "hw/i386/ioapic_internal.h" #include "include/hw/pci/msi.h" #include "sysemu/kvm.h" -#include "target-i386/cpu.h" +#include "target/i386/cpu.h" #include "hw/i386/apic-msidef.h" #include "hw/i386/x86-iommu.h" diff --git a/hw/misc/hyperv_testdev.c b/hw/misc/hyperv_testdev.c index 6cae9e9..dbd7cdd 100644 --- a/hw/misc/hyperv_testdev.c +++ b/hw/misc/hyperv_testdev.c @@ -17,7 +17,7 @@ #include "hw/qdev.h" #include "hw/isa/isa.h" #include "sysemu/kvm.h" -#include "target-i386/hyperv.h" +#include "target/i386/hyperv.h" #include "kvm_i386.h" #define HV_TEST_DEV_MAX_SINT_ROUTES 64 diff --git a/hw/ppc/fdt.c b/hw/ppc/fdt.c index e67d60d..38a7234 100644 --- a/hw/ppc/fdt.c +++ b/hw/ppc/fdt.c @@ -9,7 +9,7 @@ #include "qemu/osdep.h" #include "qapi/error.h" -#include "target-ppc/cpu.h" +#include "target/ppc/cpu.h" #include "hw/ppc/fdt.h" diff --git a/hw/ppc/pnv.c b/hw/ppc/pnv.c index 9df7b25..83597fe 100644 --- a/hw/ppc/pnv.c +++ b/hw/ppc/pnv.c @@ -22,7 +22,7 @@ #include "sysemu/sysemu.h" #include "sysemu/numa.h" #include "hw/hw.h" -#include "target-ppc/cpu.h" +#include "target/ppc/cpu.h" #include "qemu/log.h" #include "hw/ppc/fdt.h" #include "hw/ppc/ppc.h" diff --git a/hw/ppc/pnv_core.c b/hw/ppc/pnv_core.c index 76ce854..d79d530 100644 --- a/hw/ppc/pnv_core.c +++ b/hw/ppc/pnv_core.c @@ -20,7 +20,7 @@ #include "sysemu/sysemu.h" #include "qapi/error.h" #include "qemu/log.h" -#include "target-ppc/cpu.h" +#include "target/ppc/cpu.h" #include "hw/ppc/ppc.h" #include "hw/ppc/pnv.h" #include "hw/ppc/pnv_core.h" diff --git a/hw/ppc/pnv_lpc.c b/hw/ppc/pnv_lpc.c index 0e2117f..78db524 100644 --- a/hw/ppc/pnv_lpc.c +++ b/hw/ppc/pnv_lpc.c @@ -19,7 +19,7 @@ #include "qemu/osdep.h" #include "sysemu/sysemu.h" -#include "target-ppc/cpu.h" +#include "target/ppc/cpu.h" #include "qapi/error.h" #include "qemu/log.h" diff --git a/hw/ppc/pnv_xscom.c b/hw/ppc/pnv_xscom.c index 8da2718..b82af4f 100644 --- a/hw/ppc/pnv_xscom.c +++ b/hw/ppc/pnv_xscom.c @@ -21,7 +21,7 @@ #include "hw/hw.h" #include "qemu/log.h" #include "sysemu/kvm.h" -#include "target-ppc/cpu.h" +#include "target/ppc/cpu.h" #include "hw/sysbus.h" #include "hw/ppc/fdt.h" diff --git a/hw/ppc/spapr_cpu_core.c b/hw/ppc/spapr_cpu_core.c index e0c14f6..c18632b 100644 --- a/hw/ppc/spapr_cpu_core.c +++ b/hw/ppc/spapr_cpu_core.c @@ -8,14 +8,14 @@ */ #include "hw/cpu/core.h" #include "hw/ppc/spapr_cpu_core.h" -#include "target-ppc/cpu.h" +#include "target/ppc/cpu.h" #include "hw/ppc/spapr.h" #include "hw/boards.h" #include "qapi/error.h" #include "sysemu/cpus.h" -#include "target-ppc/kvm_ppc.h" +#include "target/ppc/kvm_ppc.h" #include "hw/ppc/ppc.h" -#include "target-ppc/mmu-hash64.h" +#include "target/ppc/mmu-hash64.h" #include "sysemu/numa.h" static void spapr_cpu_reset(void *opaque) diff --git a/hw/sh4/shix.c b/hw/sh4/shix.c index 14d4007..fd00cc5 100644 --- a/hw/sh4/shix.c +++ b/hw/sh4/shix.c @@ -25,7 +25,7 @@ Shix 2.0 board by Alexis Polti, described at https://web.archive.org/web/20070917001736/perso.enst.fr/~polti/realisations/shix20 - More information in target-sh4/README.sh4 + More information in target/sh4/README.sh4 */ #include "qemu/osdep.h" #include "qapi/error.h" diff --git a/include/hw/arm/arm.h b/include/hw/arm/arm.h index aeeebfe..c175c0e 100644 --- a/include/hw/arm/arm.h +++ b/include/hw/arm/arm.h @@ -12,7 +12,7 @@ #define HW_ARM_H #include "exec/memory.h" -#include "target-arm/cpu-qom.h" +#include "target/arm/cpu-qom.h" #include "hw/irq.h" #include "qemu/notify.h" diff --git a/include/hw/arm/exynos4210.h b/include/hw/arm/exynos4210.h index 29fef8b..76bb6d4 100644 --- a/include/hw/arm/exynos4210.h +++ b/include/hw/arm/exynos4210.h @@ -27,7 +27,7 @@ #include "qemu-common.h" #include "exec/memory.h" -#include "target-arm/cpu-qom.h" +#include "target/arm/cpu-qom.h" #define EXYNOS4210_NCPUS 2 diff --git a/include/hw/arm/omap.h b/include/hw/arm/omap.h index f026c8d..f25870b 100644 --- a/include/hw/arm/omap.h +++ b/include/hw/arm/omap.h @@ -20,7 +20,7 @@ #include "exec/memory.h" # define hw_omap_h "omap.h" #include "hw/irq.h" -#include "target-arm/cpu-qom.h" +#include "target/arm/cpu-qom.h" # define OMAP_EMIFS_BASE 0x00000000 # define OMAP2_Q0_BASE 0x00000000 diff --git a/include/hw/arm/pxa.h b/include/hw/arm/pxa.h index 191e068..0df1199 100644 --- a/include/hw/arm/pxa.h +++ b/include/hw/arm/pxa.h @@ -11,7 +11,7 @@ #define PXA_H #include "exec/memory.h" -#include "target-arm/cpu-qom.h" +#include "target/arm/cpu-qom.h" /* Interrupt numbers */ # define PXA2XX_PIC_SSP3 0 diff --git a/include/hw/m68k/mcf.h b/include/hw/m68k/mcf.h index 0f0d228..fdae229 100644 --- a/include/hw/m68k/mcf.h +++ b/include/hw/m68k/mcf.h @@ -2,7 +2,7 @@ #define HW_MCF_H /* Motorola ColdFire device prototypes. */ -#include "target-m68k/cpu-qom.h" +#include "target/m68k/cpu-qom.h" struct MemoryRegion; diff --git a/include/hw/mips/cpudevs.h b/include/hw/mips/cpudevs.h index 8673daa..698339b 100644 --- a/include/hw/mips/cpudevs.h +++ b/include/hw/mips/cpudevs.h @@ -1,7 +1,7 @@ #ifndef HW_MIPS_CPUDEVS_H #define HW_MIPS_CPUDEVS_H -#include "target-mips/cpu-qom.h" +#include "target/mips/cpu-qom.h" /* Definitions for MIPS CPU internal devices. */ diff --git a/include/hw/ppc/fdt.h b/include/hw/ppc/fdt.h index 0cabb6a..bd5b0a8 100644 --- a/include/hw/ppc/fdt.h +++ b/include/hw/ppc/fdt.h @@ -11,7 +11,7 @@ #define PPC_FDT_H #include "qemu/error-report.h" -#include "target-ppc/cpu-qom.h" +#include "target/ppc/cpu-qom.h" #define _FDT(exp) \ do { \ diff --git a/include/hw/ppc/ppc.h b/include/hw/ppc/ppc.h index 00c1fb1..4e7fe11 100644 --- a/include/hw/ppc/ppc.h +++ b/include/hw/ppc/ppc.h @@ -1,7 +1,7 @@ #ifndef HW_PPC_H #define HW_PPC_H -#include "target-ppc/cpu-qom.h" +#include "target/ppc/cpu-qom.h" void ppc_set_irq(PowerPCCPU *cpu, int n_IRQ, int level); diff --git a/include/hw/ppc/spapr_cpu_core.h b/include/hw/ppc/spapr_cpu_core.h index 283969b..50292f4 100644 --- a/include/hw/ppc/spapr_cpu_core.h +++ b/include/hw/ppc/spapr_cpu_core.h @@ -11,7 +11,7 @@ #include "hw/qdev.h" #include "hw/cpu/core.h" -#include "target-ppc/cpu-qom.h" +#include "target/ppc/cpu-qom.h" #define TYPE_SPAPR_CPU_CORE "spapr-cpu-core" #define SPAPR_CPU_CORE(obj) \ diff --git a/include/hw/sh4/sh.h b/include/hw/sh4/sh.h index 070312d..e59b9e7 100644 --- a/include/hw/sh4/sh.h +++ b/include/hw/sh4/sh.h @@ -3,7 +3,7 @@ /* Definitions for SH board emulation. */ #include "hw/sh4/sh_intc.h" -#include "target-sh4/cpu-qom.h" +#include "target/sh4/cpu-qom.h" #define A7ADDR(x) ((x) & 0x1fffffff) #define P4ADDR(x) ((x) | 0xe0000000) diff --git a/scripts/analyze-inclusions b/scripts/analyze-inclusions index a8108d9..14806e1 100644 --- a/scripts/analyze-inclusions +++ b/scripts/analyze-inclusions @@ -48,7 +48,7 @@ grep_include() { echo Found $(find . -name "*.d" | wc -l) object files echo $(grep_include -F 'include/qemu-common.h') files include qemu-common.h echo $(grep_include -F 'hw/hw.h') files include hw/hw.h -echo $(grep_include 'target-[a-z0-9]*/cpu\.h') files include cpu.h +echo $(grep_include 'target/[a-z0-9]*/cpu\.h') files include cpu.h echo $(grep_include -F 'qapi-types.h') files include qapi-types.h echo $(grep_include -F 'trace/generated-tracers.h') files include generated-tracers.h echo $(grep_include -F 'qapi/error.h') files include qapi/error.h @@ -95,8 +95,8 @@ analyze -include ../include/qemu/osdep.h ../include/hw/hw.h echo trace/generated-tracers.h: analyze -include ../include/qemu/osdep.h trace/generated-tracers.h -echo target-i386/cpu.h: -analyze -DNEED_CPU_H -I../target-i386 -Ii386-softmmu -include ../include/qemu/osdep.h ../target-i386/cpu.h +echo target/i386/cpu.h: +analyze -DNEED_CPU_H -I../target/i386 -Ii386-softmmu -include ../include/qemu/osdep.h ../target/i386/cpu.h echo hw/hw.h + NEED_CPU_H: -analyze -DNEED_CPU_H -I../target-i386 -Ii386-softmmu -include ../include/qemu/osdep.h ../include/hw/hw.h +analyze -DNEED_CPU_H -I../target/i386 -Ii386-softmmu -include ../include/qemu/osdep.h ../include/hw/hw.h diff --git a/target-alpha/Makefile.objs b/target/alpha/Makefile.objs index 6366462..6366462 100644 --- a/target-alpha/Makefile.objs +++ b/target/alpha/Makefile.objs diff --git a/target-alpha/STATUS b/target/alpha/STATUS index 6c97445..6c97445 100644 --- a/target-alpha/STATUS +++ b/target/alpha/STATUS diff --git a/target-alpha/cpu-qom.h b/target/alpha/cpu-qom.h index bae4945..bae4945 100644 --- a/target-alpha/cpu-qom.h +++ b/target/alpha/cpu-qom.h diff --git a/target-alpha/cpu.c b/target/alpha/cpu.c index 30d77ce..30d77ce 100644 --- a/target-alpha/cpu.c +++ b/target/alpha/cpu.c diff --git a/target-alpha/cpu.h b/target/alpha/cpu.h index b08d160..b08d160 100644 --- a/target-alpha/cpu.h +++ b/target/alpha/cpu.h diff --git a/target-alpha/fpu_helper.c b/target/alpha/fpu_helper.c index 9645978..9645978 100644 --- a/target-alpha/fpu_helper.c +++ b/target/alpha/fpu_helper.c diff --git a/target-alpha/gdbstub.c b/target/alpha/gdbstub.c index d64bccc..d64bccc 100644 --- a/target-alpha/gdbstub.c +++ b/target/alpha/gdbstub.c diff --git a/target-alpha/helper.c b/target/alpha/helper.c index a5c3088..a5c3088 100644 --- a/target-alpha/helper.c +++ b/target/alpha/helper.c diff --git a/target-alpha/helper.h b/target/alpha/helper.h index 004221d..004221d 100644 --- a/target-alpha/helper.h +++ b/target/alpha/helper.h diff --git a/target-alpha/int_helper.c b/target/alpha/int_helper.c index 19bebfe..19bebfe 100644 --- a/target-alpha/int_helper.c +++ b/target/alpha/int_helper.c diff --git a/target-alpha/machine.c b/target/alpha/machine.c index b99a123..b99a123 100644 --- a/target-alpha/machine.c +++ b/target/alpha/machine.c diff --git a/target-alpha/mem_helper.c b/target/alpha/mem_helper.c index 78a7d45..78a7d45 100644 --- a/target-alpha/mem_helper.c +++ b/target/alpha/mem_helper.c diff --git a/target-alpha/sys_helper.c b/target/alpha/sys_helper.c index bec1e17..bec1e17 100644 --- a/target-alpha/sys_helper.c +++ b/target/alpha/sys_helper.c diff --git a/target-alpha/translate.c b/target/alpha/translate.c index 114927b..114927b 100644 --- a/target-alpha/translate.c +++ b/target/alpha/translate.c diff --git a/target-alpha/vax_helper.c b/target/alpha/vax_helper.c index 2b0c178..2b0c178 100644 --- a/target-alpha/vax_helper.c +++ b/target/alpha/vax_helper.c diff --git a/target-arm/Makefile.objs b/target/arm/Makefile.objs index 847fb52..847fb52 100644 --- a/target-arm/Makefile.objs +++ b/target/arm/Makefile.objs diff --git a/target-arm/arch_dump.c b/target/arm/arch_dump.c index 1a9861f..1a9861f 100644 --- a/target-arm/arch_dump.c +++ b/target/arm/arch_dump.c diff --git a/target-arm/arm-powerctl.c b/target/arm/arm-powerctl.c index fbb7a15..fbb7a15 100644 --- a/target-arm/arm-powerctl.c +++ b/target/arm/arm-powerctl.c diff --git a/target-arm/arm-powerctl.h b/target/arm/arm-powerctl.h index 98ee049..98ee049 100644 --- a/target-arm/arm-powerctl.h +++ b/target/arm/arm-powerctl.h diff --git a/target-arm/arm-semi.c b/target/arm/arm-semi.c index 7cac873..7cac873 100644 --- a/target-arm/arm-semi.c +++ b/target/arm/arm-semi.c diff --git a/target-arm/arm_ldst.h b/target/arm/arm_ldst.h index a76d89f..a76d89f 100644 --- a/target-arm/arm_ldst.h +++ b/target/arm/arm_ldst.h diff --git a/target-arm/cpu-qom.h b/target/arm/cpu-qom.h index a42495b..a42495b 100644 --- a/target-arm/cpu-qom.h +++ b/target/arm/cpu-qom.h diff --git a/target-arm/cpu.c b/target/arm/cpu.c index 99f0dbe..99f0dbe 100644 --- a/target-arm/cpu.c +++ b/target/arm/cpu.c diff --git a/target-arm/cpu.h b/target/arm/cpu.h index ca5c849..ca5c849 100644 --- a/target-arm/cpu.h +++ b/target/arm/cpu.h diff --git a/target-arm/cpu64.c b/target/arm/cpu64.c index 549cb1e..549cb1e 100644 --- a/target-arm/cpu64.c +++ b/target/arm/cpu64.c diff --git a/target-arm/crypto_helper.c b/target/arm/crypto_helper.c index 3b6df3f..3b6df3f 100644 --- a/target-arm/crypto_helper.c +++ b/target/arm/crypto_helper.c diff --git a/target-arm/gdbstub.c b/target/arm/gdbstub.c index 04c1208..04c1208 100644 --- a/target-arm/gdbstub.c +++ b/target/arm/gdbstub.c diff --git a/target-arm/gdbstub64.c b/target/arm/gdbstub64.c index 49bc3fc..49bc3fc 100644 --- a/target-arm/gdbstub64.c +++ b/target/arm/gdbstub64.c diff --git a/target-arm/helper-a64.c b/target/arm/helper-a64.c index 98b97df..98b97df 100644 --- a/target-arm/helper-a64.c +++ b/target/arm/helper-a64.c diff --git a/target-arm/helper-a64.h b/target/arm/helper-a64.h index dd32000..dd32000 100644 --- a/target-arm/helper-a64.h +++ b/target/arm/helper-a64.h diff --git a/target-arm/helper.c b/target/arm/helper.c index b5b65ca..b5b65ca 100644 --- a/target-arm/helper.c +++ b/target/arm/helper.c diff --git a/target-arm/helper.h b/target/arm/helper.h index 84aa637..84aa637 100644 --- a/target-arm/helper.h +++ b/target/arm/helper.h diff --git a/target-arm/internals.h b/target/arm/internals.h index 3edccd2..3cae5ff 100644 --- a/target-arm/internals.h +++ b/target/arm/internals.h @@ -18,7 +18,7 @@ * <http://www.gnu.org/licenses/gpl-2.0.html> * * This header defines functions, types, etc which need to be shared - * between different source files within target-arm/ but which are + * between different source files within target/arm/ but which are * private to it and not required by the rest of QEMU. */ diff --git a/target-arm/iwmmxt_helper.c b/target/arm/iwmmxt_helper.c index 7d87e1a..7d87e1a 100644 --- a/target-arm/iwmmxt_helper.c +++ b/target/arm/iwmmxt_helper.c diff --git a/target-arm/kvm-consts.h b/target/arm/kvm-consts.h index a2c9518..a2c9518 100644 --- a/target-arm/kvm-consts.h +++ b/target/arm/kvm-consts.h diff --git a/target-arm/kvm-stub.c b/target/arm/kvm-stub.c index b2c66df..b2c66df 100644 --- a/target-arm/kvm-stub.c +++ b/target/arm/kvm-stub.c diff --git a/target-arm/kvm.c b/target/arm/kvm.c index c00b94e..c00b94e 100644 --- a/target-arm/kvm.c +++ b/target/arm/kvm.c diff --git a/target-arm/kvm32.c b/target/arm/kvm32.c index 069da0c..069da0c 100644 --- a/target-arm/kvm32.c +++ b/target/arm/kvm32.c diff --git a/target-arm/kvm64.c b/target/arm/kvm64.c index 6111109..6111109 100644 --- a/target-arm/kvm64.c +++ b/target/arm/kvm64.c diff --git a/target-arm/kvm_arm.h b/target/arm/kvm_arm.h index 633d088..633d088 100644 --- a/target-arm/kvm_arm.h +++ b/target/arm/kvm_arm.h diff --git a/target-arm/machine.c b/target/arm/machine.c index d90943b..d90943b 100644 --- a/target-arm/machine.c +++ b/target/arm/machine.c diff --git a/target-arm/monitor.c b/target/arm/monitor.c index 299cb80..299cb80 100644 --- a/target-arm/monitor.c +++ b/target/arm/monitor.c diff --git a/target-arm/neon_helper.c b/target/arm/neon_helper.c index ebdf7c9..ebdf7c9 100644 --- a/target-arm/neon_helper.c +++ b/target/arm/neon_helper.c diff --git a/target-arm/op_addsub.h b/target/arm/op_addsub.h index ca4a189..ca4a189 100644 --- a/target-arm/op_addsub.h +++ b/target/arm/op_addsub.h diff --git a/target-arm/op_helper.c b/target/arm/op_helper.c index cd94216..cd94216 100644 --- a/target-arm/op_helper.c +++ b/target/arm/op_helper.c diff --git a/target-arm/psci.c b/target/arm/psci.c index 14316eb..14316eb 100644 --- a/target-arm/psci.c +++ b/target/arm/psci.c diff --git a/target-arm/trace-events b/target/arm/trace-events index 9f726bd..e21c84f 100644 --- a/target-arm/trace-events +++ b/target/arm/trace-events @@ -1,6 +1,6 @@ # See docs/tracing.txt for syntax documentation. -# target-arm/helper.c +# target/arm/helper.c arm_gt_recalc(int timer, int irqstate, uint64_t nexttick) "gt recalc: timer %d irqstate %d next tick %" PRIx64 arm_gt_recalc_disabled(int timer) "gt recalc: timer %d irqstate 0 timer disabled" arm_gt_cval_write(int timer, uint64_t value) "gt_cval_write: timer %d value %" PRIx64 diff --git a/target-arm/translate-a64.c b/target/arm/translate-a64.c index 6dc27a6..6dc27a6 100644 --- a/target-arm/translate-a64.c +++ b/target/arm/translate-a64.c diff --git a/target-arm/translate.c b/target/arm/translate.c index 0ad9070..0ad9070 100644 --- a/target-arm/translate.c +++ b/target/arm/translate.c diff --git a/target-arm/translate.h b/target/arm/translate.h index 285e96f..285e96f 100644 --- a/target-arm/translate.h +++ b/target/arm/translate.h diff --git a/target-cris/Makefile.objs b/target/cris/Makefile.objs index 7779227..7779227 100644 --- a/target-cris/Makefile.objs +++ b/target/cris/Makefile.objs diff --git a/target-cris/cpu-qom.h b/target/cris/cpu-qom.h index 7556e9f..7556e9f 100644 --- a/target-cris/cpu-qom.h +++ b/target/cris/cpu-qom.h diff --git a/target-cris/cpu.c b/target/cris/cpu.c index 2e9ab97..2e9ab97 100644 --- a/target-cris/cpu.c +++ b/target/cris/cpu.c diff --git a/target-cris/cpu.h b/target/cris/cpu.h index 43d5f9d..43d5f9d 100644 --- a/target-cris/cpu.h +++ b/target/cris/cpu.h diff --git a/target-cris/crisv10-decode.h b/target/cris/crisv10-decode.h index bdb4b6d..bdb4b6d 100644 --- a/target-cris/crisv10-decode.h +++ b/target/cris/crisv10-decode.h diff --git a/target-cris/crisv32-decode.h b/target/cris/crisv32-decode.h index cdc2f8c..cdc2f8c 100644 --- a/target-cris/crisv32-decode.h +++ b/target/cris/crisv32-decode.h diff --git a/target-cris/gdbstub.c b/target/cris/gdbstub.c index 3a72ee2..3a72ee2 100644 --- a/target-cris/gdbstub.c +++ b/target/cris/gdbstub.c diff --git a/target-cris/helper.c b/target/cris/helper.c index af78cca..af78cca 100644 --- a/target-cris/helper.c +++ b/target/cris/helper.c diff --git a/target-cris/helper.h b/target/cris/helper.h index ff35956..ff35956 100644 --- a/target-cris/helper.h +++ b/target/cris/helper.h diff --git a/target-cris/machine.c b/target/cris/machine.c index 6b797e8..6b797e8 100644 --- a/target-cris/machine.c +++ b/target/cris/machine.c diff --git a/target-cris/mmu.c b/target/cris/mmu.c index b8db908..b8db908 100644 --- a/target-cris/mmu.c +++ b/target/cris/mmu.c diff --git a/target-cris/mmu.h b/target/cris/mmu.h index 8e249e8..8e249e8 100644 --- a/target-cris/mmu.h +++ b/target/cris/mmu.h diff --git a/target-cris/op_helper.c b/target/cris/op_helper.c index 5043039..5043039 100644 --- a/target-cris/op_helper.c +++ b/target/cris/op_helper.c diff --git a/target-cris/opcode-cris.h b/target/cris/opcode-cris.h index e7ebb98..e7ebb98 100644 --- a/target-cris/opcode-cris.h +++ b/target/cris/opcode-cris.h diff --git a/target-cris/translate.c b/target/cris/translate.c index b910427..b910427 100644 --- a/target-cris/translate.c +++ b/target/cris/translate.c diff --git a/target-cris/translate_v10.c b/target/cris/translate_v10.c index 4a0b485..4a0b485 100644 --- a/target-cris/translate_v10.c +++ b/target/cris/translate_v10.c diff --git a/target-i386/Makefile.objs b/target/i386/Makefile.objs index b223d79..b223d79 100644 --- a/target-i386/Makefile.objs +++ b/target/i386/Makefile.objs diff --git a/target-i386/TODO b/target/i386/TODO index a8d69cf..a8d69cf 100644 --- a/target-i386/TODO +++ b/target/i386/TODO diff --git a/target-i386/arch_dump.c b/target/i386/arch_dump.c index 5a2e4be..5a2e4be 100644 --- a/target-i386/arch_dump.c +++ b/target/i386/arch_dump.c diff --git a/target-i386/arch_memory_mapping.c b/target/i386/arch_memory_mapping.c index 88f341e..88f341e 100644 --- a/target-i386/arch_memory_mapping.c +++ b/target/i386/arch_memory_mapping.c diff --git a/target-i386/bpt_helper.c b/target/i386/bpt_helper.c index 6fd7fe0..6fd7fe0 100644 --- a/target-i386/bpt_helper.c +++ b/target/i386/bpt_helper.c diff --git a/target-i386/cc_helper.c b/target/i386/cc_helper.c index 83af223..83af223 100644 --- a/target-i386/cc_helper.c +++ b/target/i386/cc_helper.c diff --git a/target-i386/cc_helper_template.h b/target/i386/cc_helper_template.h index 607311f..607311f 100644 --- a/target-i386/cc_helper_template.h +++ b/target/i386/cc_helper_template.h diff --git a/target-i386/cpu-qom.h b/target/i386/cpu-qom.h index 7c9a07a..7c9a07a 100644 --- a/target-i386/cpu-qom.h +++ b/target/i386/cpu-qom.h diff --git a/target-i386/cpu.c b/target/i386/cpu.c index de1f30e..de1f30e 100644 --- a/target-i386/cpu.c +++ b/target/i386/cpu.c diff --git a/target-i386/cpu.h b/target/i386/cpu.h index c605724..c605724 100644 --- a/target-i386/cpu.h +++ b/target/i386/cpu.h diff --git a/target-i386/excp_helper.c b/target/i386/excp_helper.c index f0dc499..f0dc499 100644 --- a/target-i386/excp_helper.c +++ b/target/i386/excp_helper.c diff --git a/target-i386/fpu_helper.c b/target/i386/fpu_helper.c index 2049a8c..2049a8c 100644 --- a/target-i386/fpu_helper.c +++ b/target/i386/fpu_helper.c diff --git a/target-i386/gdbstub.c b/target/i386/gdbstub.c index c494535..c494535 100644 --- a/target-i386/gdbstub.c +++ b/target/i386/gdbstub.c diff --git a/target-i386/helper.c b/target/i386/helper.c index 4ecc091..4ecc091 100644 --- a/target-i386/helper.c +++ b/target/i386/helper.c diff --git a/target-i386/helper.h b/target/i386/helper.h index 4e859eb..4e859eb 100644 --- a/target-i386/helper.h +++ b/target/i386/helper.h diff --git a/target-i386/hyperv.c b/target/i386/hyperv.c index 39a230f..39a230f 100644 --- a/target-i386/hyperv.c +++ b/target/i386/hyperv.c diff --git a/target-i386/hyperv.h b/target/i386/hyperv.h index 0c3b562..0c3b562 100644 --- a/target-i386/hyperv.h +++ b/target/i386/hyperv.h diff --git a/target-i386/int_helper.c b/target/i386/int_helper.c index 9e873ac..9e873ac 100644 --- a/target-i386/int_helper.c +++ b/target/i386/int_helper.c diff --git a/target-i386/kvm-stub.c b/target/i386/kvm-stub.c index bda4dc2..bda4dc2 100644 --- a/target-i386/kvm-stub.c +++ b/target/i386/kvm-stub.c diff --git a/target-i386/kvm.c b/target/i386/kvm.c index f62264a..f62264a 100644 --- a/target-i386/kvm.c +++ b/target/i386/kvm.c diff --git a/target-i386/kvm_i386.h b/target/i386/kvm_i386.h index 7607929..7607929 100644 --- a/target-i386/kvm_i386.h +++ b/target/i386/kvm_i386.h diff --git a/target-i386/machine.c b/target/i386/machine.c index 760f82b..760f82b 100644 --- a/target-i386/machine.c +++ b/target/i386/machine.c diff --git a/target-i386/mem_helper.c b/target/i386/mem_helper.c index 70f6766..70f6766 100644 --- a/target-i386/mem_helper.c +++ b/target/i386/mem_helper.c diff --git a/target-i386/misc_helper.c b/target/i386/misc_helper.c index 3f666b4..3f666b4 100644 --- a/target-i386/misc_helper.c +++ b/target/i386/misc_helper.c diff --git a/target-i386/monitor.c b/target/i386/monitor.c index 9a3b4d7..9a3b4d7 100644 --- a/target-i386/monitor.c +++ b/target/i386/monitor.c diff --git a/target-i386/mpx_helper.c b/target/i386/mpx_helper.c index 7e44820..7e44820 100644 --- a/target-i386/mpx_helper.c +++ b/target/i386/mpx_helper.c diff --git a/target-i386/ops_sse.h b/target/i386/ops_sse.h index 7a98f53..7a98f53 100644 --- a/target-i386/ops_sse.h +++ b/target/i386/ops_sse.h diff --git a/target-i386/ops_sse_header.h b/target/i386/ops_sse_header.h index 64c5857..64c5857 100644 --- a/target-i386/ops_sse_header.h +++ b/target/i386/ops_sse_header.h diff --git a/target-i386/seg_helper.c b/target/i386/seg_helper.c index fb79f31..fb79f31 100644 --- a/target-i386/seg_helper.c +++ b/target/i386/seg_helper.c diff --git a/target-i386/shift_helper_template.h b/target/i386/shift_helper_template.h index cf91a2d..cf91a2d 100644 --- a/target-i386/shift_helper_template.h +++ b/target/i386/shift_helper_template.h diff --git a/target-i386/smm_helper.c b/target/i386/smm_helper.c index 4dd6a2c..4dd6a2c 100644 --- a/target-i386/smm_helper.c +++ b/target/i386/smm_helper.c diff --git a/target-i386/svm.h b/target/i386/svm.h index 922c8fd..922c8fd 100644 --- a/target-i386/svm.h +++ b/target/i386/svm.h diff --git a/target-i386/svm_helper.c b/target/i386/svm_helper.c index 782b3f1..782b3f1 100644 --- a/target-i386/svm_helper.c +++ b/target/i386/svm_helper.c diff --git a/target-i386/trace-events b/target/i386/trace-events index 05c5453..de6a1cf 100644 --- a/target-i386/trace-events +++ b/target/i386/trace-events @@ -1,6 +1,6 @@ # See docs/tracing.txt for syntax documentation. -# target-i386/kvm.c +# target/i386/kvm.c kvm_x86_fixup_msi_error(uint32_t gsi) "VT-d failed to remap interrupt for GSI %" PRIu32 kvm_x86_add_msi_route(int virq) "Adding route entry for virq %d" kvm_x86_remove_msi_route(int virq) "Removing route entry for virq %d" diff --git a/target-i386/translate.c b/target/i386/translate.c index 324103c..324103c 100644 --- a/target-i386/translate.c +++ b/target/i386/translate.c diff --git a/target-lm32/Makefile.objs b/target/lm32/Makefile.objs index c3e1bd6..c3e1bd6 100644 --- a/target-lm32/Makefile.objs +++ b/target/lm32/Makefile.objs diff --git a/target-lm32/README b/target/lm32/README index ba3508a..ba3508a 100644 --- a/target-lm32/README +++ b/target/lm32/README diff --git a/target-lm32/TODO b/target/lm32/TODO index e163c42..e163c42 100644 --- a/target-lm32/TODO +++ b/target/lm32/TODO diff --git a/target-lm32/cpu-qom.h b/target/lm32/cpu-qom.h index b423d25..b423d25 100644 --- a/target-lm32/cpu-qom.h +++ b/target/lm32/cpu-qom.h diff --git a/target-lm32/cpu.c b/target/lm32/cpu.c index 8d939a7..8d939a7 100644 --- a/target-lm32/cpu.c +++ b/target/lm32/cpu.c diff --git a/target-lm32/cpu.h b/target/lm32/cpu.h index d8a3515..d8a3515 100644 --- a/target-lm32/cpu.h +++ b/target/lm32/cpu.h diff --git a/target-lm32/gdbstub.c b/target/lm32/gdbstub.c index cf929dd..cf929dd 100644 --- a/target-lm32/gdbstub.c +++ b/target/lm32/gdbstub.c diff --git a/target-lm32/helper.c b/target/lm32/helper.c index 891da18..891da18 100644 --- a/target-lm32/helper.c +++ b/target/lm32/helper.c diff --git a/target-lm32/helper.h b/target/lm32/helper.h index 445578c..445578c 100644 --- a/target-lm32/helper.h +++ b/target/lm32/helper.h diff --git a/target-lm32/lm32-semi.c b/target/lm32/lm32-semi.c index 20f1a1c..6a11a62 100644 --- a/target-lm32/lm32-semi.c +++ b/target/lm32/lm32-semi.c @@ -3,7 +3,7 @@ * * Copyright (c) 2014 Michael Walle <michael@walle.cc> * - * Based on target-m68k/m68k-semi.c, which is + * Based on target/m68k/m68k-semi.c, which is * Copyright (c) 2005-2007 CodeSourcery. * * This work is licensed under the terms of the GNU GPL, version 2 or later. diff --git a/target-lm32/machine.c b/target/lm32/machine.c index 3c258a4..3c258a4 100644 --- a/target-lm32/machine.c +++ b/target/lm32/machine.c diff --git a/target-lm32/op_helper.c b/target/lm32/op_helper.c index 2177c8a..2177c8a 100644 --- a/target-lm32/op_helper.c +++ b/target/lm32/op_helper.c diff --git a/target-lm32/translate.c b/target/lm32/translate.c index 692882f..692882f 100644 --- a/target-lm32/translate.c +++ b/target/lm32/translate.c diff --git a/target-m68k/Makefile.objs b/target/m68k/Makefile.objs index 02cf616..02cf616 100644 --- a/target-m68k/Makefile.objs +++ b/target/m68k/Makefile.objs diff --git a/target-m68k/cpu-qom.h b/target/m68k/cpu-qom.h index 9885bba..9885bba 100644 --- a/target-m68k/cpu-qom.h +++ b/target/m68k/cpu-qom.h diff --git a/target-m68k/cpu.c b/target/m68k/cpu.c index ba17480..ba17480 100644 --- a/target-m68k/cpu.c +++ b/target/m68k/cpu.c diff --git a/target-m68k/cpu.h b/target/m68k/cpu.h index 6dfb54e..6dfb54e 100644 --- a/target-m68k/cpu.h +++ b/target/m68k/cpu.h diff --git a/target-m68k/gdbstub.c b/target/m68k/gdbstub.c index c7f44c9..c7f44c9 100644 --- a/target-m68k/gdbstub.c +++ b/target/m68k/gdbstub.c diff --git a/target-m68k/helper.c b/target/m68k/helper.c index 7aed9ff..7aed9ff 100644 --- a/target-m68k/helper.c +++ b/target/m68k/helper.c diff --git a/target-m68k/helper.h b/target/m68k/helper.h index 2697e32..2697e32 100644 --- a/target-m68k/helper.h +++ b/target/m68k/helper.h diff --git a/target-m68k/m68k-semi.c b/target/m68k/m68k-semi.c index 1402145..1402145 100644 --- a/target-m68k/m68k-semi.c +++ b/target/m68k/m68k-semi.c diff --git a/target-m68k/op_helper.c b/target/m68k/op_helper.c index 48e02e4..48e02e4 100644 --- a/target-m68k/op_helper.c +++ b/target/m68k/op_helper.c diff --git a/target-m68k/qregs.def b/target/m68k/qregs.def index 156c0f5..156c0f5 100644 --- a/target-m68k/qregs.def +++ b/target/m68k/qregs.def diff --git a/target-m68k/translate.c b/target/m68k/translate.c index d6ed883..d6ed883 100644 --- a/target-m68k/translate.c +++ b/target/m68k/translate.c diff --git a/target-microblaze/Makefile.objs b/target/microblaze/Makefile.objs index f3d7b44..f3d7b44 100644 --- a/target-microblaze/Makefile.objs +++ b/target/microblaze/Makefile.objs diff --git a/target-microblaze/cpu-qom.h b/target/microblaze/cpu-qom.h index 1a61db7..1a61db7 100644 --- a/target-microblaze/cpu-qom.h +++ b/target/microblaze/cpu-qom.h diff --git a/target-microblaze/cpu.c b/target/microblaze/cpu.c index 389c7b6..389c7b6 100644 --- a/target-microblaze/cpu.c +++ b/target/microblaze/cpu.c diff --git a/target-microblaze/cpu.h b/target/microblaze/cpu.h index beb75ff..beb75ff 100644 --- a/target-microblaze/cpu.h +++ b/target/microblaze/cpu.h diff --git a/target-microblaze/gdbstub.c b/target/microblaze/gdbstub.c index 7fb076c..7fb076c 100644 --- a/target-microblaze/gdbstub.c +++ b/target/microblaze/gdbstub.c diff --git a/target-microblaze/helper.c b/target/microblaze/helper.c index da394d1..da394d1 100644 --- a/target-microblaze/helper.c +++ b/target/microblaze/helper.c diff --git a/target-microblaze/helper.h b/target/microblaze/helper.h index bd13826..bd13826 100644 --- a/target-microblaze/helper.h +++ b/target/microblaze/helper.h diff --git a/target-microblaze/microblaze-decode.h b/target/microblaze/microblaze-decode.h index 401319e..401319e 100644 --- a/target-microblaze/microblaze-decode.h +++ b/target/microblaze/microblaze-decode.h diff --git a/target-microblaze/mmu.c b/target/microblaze/mmu.c index a22a496..a22a496 100644 --- a/target-microblaze/mmu.c +++ b/target/microblaze/mmu.c diff --git a/target-microblaze/mmu.h b/target/microblaze/mmu.h index 3b7a998..3b7a998 100644 --- a/target-microblaze/mmu.h +++ b/target/microblaze/mmu.h diff --git a/target-microblaze/op_helper.c b/target/microblaze/op_helper.c index 4a856e6..4a856e6 100644 --- a/target-microblaze/op_helper.c +++ b/target/microblaze/op_helper.c diff --git a/target-microblaze/translate.c b/target/microblaze/translate.c index de2090a..de2090a 100644 --- a/target-microblaze/translate.c +++ b/target/microblaze/translate.c diff --git a/target-mips/Makefile.objs b/target/mips/Makefile.objs index bc5ed85..bc5ed85 100644 --- a/target-mips/Makefile.objs +++ b/target/mips/Makefile.objs diff --git a/target-mips/TODO b/target/mips/TODO index 1d782d8..1d782d8 100644 --- a/target-mips/TODO +++ b/target/mips/TODO diff --git a/target-mips/cpu-qom.h b/target/mips/cpu-qom.h index 3f5bf23..3f5bf23 100644 --- a/target-mips/cpu-qom.h +++ b/target/mips/cpu-qom.h diff --git a/target-mips/cpu.c b/target/mips/cpu.c index 65ca607..65ca607 100644 --- a/target-mips/cpu.c +++ b/target/mips/cpu.c diff --git a/target-mips/cpu.h b/target/mips/cpu.h index 5182dc7..5182dc7 100644 --- a/target-mips/cpu.h +++ b/target/mips/cpu.h diff --git a/target-mips/dsp_helper.c b/target/mips/dsp_helper.c index dc70793..dc70793 100644 --- a/target-mips/dsp_helper.c +++ b/target/mips/dsp_helper.c diff --git a/target-mips/gdbstub.c b/target/mips/gdbstub.c index 7c68228..7c68228 100644 --- a/target-mips/gdbstub.c +++ b/target/mips/gdbstub.c diff --git a/target-mips/helper.c b/target/mips/helper.c index c864b15..c864b15 100644 --- a/target-mips/helper.c +++ b/target/mips/helper.c diff --git a/target-mips/helper.h b/target/mips/helper.h index 666936c..666936c 100644 --- a/target-mips/helper.h +++ b/target/mips/helper.h diff --git a/target-mips/kvm.c b/target/mips/kvm.c index dcf5fbb..dcf5fbb 100644 --- a/target-mips/kvm.c +++ b/target/mips/kvm.c diff --git a/target-mips/kvm_mips.h b/target/mips/kvm_mips.h index ae957f3..ae957f3 100644 --- a/target-mips/kvm_mips.h +++ b/target/mips/kvm_mips.h diff --git a/target-mips/lmi_helper.c b/target/mips/lmi_helper.c index fb1245b..fb1245b 100644 --- a/target-mips/lmi_helper.c +++ b/target/mips/lmi_helper.c diff --git a/target-mips/machine.c b/target/mips/machine.c index d20d948..d20d948 100644 --- a/target-mips/machine.c +++ b/target/mips/machine.c diff --git a/target-mips/mips-defs.h b/target/mips/mips-defs.h index 047554e..047554e 100644 --- a/target-mips/mips-defs.h +++ b/target/mips/mips-defs.h diff --git a/target-mips/mips-semi.c b/target/mips/mips-semi.c index a7aefba..a7aefba 100644 --- a/target-mips/mips-semi.c +++ b/target/mips/mips-semi.c diff --git a/target-mips/msa_helper.c b/target/mips/msa_helper.c index 1fdb0d9..1fdb0d9 100644 --- a/target-mips/msa_helper.c +++ b/target/mips/msa_helper.c diff --git a/target-mips/op_helper.c b/target/mips/op_helper.c index 7af4c2f..7af4c2f 100644 --- a/target-mips/op_helper.c +++ b/target/mips/op_helper.c diff --git a/target-mips/translate.c b/target/mips/translate.c index 57b824f..57b824f 100644 --- a/target-mips/translate.c +++ b/target/mips/translate.c diff --git a/target-mips/translate_init.c b/target/mips/translate_init.c index 6ae23e4..6ae23e4 100644 --- a/target-mips/translate_init.c +++ b/target/mips/translate_init.c diff --git a/target-moxie/Makefile.objs b/target/moxie/Makefile.objs index 6381d4d..6381d4d 100644 --- a/target-moxie/Makefile.objs +++ b/target/moxie/Makefile.objs diff --git a/target-moxie/cpu.c b/target/moxie/cpu.c index b0be4a7..b0be4a7 100644 --- a/target-moxie/cpu.c +++ b/target/moxie/cpu.c diff --git a/target-moxie/cpu.h b/target/moxie/cpu.h index 3e880fa..3e880fa 100644 --- a/target-moxie/cpu.h +++ b/target/moxie/cpu.h diff --git a/target-moxie/helper.c b/target/moxie/helper.c index 330299f..330299f 100644 --- a/target-moxie/helper.c +++ b/target/moxie/helper.c diff --git a/target-moxie/helper.h b/target/moxie/helper.h index d94ef7a..d94ef7a 100644 --- a/target-moxie/helper.h +++ b/target/moxie/helper.h diff --git a/target-moxie/machine.c b/target/moxie/machine.c index 282dcd8..282dcd8 100644 --- a/target-moxie/machine.c +++ b/target/moxie/machine.c diff --git a/target-moxie/machine.h b/target/moxie/machine.h index a1b7290..a1b7290 100644 --- a/target-moxie/machine.h +++ b/target/moxie/machine.h diff --git a/target-moxie/mmu.c b/target/moxie/mmu.c index 9203330..9203330 100644 --- a/target-moxie/mmu.c +++ b/target/moxie/mmu.c diff --git a/target-moxie/mmu.h b/target/moxie/mmu.h index 284a44d..284a44d 100644 --- a/target-moxie/mmu.h +++ b/target/moxie/mmu.h diff --git a/target-moxie/translate.c b/target/moxie/translate.c index 0660b44..0660b44 100644 --- a/target-moxie/translate.c +++ b/target/moxie/translate.c diff --git a/target-openrisc/Makefile.objs b/target/openrisc/Makefile.objs index 397d016..397d016 100644 --- a/target-openrisc/Makefile.objs +++ b/target/openrisc/Makefile.objs diff --git a/target-openrisc/cpu.c b/target/openrisc/cpu.c index 698e87b..698e87b 100644 --- a/target-openrisc/cpu.c +++ b/target/openrisc/cpu.c diff --git a/target-openrisc/cpu.h b/target/openrisc/cpu.h index aaf1535..aaf1535 100644 --- a/target-openrisc/cpu.h +++ b/target/openrisc/cpu.h diff --git a/target-openrisc/exception.c b/target/openrisc/exception.c index 49470be..49470be 100644 --- a/target-openrisc/exception.c +++ b/target/openrisc/exception.c diff --git a/target-openrisc/exception.h b/target/openrisc/exception.h index 4ec56b4..4ec56b4 100644 --- a/target-openrisc/exception.h +++ b/target/openrisc/exception.h diff --git a/target-openrisc/exception_helper.c b/target/openrisc/exception_helper.c index 329a9e4..329a9e4 100644 --- a/target-openrisc/exception_helper.c +++ b/target/openrisc/exception_helper.c diff --git a/target-openrisc/fpu_helper.c b/target/openrisc/fpu_helper.c index c54404b..c54404b 100644 --- a/target-openrisc/fpu_helper.c +++ b/target/openrisc/fpu_helper.c diff --git a/target-openrisc/gdbstub.c b/target/openrisc/gdbstub.c index cb16e76..cb16e76 100644 --- a/target-openrisc/gdbstub.c +++ b/target/openrisc/gdbstub.c diff --git a/target-openrisc/helper.h b/target/openrisc/helper.h index f53fa21..f53fa21 100644 --- a/target-openrisc/helper.h +++ b/target/openrisc/helper.h diff --git a/target-openrisc/int_helper.c b/target/openrisc/int_helper.c index 4d1f958..4d1f958 100644 --- a/target-openrisc/int_helper.c +++ b/target/openrisc/int_helper.c diff --git a/target-openrisc/interrupt.c b/target/openrisc/interrupt.c index 5fe3f11..5fe3f11 100644 --- a/target-openrisc/interrupt.c +++ b/target/openrisc/interrupt.c diff --git a/target-openrisc/interrupt_helper.c b/target/openrisc/interrupt_helper.c index 116f9109..116f9109 100644 --- a/target-openrisc/interrupt_helper.c +++ b/target/openrisc/interrupt_helper.c diff --git a/target-openrisc/machine.c b/target/openrisc/machine.c index 17b0c77..17b0c77 100644 --- a/target-openrisc/machine.c +++ b/target/openrisc/machine.c diff --git a/target-openrisc/mmu.c b/target/openrisc/mmu.c index 505dcdc..505dcdc 100644 --- a/target-openrisc/mmu.c +++ b/target/openrisc/mmu.c diff --git a/target-openrisc/mmu_helper.c b/target/openrisc/mmu_helper.c index a44d0aa..a44d0aa 100644 --- a/target-openrisc/mmu_helper.c +++ b/target/openrisc/mmu_helper.c diff --git a/target-openrisc/sys_helper.c b/target/openrisc/sys_helper.c index a719e45..a719e45 100644 --- a/target-openrisc/sys_helper.c +++ b/target/openrisc/sys_helper.c diff --git a/target-openrisc/translate.c b/target/openrisc/translate.c index 229361a..229361a 100644 --- a/target-openrisc/translate.c +++ b/target/openrisc/translate.c diff --git a/target-ppc/Makefile.objs b/target/ppc/Makefile.objs index e667e69..e667e69 100644 --- a/target-ppc/Makefile.objs +++ b/target/ppc/Makefile.objs diff --git a/target-ppc/STATUS b/target/ppc/STATUS index a4d48a7..a4d48a7 100644 --- a/target-ppc/STATUS +++ b/target/ppc/STATUS diff --git a/target-ppc/arch_dump.c b/target/ppc/arch_dump.c index 40282a1..40282a1 100644 --- a/target-ppc/arch_dump.c +++ b/target/ppc/arch_dump.c diff --git a/target-ppc/cpu-models.c b/target/ppc/cpu-models.c index 506dee1..506dee1 100644 --- a/target-ppc/cpu-models.c +++ b/target/ppc/cpu-models.c diff --git a/target-ppc/cpu-models.h b/target/ppc/cpu-models.h index aafbbd7..aafbbd7 100644 --- a/target-ppc/cpu-models.h +++ b/target/ppc/cpu-models.h diff --git a/target-ppc/cpu-qom.h b/target/ppc/cpu-qom.h index d46c31a..d46c31a 100644 --- a/target-ppc/cpu-qom.h +++ b/target/ppc/cpu-qom.h diff --git a/target-ppc/cpu.h b/target/ppc/cpu.h index 2a50c43..2a50c43 100644 --- a/target-ppc/cpu.h +++ b/target/ppc/cpu.h diff --git a/target-ppc/dfp_helper.c b/target/ppc/dfp_helper.c index 9164fe7..9164fe7 100644 --- a/target-ppc/dfp_helper.c +++ b/target/ppc/dfp_helper.c diff --git a/target-ppc/excp_helper.c b/target/ppc/excp_helper.c index 93369d4..93369d4 100644 --- a/target-ppc/excp_helper.c +++ b/target/ppc/excp_helper.c diff --git a/target-ppc/fpu_helper.c b/target/ppc/fpu_helper.c index 8a389e1..8a389e1 100644 --- a/target-ppc/fpu_helper.c +++ b/target/ppc/fpu_helper.c diff --git a/target-ppc/gdbstub.c b/target/ppc/gdbstub.c index 7a33813..7a33813 100644 --- a/target-ppc/gdbstub.c +++ b/target/ppc/gdbstub.c diff --git a/target-ppc/helper.h b/target/ppc/helper.h index da00f0a..da00f0a 100644 --- a/target-ppc/helper.h +++ b/target/ppc/helper.h diff --git a/target-ppc/helper_regs.h b/target/ppc/helper_regs.h index 6213816..6213816 100644 --- a/target-ppc/helper_regs.h +++ b/target/ppc/helper_regs.h diff --git a/target-ppc/int_helper.c b/target/ppc/int_helper.c index 2d57c9a..2d57c9a 100644 --- a/target-ppc/int_helper.c +++ b/target/ppc/int_helper.c diff --git a/target-ppc/internal.h b/target/ppc/internal.h index 1ff4896..1ff4896 100644 --- a/target-ppc/internal.h +++ b/target/ppc/internal.h diff --git a/target-ppc/kvm-stub.c b/target/ppc/kvm-stub.c index efeafca..efeafca 100644 --- a/target-ppc/kvm-stub.c +++ b/target/ppc/kvm-stub.c diff --git a/target-ppc/kvm.c b/target/ppc/kvm.c index 9c4834c..9c4834c 100644 --- a/target-ppc/kvm.c +++ b/target/ppc/kvm.c diff --git a/target-ppc/kvm_ppc.h b/target/ppc/kvm_ppc.h index bd1d78b..bd1d78b 100644 --- a/target-ppc/kvm_ppc.h +++ b/target/ppc/kvm_ppc.h diff --git a/target-ppc/machine.c b/target/ppc/machine.c index 18c16d2..18c16d2 100644 --- a/target-ppc/machine.c +++ b/target/ppc/machine.c diff --git a/target-ppc/mem_helper.c b/target/ppc/mem_helper.c index 1ab8a6e..1ab8a6e 100644 --- a/target-ppc/mem_helper.c +++ b/target/ppc/mem_helper.c diff --git a/target-ppc/mfrom_table.c b/target/ppc/mfrom_table.c index 6a1fa37..6a1fa37 100644 --- a/target-ppc/mfrom_table.c +++ b/target/ppc/mfrom_table.c diff --git a/target-ppc/mfrom_table_gen.c b/target/ppc/mfrom_table_gen.c index 6317918..6317918 100644 --- a/target-ppc/mfrom_table_gen.c +++ b/target/ppc/mfrom_table_gen.c diff --git a/target-ppc/misc_helper.c b/target/ppc/misc_helper.c index 1e6e705..1e6e705 100644 --- a/target-ppc/misc_helper.c +++ b/target/ppc/misc_helper.c diff --git a/target-ppc/mmu-hash32.c b/target/ppc/mmu-hash32.c index 29bace6..29bace6 100644 --- a/target-ppc/mmu-hash32.c +++ b/target/ppc/mmu-hash32.c diff --git a/target-ppc/mmu-hash32.h b/target/ppc/mmu-hash32.h index 5b9fb08..5b9fb08 100644 --- a/target-ppc/mmu-hash32.h +++ b/target/ppc/mmu-hash32.h diff --git a/target-ppc/mmu-hash64.c b/target/ppc/mmu-hash64.c index fdb7a78..fdb7a78 100644 --- a/target-ppc/mmu-hash64.c +++ b/target/ppc/mmu-hash64.c diff --git a/target-ppc/mmu-hash64.h b/target/ppc/mmu-hash64.h index ab5d347..ab5d347 100644 --- a/target-ppc/mmu-hash64.h +++ b/target/ppc/mmu-hash64.h diff --git a/target-ppc/mmu_helper.c b/target/ppc/mmu_helper.c index d09fc0a..d09fc0a 100644 --- a/target-ppc/mmu_helper.c +++ b/target/ppc/mmu_helper.c diff --git a/target-ppc/monitor.c b/target/ppc/monitor.c index c2d0806..c2d0806 100644 --- a/target-ppc/monitor.c +++ b/target/ppc/monitor.c diff --git a/target-ppc/timebase_helper.c b/target/ppc/timebase_helper.c index 73363e0..73363e0 100644 --- a/target-ppc/timebase_helper.c +++ b/target/ppc/timebase_helper.c diff --git a/target-ppc/trace-events b/target/ppc/trace-events index 8fcc3ce..b666156 100644 --- a/target-ppc/trace-events +++ b/target/ppc/trace-events @@ -1,5 +1,5 @@ # See docs/tracing.txt for syntax documentation. -# target-ppc/kvm.c +# target/ppc/kvm.c kvm_failed_spr_set(int str, const char *msg) "Warning: Unable to set SPR %d to KVM: %s" kvm_failed_spr_get(int str, const char *msg) "Warning: Unable to retrieve SPR %d from KVM: %s" diff --git a/target-ppc/translate.c b/target/ppc/translate.c index 59e9552..59e9552 100644 --- a/target-ppc/translate.c +++ b/target/ppc/translate.c diff --git a/target-ppc/translate/dfp-impl.inc.c b/target/ppc/translate/dfp-impl.inc.c index 178d304..178d304 100644 --- a/target-ppc/translate/dfp-impl.inc.c +++ b/target/ppc/translate/dfp-impl.inc.c diff --git a/target-ppc/translate/dfp-ops.inc.c b/target/ppc/translate/dfp-ops.inc.c index 6ef38e5..6ef38e5 100644 --- a/target-ppc/translate/dfp-ops.inc.c +++ b/target/ppc/translate/dfp-ops.inc.c diff --git a/target-ppc/translate/fp-impl.inc.c b/target/ppc/translate/fp-impl.inc.c index 872af7b..872af7b 100644 --- a/target-ppc/translate/fp-impl.inc.c +++ b/target/ppc/translate/fp-impl.inc.c diff --git a/target-ppc/translate/fp-ops.inc.c b/target/ppc/translate/fp-ops.inc.c index d36ab4e..d36ab4e 100644 --- a/target-ppc/translate/fp-ops.inc.c +++ b/target/ppc/translate/fp-ops.inc.c diff --git a/target-ppc/translate/spe-impl.inc.c b/target/ppc/translate/spe-impl.inc.c index 8c1c16c..8c1c16c 100644 --- a/target-ppc/translate/spe-impl.inc.c +++ b/target/ppc/translate/spe-impl.inc.c diff --git a/target-ppc/translate/spe-ops.inc.c b/target/ppc/translate/spe-ops.inc.c index 7efe8b8..7efe8b8 100644 --- a/target-ppc/translate/spe-ops.inc.c +++ b/target/ppc/translate/spe-ops.inc.c diff --git a/target-ppc/translate/vmx-impl.inc.c b/target/ppc/translate/vmx-impl.inc.c index 7143eb3..7143eb3 100644 --- a/target-ppc/translate/vmx-impl.inc.c +++ b/target/ppc/translate/vmx-impl.inc.c diff --git a/target-ppc/translate/vmx-ops.inc.c b/target/ppc/translate/vmx-ops.inc.c index f02b3be..f02b3be 100644 --- a/target-ppc/translate/vmx-ops.inc.c +++ b/target/ppc/translate/vmx-ops.inc.c diff --git a/target-ppc/translate/vsx-impl.inc.c b/target/ppc/translate/vsx-impl.inc.c index 5a27be4..5a27be4 100644 --- a/target-ppc/translate/vsx-impl.inc.c +++ b/target/ppc/translate/vsx-impl.inc.c diff --git a/target-ppc/translate/vsx-ops.inc.c b/target/ppc/translate/vsx-ops.inc.c index 3d91041..3d91041 100644 --- a/target-ppc/translate/vsx-ops.inc.c +++ b/target/ppc/translate/vsx-ops.inc.c diff --git a/target-ppc/translate_init.c b/target/ppc/translate_init.c index 626e031..626e031 100644 --- a/target-ppc/translate_init.c +++ b/target/ppc/translate_init.c diff --git a/target-ppc/user_only_helper.c b/target/ppc/user_only_helper.c index 6aff347..6aff347 100644 --- a/target-ppc/user_only_helper.c +++ b/target/ppc/user_only_helper.c diff --git a/target-s390x/Makefile.objs b/target/s390x/Makefile.objs index 6b02b17..c573633 100644 --- a/target-s390x/Makefile.objs +++ b/target/s390x/Makefile.objs @@ -5,7 +5,7 @@ obj-$(CONFIG_SOFTMMU) += machine.o ioinst.o arch_dump.o mmu_helper.o obj-$(CONFIG_KVM) += kvm.o # build and run feature list generator -feat-src = $(SRC_PATH)/target-$(TARGET_BASE_ARCH)/ +feat-src = $(SRC_PATH)/target/$(TARGET_BASE_ARCH)/ feat-dst = $(BUILD_DIR)/$(TARGET_DIR) ifneq ($(MAKECMDGOALS),clean) GENERATED_HEADERS += $(feat-dst)gen-features.h diff --git a/target-s390x/arch_dump.c b/target/s390x/arch_dump.c index 4731869..4731869 100644 --- a/target-s390x/arch_dump.c +++ b/target/s390x/arch_dump.c diff --git a/target-s390x/cc_helper.c b/target/s390x/cc_helper.c index 1cf8551..1cf8551 100644 --- a/target-s390x/cc_helper.c +++ b/target/s390x/cc_helper.c diff --git a/target-s390x/cpu-qom.h b/target/s390x/cpu-qom.h index 4e936e7..4e936e7 100644 --- a/target-s390x/cpu-qom.h +++ b/target/s390x/cpu-qom.h diff --git a/target-s390x/cpu.c b/target/s390x/cpu.c index 0a39d31..0a39d31 100644 --- a/target-s390x/cpu.c +++ b/target/s390x/cpu.c diff --git a/target-s390x/cpu.h b/target/s390x/cpu.h index fd36a25..fd36a25 100644 --- a/target-s390x/cpu.h +++ b/target/s390x/cpu.h diff --git a/target-s390x/cpu_features.c b/target/s390x/cpu_features.c index 42fd9d7..42fd9d7 100644 --- a/target-s390x/cpu_features.c +++ b/target/s390x/cpu_features.c diff --git a/target-s390x/cpu_features.h b/target/s390x/cpu_features.h index d669121..d669121 100644 --- a/target-s390x/cpu_features.h +++ b/target/s390x/cpu_features.h diff --git a/target-s390x/cpu_features_def.h b/target/s390x/cpu_features_def.h index aa5ab8d..aa5ab8d 100644 --- a/target-s390x/cpu_features_def.h +++ b/target/s390x/cpu_features_def.h diff --git a/target-s390x/cpu_models.c b/target/s390x/cpu_models.c index c1e729d..c1e729d 100644 --- a/target-s390x/cpu_models.c +++ b/target/s390x/cpu_models.c diff --git a/target-s390x/cpu_models.h b/target/s390x/cpu_models.h index 136a602..136a602 100644 --- a/target-s390x/cpu_models.h +++ b/target/s390x/cpu_models.h diff --git a/target-s390x/fpu_helper.c b/target/s390x/fpu_helper.c index e604e9f..e604e9f 100644 --- a/target-s390x/fpu_helper.c +++ b/target/s390x/fpu_helper.c diff --git a/target-s390x/gdbstub.c b/target/s390x/gdbstub.c index 3d223de..3d223de 100644 --- a/target-s390x/gdbstub.c +++ b/target/s390x/gdbstub.c diff --git a/target-s390x/gen-features.c b/target/s390x/gen-features.c index e674738..e674738 100644 --- a/target-s390x/gen-features.c +++ b/target/s390x/gen-features.c diff --git a/target-s390x/helper.c b/target/s390x/helper.c index 68bd2f9..68bd2f9 100644 --- a/target-s390x/helper.c +++ b/target/s390x/helper.c diff --git a/target-s390x/helper.h b/target/s390x/helper.h index 207a6e7..207a6e7 100644 --- a/target-s390x/helper.h +++ b/target/s390x/helper.h diff --git a/target-s390x/insn-data.def b/target/s390x/insn-data.def index 075ff59..075ff59 100644 --- a/target-s390x/insn-data.def +++ b/target/s390x/insn-data.def diff --git a/target-s390x/insn-format.def b/target/s390x/insn-format.def index 0e898b9..0e898b9 100644 --- a/target-s390x/insn-format.def +++ b/target/s390x/insn-format.def diff --git a/target-s390x/int_helper.c b/target/s390x/int_helper.c index 370c94d..370c94d 100644 --- a/target-s390x/int_helper.c +++ b/target/s390x/int_helper.c diff --git a/target-s390x/interrupt.c b/target/s390x/interrupt.c index 9edef96..9edef96 100644 --- a/target-s390x/interrupt.c +++ b/target/s390x/interrupt.c diff --git a/target-s390x/ioinst.c b/target/s390x/ioinst.c index 590bfa4..590bfa4 100644 --- a/target-s390x/ioinst.c +++ b/target/s390x/ioinst.c diff --git a/target-s390x/kvm.c b/target/s390x/kvm.c index 97afe02..97afe02 100644 --- a/target-s390x/kvm.c +++ b/target/s390x/kvm.c diff --git a/target-s390x/machine.c b/target/s390x/machine.c index edc3a47..edc3a47 100644 --- a/target-s390x/machine.c +++ b/target/s390x/machine.c diff --git a/target-s390x/mem_helper.c b/target/s390x/mem_helper.c index 99bc5e2..99bc5e2 100644 --- a/target-s390x/mem_helper.c +++ b/target/s390x/mem_helper.c diff --git a/target-s390x/misc_helper.c b/target/s390x/misc_helper.c index c9604ea..c9604ea 100644 --- a/target-s390x/misc_helper.c +++ b/target/s390x/misc_helper.c diff --git a/target-s390x/mmu_helper.c b/target/s390x/mmu_helper.c index b11a027..b11a027 100644 --- a/target-s390x/mmu_helper.c +++ b/target/s390x/mmu_helper.c diff --git a/target-s390x/trace-events b/target/s390x/trace-events index df59f5f..1574033 100644 --- a/target-s390x/trace-events +++ b/target/s390x/trace-events @@ -1,22 +1,22 @@ # See docs/tracing.txt for syntax documentation. -# target-s390x/mmu_helper.c +# target/s390x/mmu_helper.c get_skeys_nonzero(int rc) "SKEY: Call to get_skeys unexpectedly returned %d" set_skeys_nonzero(int rc) "SKEY: Call to set_skeys unexpectedly returned %d" -# target-s390x/ioinst.c +# target/s390x/ioinst.c ioinst(const char *insn) "IOINST: %s" ioinst_sch_id(const char *insn, int cssid, int ssid, int schid) "IOINST: %s (%x.%x.%04x)" ioinst_chp_id(const char *insn, int cssid, int chpid) "IOINST: %s (%x.%02x)" ioinst_chsc_cmd(uint16_t cmd, uint16_t len) "IOINST: chsc command %04x, len %04x" -# target-s390x/kvm.c +# target/s390x/kvm.c kvm_enable_cmma(int rc) "CMMA: enabling with result code %d" kvm_clear_cmma(int rc) "CMMA: clearing with result code %d" kvm_failed_cpu_state_set(int cpu_index, uint8_t state, const char *msg) "Warning: Unable to set cpu %d state %" PRIu8 " to KVM: %s" kvm_sigp_finished(uint8_t order, int cpu_index, int dst_index, int cc) "SIGP: Finished order %u on cpu %d -> cpu %d with cc=%d" -# target-s390x/cpu.c +# target/s390x/cpu.c cpu_set_state(int cpu_index, uint8_t state) "setting cpu %d state to %" PRIu8 cpu_halt(int cpu_index) "halting cpu %d" cpu_unhalt(int cpu_index) "unhalting cpu %d" diff --git a/target-s390x/translate.c b/target/s390x/translate.c index 02bc705..02bc705 100644 --- a/target-s390x/translate.c +++ b/target/s390x/translate.c diff --git a/target-sh4/Makefile.objs b/target/sh4/Makefile.objs index 2c25d96..2c25d96 100644 --- a/target-sh4/Makefile.objs +++ b/target/sh4/Makefile.objs diff --git a/target-sh4/README.sh4 b/target/sh4/README.sh4 index ece0464..a192ca7 100644 --- a/target-sh4/README.sh4 +++ b/target/sh4/README.sh4 @@ -8,7 +8,7 @@ file describes the current state of implementation. Most places requiring attention and/or modification can be detected by looking for "XXXXX" or "abort()". -The sh4 core is located in target-sh4/*, while the 7750 peripheral +The sh4 core is located in target/sh4/*, while the 7750 peripheral features (IO ports for example) are located in hw/sh7750.[ch]. The main board description is in hw/shix.c, and the NAND flash in hw/tc58128.[ch]. diff --git a/target-sh4/cpu-qom.h b/target/sh4/cpu-qom.h index 01abb20..01abb20 100644 --- a/target-sh4/cpu-qom.h +++ b/target/sh4/cpu-qom.h diff --git a/target-sh4/cpu.c b/target/sh4/cpu.c index a38f6a6..a38f6a6 100644 --- a/target-sh4/cpu.c +++ b/target/sh4/cpu.c diff --git a/target-sh4/cpu.h b/target/sh4/cpu.h index 478ab55..478ab55 100644 --- a/target-sh4/cpu.h +++ b/target/sh4/cpu.h diff --git a/target-sh4/gdbstub.c b/target/sh4/gdbstub.c index 13bea00..13bea00 100644 --- a/target-sh4/gdbstub.c +++ b/target/sh4/gdbstub.c diff --git a/target-sh4/helper.c b/target/sh4/helper.c index a33ac69..a33ac69 100644 --- a/target-sh4/helper.c +++ b/target/sh4/helper.c diff --git a/target-sh4/helper.h b/target/sh4/helper.h index dce859c..dce859c 100644 --- a/target-sh4/helper.h +++ b/target/sh4/helper.h diff --git a/target-sh4/monitor.c b/target/sh4/monitor.c index 426e5d4..426e5d4 100644 --- a/target-sh4/monitor.c +++ b/target/sh4/monitor.c diff --git a/target-sh4/op_helper.c b/target/sh4/op_helper.c index 684d3f3..684d3f3 100644 --- a/target-sh4/op_helper.c +++ b/target/sh4/op_helper.c diff --git a/target-sh4/translate.c b/target/sh4/translate.c index c89a147..c89a147 100644 --- a/target-sh4/translate.c +++ b/target/sh4/translate.c diff --git a/target-sparc/Makefile.objs b/target/sparc/Makefile.objs index ec90569..ec90569 100644 --- a/target-sparc/Makefile.objs +++ b/target/sparc/Makefile.objs diff --git a/target-sparc/TODO b/target/sparc/TODO index b8c727e..b8c727e 100644 --- a/target-sparc/TODO +++ b/target/sparc/TODO diff --git a/target-sparc/asi.h b/target/sparc/asi.h index c9a1849..c9a1849 100644 --- a/target-sparc/asi.h +++ b/target/sparc/asi.h diff --git a/target-sparc/cc_helper.c b/target/sparc/cc_helper.c index a410a0b..a410a0b 100644 --- a/target-sparc/cc_helper.c +++ b/target/sparc/cc_helper.c diff --git a/target-sparc/cpu-qom.h b/target/sparc/cpu-qom.h index f63af72..f63af72 100644 --- a/target-sparc/cpu-qom.h +++ b/target/sparc/cpu-qom.h diff --git a/target-sparc/cpu.c b/target/sparc/cpu.c index 4e07b92..4e07b92 100644 --- a/target-sparc/cpu.c +++ b/target/sparc/cpu.c diff --git a/target-sparc/cpu.h b/target/sparc/cpu.h index 5fb0ed1..5fb0ed1 100644 --- a/target-sparc/cpu.h +++ b/target/sparc/cpu.h diff --git a/target-sparc/fop_helper.c b/target/sparc/fop_helper.c index c7fb176..c7fb176 100644 --- a/target-sparc/fop_helper.c +++ b/target/sparc/fop_helper.c diff --git a/target-sparc/gdbstub.c b/target/sparc/gdbstub.c index ffc2baa..ffc2baa 100644 --- a/target-sparc/gdbstub.c +++ b/target/sparc/gdbstub.c diff --git a/target-sparc/helper.c b/target/sparc/helper.c index 359b0b1..359b0b1 100644 --- a/target-sparc/helper.c +++ b/target/sparc/helper.c diff --git a/target-sparc/helper.h b/target/sparc/helper.h index 0cf1bfb..0cf1bfb 100644 --- a/target-sparc/helper.h +++ b/target/sparc/helper.h diff --git a/target-sparc/int32_helper.c b/target/sparc/int32_helper.c index 09afe13..09afe13 100644 --- a/target-sparc/int32_helper.c +++ b/target/sparc/int32_helper.c diff --git a/target-sparc/int64_helper.c b/target/sparc/int64_helper.c index 29360fa..29360fa 100644 --- a/target-sparc/int64_helper.c +++ b/target/sparc/int64_helper.c diff --git a/target-sparc/ldst_helper.c b/target/sparc/ldst_helper.c index de7d53a..de7d53a 100644 --- a/target-sparc/ldst_helper.c +++ b/target/sparc/ldst_helper.c diff --git a/target-sparc/machine.c b/target/sparc/machine.c index aea6397..aea6397 100644 --- a/target-sparc/machine.c +++ b/target/sparc/machine.c diff --git a/target-sparc/mmu_helper.c b/target/sparc/mmu_helper.c index 044e88c..044e88c 100644 --- a/target-sparc/mmu_helper.c +++ b/target/sparc/mmu_helper.c diff --git a/target-sparc/monitor.c b/target/sparc/monitor.c index 7cc1b0f..7cc1b0f 100644 --- a/target-sparc/monitor.c +++ b/target/sparc/monitor.c diff --git a/target-sparc/trace-events b/target/sparc/trace-events index bf52d97..8df178a 100644 --- a/target-sparc/trace-events +++ b/target/sparc/trace-events @@ -1,6 +1,6 @@ # See docs/tracing.txt for syntax documentation. -# target-sparc/mmu_helper.c +# target/sparc/mmu_helper.c mmu_helper_dfault(uint64_t address, uint64_t context, int mmu_idx, uint32_t tl) "DFAULT at %"PRIx64" context %"PRIx64" mmu_idx=%d tl=%d" mmu_helper_dprot(uint64_t address, uint64_t context, int mmu_idx, uint32_t tl) "DPROT at %"PRIx64" context %"PRIx64" mmu_idx=%d tl=%d" mmu_helper_dmiss(uint64_t address, uint64_t context) "DMISS at %"PRIx64" context %"PRIx64 @@ -10,16 +10,16 @@ mmu_helper_get_phys_addr_code(uint32_t tl, int mmu_idx, uint64_t prim_context, u mmu_helper_get_phys_addr_data(uint32_t tl, int mmu_idx, uint64_t prim_context, uint64_t sec_context, uint64_t address) "tl=%d mmu_idx=%d primary context=%"PRIx64" secondary context=%"PRIx64" address=%"PRIx64 mmu_helper_mmu_fault(uint64_t address, uint64_t paddr, int mmu_idx, uint32_t tl, uint64_t prim_context, uint64_t sec_context) "Translate at %"PRIx64" -> %"PRIx64", mmu_idx=%d tl=%d primary context=%"PRIx64" secondary context=%"PRIx64 -# target-sparc/int64_helper.c +# target/sparc/int64_helper.c int_helper_set_softint(uint32_t softint) "new %08x" int_helper_clear_softint(uint32_t softint) "new %08x" int_helper_write_softint(uint32_t softint) "new %08x" -# target-sparc/int32_helper.c +# target/sparc/int32_helper.c int_helper_icache_freeze(void) "Instruction cache: freeze" int_helper_dcache_freeze(void) "Data cache: freeze" -# target-sparc/win_helper.c +# target/sparc/win_helper.c win_helper_gregset_error(uint32_t pstate) "ERROR in get_gregset: active pstate bits=%x" win_helper_switch_pstate(uint32_t pstate_regs, uint32_t new_pstate_regs) "change_pstate: switching regs old=%x new=%x" win_helper_no_switch_pstate(uint32_t new_pstate_regs) "change_pstate: regs new=%x (unchanged)" diff --git a/target-sparc/translate.c b/target/sparc/translate.c index 2205f89..2205f89 100644 --- a/target-sparc/translate.c +++ b/target/sparc/translate.c diff --git a/target-sparc/vis_helper.c b/target/sparc/vis_helper.c index 8a9b763..8a9b763 100644 --- a/target-sparc/vis_helper.c +++ b/target/sparc/vis_helper.c diff --git a/target-sparc/win_helper.c b/target/sparc/win_helper.c index 2d5b546..2d5b546 100644 --- a/target-sparc/win_helper.c +++ b/target/sparc/win_helper.c diff --git a/target-tilegx/Makefile.objs b/target/tilegx/Makefile.objs index 0db778f..0db778f 100644 --- a/target-tilegx/Makefile.objs +++ b/target/tilegx/Makefile.objs diff --git a/target-tilegx/cpu.c b/target/tilegx/cpu.c index 454793f..454793f 100644 --- a/target-tilegx/cpu.c +++ b/target/tilegx/cpu.c diff --git a/target-tilegx/cpu.h b/target/tilegx/cpu.h index 1735427..1735427 100644 --- a/target-tilegx/cpu.h +++ b/target/tilegx/cpu.h diff --git a/target-tilegx/helper.c b/target/tilegx/helper.c index b4fba9c..b4fba9c 100644 --- a/target-tilegx/helper.c +++ b/target/tilegx/helper.c diff --git a/target-tilegx/helper.h b/target/tilegx/helper.h index 9281d0f..9281d0f 100644 --- a/target-tilegx/helper.h +++ b/target/tilegx/helper.h diff --git a/target-tilegx/opcode_tilegx.h b/target/tilegx/opcode_tilegx.h index 55376be..55376be 100644 --- a/target-tilegx/opcode_tilegx.h +++ b/target/tilegx/opcode_tilegx.h diff --git a/target-tilegx/simd_helper.c b/target/tilegx/simd_helper.c index 2d40ddb..2d40ddb 100644 --- a/target-tilegx/simd_helper.c +++ b/target/tilegx/simd_helper.c diff --git a/target-tilegx/spr_def_64.h b/target/tilegx/spr_def_64.h index 67a6c17..67a6c17 100644 --- a/target-tilegx/spr_def_64.h +++ b/target/tilegx/spr_def_64.h diff --git a/target-tilegx/translate.c b/target/tilegx/translate.c index 9c734ee..9c734ee 100644 --- a/target-tilegx/translate.c +++ b/target/tilegx/translate.c diff --git a/target-tricore/Makefile.objs b/target/tricore/Makefile.objs index 7a05670..7a05670 100644 --- a/target-tricore/Makefile.objs +++ b/target/tricore/Makefile.objs diff --git a/target-tricore/cpu-qom.h b/target/tricore/cpu-qom.h index 6a69756..6a69756 100644 --- a/target-tricore/cpu-qom.h +++ b/target/tricore/cpu-qom.h diff --git a/target-tricore/cpu.c b/target/tricore/cpu.c index 785b76b..785b76b 100644 --- a/target-tricore/cpu.c +++ b/target/tricore/cpu.c diff --git a/target-tricore/cpu.h b/target/tricore/cpu.h index a3493a1..a3493a1 100644 --- a/target-tricore/cpu.h +++ b/target/tricore/cpu.h diff --git a/target-tricore/csfr.def b/target/tricore/csfr.def index 05c45dd..05c45dd 100644 --- a/target-tricore/csfr.def +++ b/target/tricore/csfr.def diff --git a/target-tricore/fpu_helper.c b/target/tricore/fpu_helper.c index 98fe947..98fe947 100644 --- a/target-tricore/fpu_helper.c +++ b/target/tricore/fpu_helper.c diff --git a/target-tricore/helper.c b/target/tricore/helper.c index 3118905..3118905 100644 --- a/target-tricore/helper.c +++ b/target/tricore/helper.c diff --git a/target-tricore/helper.h b/target/tricore/helper.h index 9333e16..9333e16 100644 --- a/target-tricore/helper.h +++ b/target/tricore/helper.h diff --git a/target-tricore/op_helper.c b/target/tricore/op_helper.c index ac02e0a..ac02e0a 100644 --- a/target-tricore/op_helper.c +++ b/target/tricore/op_helper.c diff --git a/target-tricore/translate.c b/target/tricore/translate.c index 36f734a..36f734a 100644 --- a/target-tricore/translate.c +++ b/target/tricore/translate.c diff --git a/target-tricore/tricore-defs.h b/target/tricore/tricore-defs.h index 40abfaa..40abfaa 100644 --- a/target-tricore/tricore-defs.h +++ b/target/tricore/tricore-defs.h diff --git a/target-tricore/tricore-opcodes.h b/target/tricore/tricore-opcodes.h index df666b0..df666b0 100644 --- a/target-tricore/tricore-opcodes.h +++ b/target/tricore/tricore-opcodes.h diff --git a/target-unicore32/Makefile.objs b/target/unicore32/Makefile.objs index 6b41b1e..6b41b1e 100644 --- a/target-unicore32/Makefile.objs +++ b/target/unicore32/Makefile.objs diff --git a/target-unicore32/cpu-qom.h b/target/unicore32/cpu-qom.h index bc68e78..bc68e78 100644 --- a/target-unicore32/cpu-qom.h +++ b/target/unicore32/cpu-qom.h diff --git a/target-unicore32/cpu.c b/target/unicore32/cpu.c index c169972..c169972 100644 --- a/target-unicore32/cpu.c +++ b/target/unicore32/cpu.c diff --git a/target-unicore32/cpu.h b/target/unicore32/cpu.h index 7b5b405..7b5b405 100644 --- a/target-unicore32/cpu.h +++ b/target/unicore32/cpu.h diff --git a/target-unicore32/helper.c b/target/unicore32/helper.c index d603bde..d603bde 100644 --- a/target-unicore32/helper.c +++ b/target/unicore32/helper.c diff --git a/target-unicore32/helper.h b/target/unicore32/helper.h index 9418137..9418137 100644 --- a/target-unicore32/helper.h +++ b/target/unicore32/helper.h diff --git a/target-unicore32/op_helper.c b/target/unicore32/op_helper.c index 0872c29..0872c29 100644 --- a/target-unicore32/op_helper.c +++ b/target/unicore32/op_helper.c diff --git a/target-unicore32/softmmu.c b/target/unicore32/softmmu.c index e7152e7..e7152e7 100644 --- a/target-unicore32/softmmu.c +++ b/target/unicore32/softmmu.c diff --git a/target-unicore32/translate.c b/target/unicore32/translate.c index 514d460..514d460 100644 --- a/target-unicore32/translate.c +++ b/target/unicore32/translate.c diff --git a/target-unicore32/ucf64_helper.c b/target/unicore32/ucf64_helper.c index 6c91901..6c91901 100644 --- a/target-unicore32/ucf64_helper.c +++ b/target/unicore32/ucf64_helper.c diff --git a/target-xtensa/Makefile.objs b/target/xtensa/Makefile.objs index 481de91..481de91 100644 --- a/target-xtensa/Makefile.objs +++ b/target/xtensa/Makefile.objs diff --git a/target-xtensa/core-dc232b.c b/target/xtensa/core-dc232b.c index bb8ed41..bb8ed41 100644 --- a/target-xtensa/core-dc232b.c +++ b/target/xtensa/core-dc232b.c diff --git a/target-xtensa/core-dc232b/core-isa.h b/target/xtensa/core-dc232b/core-isa.h index a9935b8..a9935b8 100644 --- a/target-xtensa/core-dc232b/core-isa.h +++ b/target/xtensa/core-dc232b/core-isa.h diff --git a/target-xtensa/core-dc232b/gdb-config.c b/target/xtensa/core-dc232b/gdb-config.c index 13aba5e..13aba5e 100644 --- a/target-xtensa/core-dc232b/gdb-config.c +++ b/target/xtensa/core-dc232b/gdb-config.c diff --git a/target-xtensa/core-dc233c.c b/target/xtensa/core-dc233c.c index 40475e5..40475e5 100644 --- a/target-xtensa/core-dc233c.c +++ b/target/xtensa/core-dc233c.c diff --git a/target-xtensa/core-dc233c/core-isa.h b/target/xtensa/core-dc233c/core-isa.h index ff92b7f..ff92b7f 100644 --- a/target-xtensa/core-dc233c/core-isa.h +++ b/target/xtensa/core-dc233c/core-isa.h diff --git a/target-xtensa/core-dc233c/gdb-config.c b/target/xtensa/core-dc233c/gdb-config.c index b632341..b632341 100644 --- a/target-xtensa/core-dc233c/gdb-config.c +++ b/target/xtensa/core-dc233c/gdb-config.c diff --git a/target-xtensa/core-fsf.c b/target/xtensa/core-fsf.c index 15ef470..15ef470 100644 --- a/target-xtensa/core-fsf.c +++ b/target/xtensa/core-fsf.c diff --git a/target-xtensa/core-fsf/core-isa.h b/target/xtensa/core-fsf/core-isa.h index fb2bb8f..fb2bb8f 100644 --- a/target-xtensa/core-fsf/core-isa.h +++ b/target/xtensa/core-fsf/core-isa.h diff --git a/target-xtensa/cpu-qom.h b/target/xtensa/cpu-qom.h index 403bd95..403bd95 100644 --- a/target-xtensa/cpu-qom.h +++ b/target/xtensa/cpu-qom.h diff --git a/target-xtensa/cpu.c b/target/xtensa/cpu.c index e8e9f91..e8e9f91 100644 --- a/target-xtensa/cpu.c +++ b/target/xtensa/cpu.c diff --git a/target-xtensa/cpu.h b/target/xtensa/cpu.h index 7fe82a3..7fe82a3 100644 --- a/target-xtensa/cpu.h +++ b/target/xtensa/cpu.h diff --git a/target-xtensa/gdbstub.c b/target/xtensa/gdbstub.c index fa5469a..fa5469a 100644 --- a/target-xtensa/gdbstub.c +++ b/target/xtensa/gdbstub.c diff --git a/target-xtensa/helper.c b/target/xtensa/helper.c index 768b32c..768b32c 100644 --- a/target-xtensa/helper.c +++ b/target/xtensa/helper.c diff --git a/target-xtensa/helper.h b/target/xtensa/helper.h index 5ea9c5b..5ea9c5b 100644 --- a/target-xtensa/helper.h +++ b/target/xtensa/helper.h diff --git a/target-xtensa/import_core.sh b/target/xtensa/import_core.sh index 351bee4..351bee4 100755 --- a/target-xtensa/import_core.sh +++ b/target/xtensa/import_core.sh diff --git a/target-xtensa/monitor.c b/target/xtensa/monitor.c index f3fa4cd..f3fa4cd 100644 --- a/target-xtensa/monitor.c +++ b/target/xtensa/monitor.c diff --git a/target-xtensa/op_helper.c b/target/xtensa/op_helper.c index 0a4b214..0a4b214 100644 --- a/target-xtensa/op_helper.c +++ b/target/xtensa/op_helper.c diff --git a/target-xtensa/overlay_tool.h b/target/xtensa/overlay_tool.h index e8a7fda..e8a7fda 100644 --- a/target-xtensa/overlay_tool.h +++ b/target/xtensa/overlay_tool.h diff --git a/target-xtensa/translate.c b/target/xtensa/translate.c index 0858c29..0858c29 100644 --- a/target-xtensa/translate.c +++ b/target/xtensa/translate.c diff --git a/target-xtensa/xtensa-semi.c b/target/xtensa/xtensa-semi.c index 370e365..370e365 100644 --- a/target-xtensa/xtensa-semi.c +++ b/target/xtensa/xtensa-semi.c diff --git a/tests/tcg/xtensa/Makefile b/tests/tcg/xtensa/Makefile index 522a63e..7f9f2d9 100644 --- a/tests/tcg/xtensa/Makefile +++ b/tests/tcg/xtensa/Makefile @@ -19,7 +19,7 @@ AS = $(CROSS)gcc -x assembler-with-cpp LD = $(CROSS)ld XTENSA_SRC_PATH = $(SRC_PATH)/tests/tcg/xtensa -INCLUDE_DIRS = $(XTENSA_SRC_PATH) $(SRC_PATH)/target-xtensa/core-$(CORE) +INCLUDE_DIRS = $(XTENSA_SRC_PATH) $(SRC_PATH)/target/xtensa/core-$(CORE) XTENSA_INC = $(addprefix -I,$(INCLUDE_DIRS)) LDFLAGS = -Tlinker.ld |