qemu-e2k/tests/tcg/xtensa
Thomas Huth fcf5ef2ab5 Move target-* CPU file into a target/ folder
We've currently got 18 architectures in QEMU, and thus 18 target-xxx
folders in the root folder of the QEMU source tree. More architectures
(e.g. RISC-V, AVR) are likely to be included soon, too, so the main
folder of the QEMU sources slowly gets quite overcrowded with the
target-xxx folders.
To disburden the main folder a little bit, let's move the target-xxx
folders into a dedicated target/ folder, so that target-xxx/ simply
becomes target/xxx/ instead.

Acked-by: Laurent Vivier <laurent@vivier.eu> [m68k part]
Acked-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> [tricore part]
Acked-by: Michael Walle <michael@walle.cc> [lm32 part]
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> [s390x part]
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com> [s390x part]
Acked-by: Eduardo Habkost <ehabkost@redhat.com> [i386 part]
Acked-by: Artyom Tarasenko <atar4qemu@gmail.com> [sparc part]
Acked-by: Richard Henderson <rth@twiddle.net> [alpha part]
Acked-by: Max Filippov <jcmvbkbc@gmail.com> [xtensa part]
Reviewed-by: David Gibson <david@gibson.dropbear.id.au> [ppc part]
Acked-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> [cris&microblaze part]
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn> [unicore32 part]
Signed-off-by: Thomas Huth <thuth@redhat.com>
2016-12-20 21:52:12 +01:00
..
Makefile Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
crt.S tests: mv tests/* -> tests/tcg 2012-01-12 10:03:28 -06:00
linker.ld.S Use #include "..." for our own headers, <...> for others 2016-07-12 16:19:16 +02:00
macros.inc target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_b.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_bi.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_boolean.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_break.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_bz.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_cache.S target-xtensa: add basic tests for cache opcodes 2014-02-24 04:47:02 +04:00
test_clamps.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_extui.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_fail.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_interrupt.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_loop.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_mac16.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_max.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_min.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_mmu.S target-xtensa: test cross-page opcode 2014-12-17 05:49:32 +03:00
test_mul16.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_mul32.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_nsa.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_pipeline.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_quo.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_rem.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_rst0.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_s32c1i.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_sar.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_sext.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_shift.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_sr.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_timer.S target-xtensa: allow using core configuration in tests 2014-02-24 04:47:01 +04:00
test_windowed.S target-xtensa: add entry overflow test 2014-11-10 17:59:13 +03:00
vectors.S tests: mv tests/* -> tests/tcg 2012-01-12 10:03:28 -06:00