From: Anthony Liguori <aliguori@us.ibm.com>
To: qemu-devel@nongnu.org
Cc: "Mark McLoughlin" <markmc@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
"Alexander Graf" <agraf@suse.de>,
"Blue Swirl" <blauwirbel@gmail.com>,
"Max Filippov" <jcmvbkbc@gmail.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Edgar E. Iglesias" <edgar.iglesias@gmail.com>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Markus Armbruster" <armbru@redhat.com>,
"Andreas Färber" <andreas.faerber@web.de>,
"Hervé Poussineau" <hpoussin@reactos.org>,
"Avi Kivity" <avi@redhat.com>,
"Stefan Hajnoczi" <stefanha@linux.vnet.ibm.com>,
"Stefano Stabellini" <stefano.stabellini@eu.citrix.com>,
"Stefan Weil" <sw@weilnetz.de>,
"Riku Voipio" <riku.voipio@iki.fi>,
"Jan Kiszka" <jan.kiszka@web.de>,
"Paul Brook" <paul@codesourcery.com>,
"Daniel Gollub" <gollub@b1-systems.de>,
"Luiz Capitulino" <lcapitulino@redhat.com>,
"Venkateswararao Jujjuri (JV)" <jvrao@linux.vnet.ibm.com>,
"Richard Henderson" <rth@twiddle.net>,
"Kevin Wolf" <kwolf@redhat.com>,
"Vassili Karpov (malc)" <av1474@comtv.ru>,
"Marcelo Tosatti" <mtosatti@redhat.com>,
"Michael Walle" <michael@walle.cc>,
"Amit Shah" <amit.shah@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Aurelien Jarno" <aurelien@aurel32.net>
Subject: [Qemu-devel] Please read: make check framework
Date: Mon, 09 Jan 2012 10:04:38 -0600 [thread overview]
Message-ID: <4F0B1016.2010600@us.ibm.com> (raw)
In-Reply-To: <1326124572-8312-1-git-send-email-aliguori@us.ibm.com>
Hi,
I'm going to apply this series quickly and will start running 'make check-quick'
as part a sniff test before pushing patches.
I'd like to request that all maintainers/submaintainers do the same and that
everyone contributes unit tests to this target.
The general rules for 'make check-quick':
1) It must complete in less than 10 minutes start to finish (the entire rule).
We can re-examine this over time but for now, it seems like a reasonable limit.
2) It must gracefully degrade across architectures/targets. Do not assume
qemu-system-x86_64 is present or that an arm cross compiler is available.
It would also be nice to get this integrated as part of buildbot.
Stefan/Daniel, is that something we can do?
Regards,
Anthony Liguori
On 01/09/2012 09:56 AM, Anthony Liguori wrote:
> Signed-off-by: Anthony Liguori<aliguori@us.ibm.com>
> ---
> Makefile | 4 ++--
> configure | 6 +++---
> tests/{ => tcg}/Makefile | 0
> tests/{ => tcg}/alpha/Makefile | 0
> tests/{ => tcg}/alpha/crt.s | 0
> tests/{ => tcg}/alpha/hello-alpha.c | 0
> tests/{ => tcg}/alpha/test-cond.c | 0
> tests/{ => tcg}/alpha/test-ovf.c | 0
> tests/{ => tcg}/cris/.gdbinit | 0
> tests/{ => tcg}/cris/Makefile | 0
> tests/{ => tcg}/cris/README | 0
> tests/{ => tcg}/cris/check_abs.c | 0
> tests/{ => tcg}/cris/check_addc.c | 0
> tests/{ => tcg}/cris/check_addcm.c | 0
> tests/{ => tcg}/cris/check_addi.s | 0
> tests/{ => tcg}/cris/check_addiv32.s | 0
> tests/{ => tcg}/cris/check_addm.s | 0
> tests/{ => tcg}/cris/check_addo.c | 0
> tests/{ => tcg}/cris/check_addoq.c | 0
> tests/{ => tcg}/cris/check_addq.s | 0
> tests/{ => tcg}/cris/check_addr.s | 0
> tests/{ => tcg}/cris/check_addxc.s | 0
> tests/{ => tcg}/cris/check_addxm.s | 0
> tests/{ => tcg}/cris/check_addxr.s | 0
> tests/{ => tcg}/cris/check_andc.s | 0
> tests/{ => tcg}/cris/check_andm.s | 0
> tests/{ => tcg}/cris/check_andq.s | 0
> tests/{ => tcg}/cris/check_andr.s | 0
> tests/{ => tcg}/cris/check_asr.s | 0
> tests/{ => tcg}/cris/check_ba.s | 0
> tests/{ => tcg}/cris/check_bas.s | 0
> tests/{ => tcg}/cris/check_bcc.s | 0
> tests/{ => tcg}/cris/check_bound.c | 0
> tests/{ => tcg}/cris/check_boundc.s | 0
> tests/{ => tcg}/cris/check_boundr.s | 0
> tests/{ => tcg}/cris/check_btst.s | 0
> tests/{ => tcg}/cris/check_clearfv32.s | 0
> tests/{ => tcg}/cris/check_clrjmp1.s | 0
> tests/{ => tcg}/cris/check_cmp-2.s | 0
> tests/{ => tcg}/cris/check_cmpc.s | 0
> tests/{ => tcg}/cris/check_cmpm.s | 0
> tests/{ => tcg}/cris/check_cmpq.s | 0
> tests/{ => tcg}/cris/check_cmpr.s | 0
> tests/{ => tcg}/cris/check_cmpxc.s | 0
> tests/{ => tcg}/cris/check_cmpxm.s | 0
> tests/{ => tcg}/cris/check_dstep.s | 0
> tests/{ => tcg}/cris/check_ftag.c | 0
> tests/{ => tcg}/cris/check_gcctorture_pr28634-1.c | 0
> tests/{ => tcg}/cris/check_gcctorture_pr28634.c | 0
> tests/{ => tcg}/cris/check_glibc_kernelversion.c | 0
> tests/{ => tcg}/cris/check_hello.c | 0
> tests/{ => tcg}/cris/check_int64.c | 0
> tests/{ => tcg}/cris/check_jsr.s | 0
> tests/{ => tcg}/cris/check_lapc.s | 0
> tests/{ => tcg}/cris/check_lsl.s | 0
> tests/{ => tcg}/cris/check_lsr.s | 0
> tests/{ => tcg}/cris/check_lz.c | 0
> tests/{ => tcg}/cris/check_mapbrk.c | 0
> tests/{ => tcg}/cris/check_mcp.s | 0
> tests/{ => tcg}/cris/check_mmap1.c | 0
> tests/{ => tcg}/cris/check_mmap2.c | 0
> tests/{ => tcg}/cris/check_mmap3.c | 0
> tests/{ => tcg}/cris/check_movdelsr1.s | 0
> tests/{ => tcg}/cris/check_movecr.s | 0
> tests/{ => tcg}/cris/check_movei.s | 0
> tests/{ => tcg}/cris/check_movemr.s | 0
> tests/{ => tcg}/cris/check_movemrv32.s | 0
> tests/{ => tcg}/cris/check_moveq.c | 0
> tests/{ => tcg}/cris/check_mover.s | 0
> tests/{ => tcg}/cris/check_moverm.s | 0
> tests/{ => tcg}/cris/check_movmp.s | 0
> tests/{ => tcg}/cris/check_movpmv32.s | 0
> tests/{ => tcg}/cris/check_movpr.s | 0
> tests/{ => tcg}/cris/check_movprv32.s | 0
> tests/{ => tcg}/cris/check_movscr.s | 0
> tests/{ => tcg}/cris/check_movsm.s | 0
> tests/{ => tcg}/cris/check_movsr.s | 0
> tests/{ => tcg}/cris/check_movucr.s | 0
> tests/{ => tcg}/cris/check_movum.s | 0
> tests/{ => tcg}/cris/check_movur.s | 0
> tests/{ => tcg}/cris/check_mulv32.s | 0
> tests/{ => tcg}/cris/check_mulx.s | 0
> tests/{ => tcg}/cris/check_neg.s | 0
> tests/{ => tcg}/cris/check_not.s | 0
> tests/{ => tcg}/cris/check_openpf1.c | 0
> tests/{ => tcg}/cris/check_openpf2.c | 0
> tests/{ => tcg}/cris/check_openpf3.c | 0
> tests/{ => tcg}/cris/check_openpf4.c | 0
> tests/{ => tcg}/cris/check_openpf5.c | 0
> tests/{ => tcg}/cris/check_orc.s | 0
> tests/{ => tcg}/cris/check_orm.s | 0
> tests/{ => tcg}/cris/check_orq.s | 0
> tests/{ => tcg}/cris/check_orr.s | 0
> tests/{ => tcg}/cris/check_ret.s | 0
> tests/{ => tcg}/cris/check_scc.s | 0
> tests/{ => tcg}/cris/check_settls1.c | 0
> tests/{ => tcg}/cris/check_sigalrm.c | 0
> tests/{ => tcg}/cris/check_stat1.c | 0
> tests/{ => tcg}/cris/check_stat2.c | 0
> tests/{ => tcg}/cris/check_stat3.c | 0
> tests/{ => tcg}/cris/check_stat4.c | 0
> tests/{ => tcg}/cris/check_subc.s | 0
> tests/{ => tcg}/cris/check_subm.s | 0
> tests/{ => tcg}/cris/check_subq.s | 0
> tests/{ => tcg}/cris/check_subr.s | 0
> tests/{ => tcg}/cris/check_swap.c | 0
> tests/{ => tcg}/cris/check_time1.c | 0
> tests/{ => tcg}/cris/check_time2.c | 0
> tests/{ => tcg}/cris/check_xarith.s | 0
> tests/{ => tcg}/cris/crisutils.h | 0
> tests/{ => tcg}/cris/crt.s | 0
> tests/{ => tcg}/cris/sys.c | 0
> tests/{ => tcg}/cris/sys.h | 0
> tests/{ => tcg}/cris/testutils.inc | 0
> tests/{ => tcg}/hello-arm.c | 0
> tests/{ => tcg}/hello-i386.c | 0
> tests/{ => tcg}/hello-mips.c | 0
> tests/{ => tcg}/linux-test.c | 0
> tests/{ => tcg}/lm32/Makefile | 0
> tests/{ => tcg}/lm32/crt.S | 0
> tests/{ => tcg}/lm32/linker.ld | 0
> tests/{ => tcg}/lm32/macros.inc | 0
> tests/{ => tcg}/lm32/test_add.S | 0
> tests/{ => tcg}/lm32/test_addi.S | 0
> tests/{ => tcg}/lm32/test_and.S | 0
> tests/{ => tcg}/lm32/test_andhi.S | 0
> tests/{ => tcg}/lm32/test_andi.S | 0
> tests/{ => tcg}/lm32/test_b.S | 0
> tests/{ => tcg}/lm32/test_be.S | 0
> tests/{ => tcg}/lm32/test_bg.S | 0
> tests/{ => tcg}/lm32/test_bge.S | 0
> tests/{ => tcg}/lm32/test_bgeu.S | 0
> tests/{ => tcg}/lm32/test_bgu.S | 0
> tests/{ => tcg}/lm32/test_bi.S | 0
> tests/{ => tcg}/lm32/test_bne.S | 0
> tests/{ => tcg}/lm32/test_break.S | 0
> tests/{ => tcg}/lm32/test_bret.S | 0
> tests/{ => tcg}/lm32/test_call.S | 0
> tests/{ => tcg}/lm32/test_calli.S | 0
> tests/{ => tcg}/lm32/test_cmpe.S | 0
> tests/{ => tcg}/lm32/test_cmpei.S | 0
> tests/{ => tcg}/lm32/test_cmpg.S | 0
> tests/{ => tcg}/lm32/test_cmpge.S | 0
> tests/{ => tcg}/lm32/test_cmpgei.S | 0
> tests/{ => tcg}/lm32/test_cmpgeu.S | 0
> tests/{ => tcg}/lm32/test_cmpgeui.S | 0
> tests/{ => tcg}/lm32/test_cmpgi.S | 0
> tests/{ => tcg}/lm32/test_cmpgu.S | 0
> tests/{ => tcg}/lm32/test_cmpgui.S | 0
> tests/{ => tcg}/lm32/test_cmpne.S | 0
> tests/{ => tcg}/lm32/test_cmpnei.S | 0
> tests/{ => tcg}/lm32/test_divu.S | 0
> tests/{ => tcg}/lm32/test_eret.S | 0
> tests/{ => tcg}/lm32/test_lb.S | 0
> tests/{ => tcg}/lm32/test_lbu.S | 0
> tests/{ => tcg}/lm32/test_lh.S | 0
> tests/{ => tcg}/lm32/test_lhu.S | 0
> tests/{ => tcg}/lm32/test_lw.S | 0
> tests/{ => tcg}/lm32/test_modu.S | 0
> tests/{ => tcg}/lm32/test_mul.S | 0
> tests/{ => tcg}/lm32/test_muli.S | 0
> tests/{ => tcg}/lm32/test_nor.S | 0
> tests/{ => tcg}/lm32/test_nori.S | 0
> tests/{ => tcg}/lm32/test_or.S | 0
> tests/{ => tcg}/lm32/test_orhi.S | 0
> tests/{ => tcg}/lm32/test_ori.S | 0
> tests/{ => tcg}/lm32/test_ret.S | 0
> tests/{ => tcg}/lm32/test_sb.S | 0
> tests/{ => tcg}/lm32/test_scall.S | 0
> tests/{ => tcg}/lm32/test_sextb.S | 0
> tests/{ => tcg}/lm32/test_sexth.S | 0
> tests/{ => tcg}/lm32/test_sh.S | 0
> tests/{ => tcg}/lm32/test_sl.S | 0
> tests/{ => tcg}/lm32/test_sli.S | 0
> tests/{ => tcg}/lm32/test_sr.S | 0
> tests/{ => tcg}/lm32/test_sri.S | 0
> tests/{ => tcg}/lm32/test_sru.S | 0
> tests/{ => tcg}/lm32/test_srui.S | 0
> tests/{ => tcg}/lm32/test_sub.S | 0
> tests/{ => tcg}/lm32/test_sw.S | 0
> tests/{ => tcg}/lm32/test_xnor.S | 0
> tests/{ => tcg}/lm32/test_xnori.S | 0
> tests/{ => tcg}/lm32/test_xor.S | 0
> tests/{ => tcg}/lm32/test_xori.S | 0
> tests/{ => tcg}/pi_10.com | Bin 54 -> 54 bytes
> tests/{ => tcg}/runcom.c | 0
> tests/{ => tcg}/sha1.c | 0
> tests/{ => tcg}/test-arm-iwmmxt.s | 0
> tests/{ => tcg}/test-i386-code16.S | 0
> tests/{ => tcg}/test-i386-muldiv.h | 0
> tests/{ => tcg}/test-i386-shift.h | 0
> tests/{ => tcg}/test-i386-ssse3.c | 0
> tests/{ => tcg}/test-i386-vm86.S | 0
> tests/{ => tcg}/test-i386.c | 0
> tests/{ => tcg}/test-i386.h | 0
> tests/{ => tcg}/test-mmap.c | 0
> tests/{ => tcg}/test_path.c | 0
> tests/{ => tcg}/testthread.c | 0
> tests/{ => tcg}/xtensa/Makefile | 0
> tests/{ => tcg}/xtensa/crt.S | 0
> tests/{ => tcg}/xtensa/linker.ld | 0
> tests/{ => tcg}/xtensa/macros.inc | 0
> tests/{ => tcg}/xtensa/test_b.S | 0
> tests/{ => tcg}/xtensa/test_bi.S | 0
> tests/{ => tcg}/xtensa/test_boolean.S | 0
> tests/{ => tcg}/xtensa/test_bz.S | 0
> tests/{ => tcg}/xtensa/test_clamps.S | 0
> tests/{ => tcg}/xtensa/test_fail.S | 0
> tests/{ => tcg}/xtensa/test_interrupt.S | 0
> tests/{ => tcg}/xtensa/test_loop.S | 0
> tests/{ => tcg}/xtensa/test_mac16.S | 0
> tests/{ => tcg}/xtensa/test_max.S | 0
> tests/{ => tcg}/xtensa/test_min.S | 0
> tests/{ => tcg}/xtensa/test_mmu.S | 0
> tests/{ => tcg}/xtensa/test_mul16.S | 0
> tests/{ => tcg}/xtensa/test_mul32.S | 0
> tests/{ => tcg}/xtensa/test_nsa.S | 0
> tests/{ => tcg}/xtensa/test_pipeline.S | 0
> tests/{ => tcg}/xtensa/test_quo.S | 0
> tests/{ => tcg}/xtensa/test_rem.S | 0
> tests/{ => tcg}/xtensa/test_rst0.S | 0
> tests/{ => tcg}/xtensa/test_sar.S | 0
> tests/{ => tcg}/xtensa/test_sext.S | 0
> tests/{ => tcg}/xtensa/test_shift.S | 0
> tests/{ => tcg}/xtensa/test_timer.S | 0
> tests/{ => tcg}/xtensa/test_windowed.S | 0
> tests/{ => tcg}/xtensa/vectors.S | 0
> 227 files changed, 5 insertions(+), 5 deletions(-)
> rename tests/{ => tcg}/Makefile (100%)
> rename tests/{ => tcg}/alpha/Makefile (100%)
> rename tests/{ => tcg}/alpha/crt.s (100%)
> rename tests/{ => tcg}/alpha/hello-alpha.c (100%)
> rename tests/{ => tcg}/alpha/test-cond.c (100%)
> rename tests/{ => tcg}/alpha/test-ovf.c (100%)
> rename tests/{ => tcg}/cris/.gdbinit (100%)
> rename tests/{ => tcg}/cris/Makefile (100%)
> rename tests/{ => tcg}/cris/README (100%)
> rename tests/{ => tcg}/cris/check_abs.c (100%)
> rename tests/{ => tcg}/cris/check_addc.c (100%)
> rename tests/{ => tcg}/cris/check_addcm.c (100%)
> rename tests/{ => tcg}/cris/check_addi.s (100%)
> rename tests/{ => tcg}/cris/check_addiv32.s (100%)
> rename tests/{ => tcg}/cris/check_addm.s (100%)
> rename tests/{ => tcg}/cris/check_addo.c (100%)
> rename tests/{ => tcg}/cris/check_addoq.c (100%)
> rename tests/{ => tcg}/cris/check_addq.s (100%)
> rename tests/{ => tcg}/cris/check_addr.s (100%)
> rename tests/{ => tcg}/cris/check_addxc.s (100%)
> rename tests/{ => tcg}/cris/check_addxm.s (100%)
> rename tests/{ => tcg}/cris/check_addxr.s (100%)
> rename tests/{ => tcg}/cris/check_andc.s (100%)
> rename tests/{ => tcg}/cris/check_andm.s (100%)
> rename tests/{ => tcg}/cris/check_andq.s (100%)
> rename tests/{ => tcg}/cris/check_andr.s (100%)
> rename tests/{ => tcg}/cris/check_asr.s (100%)
> rename tests/{ => tcg}/cris/check_ba.s (100%)
> rename tests/{ => tcg}/cris/check_bas.s (100%)
> rename tests/{ => tcg}/cris/check_bcc.s (100%)
> rename tests/{ => tcg}/cris/check_bound.c (100%)
> rename tests/{ => tcg}/cris/check_boundc.s (100%)
> rename tests/{ => tcg}/cris/check_boundr.s (100%)
> rename tests/{ => tcg}/cris/check_btst.s (100%)
> rename tests/{ => tcg}/cris/check_clearfv32.s (100%)
> rename tests/{ => tcg}/cris/check_clrjmp1.s (100%)
> rename tests/{ => tcg}/cris/check_cmp-2.s (100%)
> rename tests/{ => tcg}/cris/check_cmpc.s (100%)
> rename tests/{ => tcg}/cris/check_cmpm.s (100%)
> rename tests/{ => tcg}/cris/check_cmpq.s (100%)
> rename tests/{ => tcg}/cris/check_cmpr.s (100%)
> rename tests/{ => tcg}/cris/check_cmpxc.s (100%)
> rename tests/{ => tcg}/cris/check_cmpxm.s (100%)
> rename tests/{ => tcg}/cris/check_dstep.s (100%)
> rename tests/{ => tcg}/cris/check_ftag.c (100%)
> rename tests/{ => tcg}/cris/check_gcctorture_pr28634-1.c (100%)
> rename tests/{ => tcg}/cris/check_gcctorture_pr28634.c (100%)
> rename tests/{ => tcg}/cris/check_glibc_kernelversion.c (100%)
> rename tests/{ => tcg}/cris/check_hello.c (100%)
> rename tests/{ => tcg}/cris/check_int64.c (100%)
> rename tests/{ => tcg}/cris/check_jsr.s (100%)
> rename tests/{ => tcg}/cris/check_lapc.s (100%)
> rename tests/{ => tcg}/cris/check_lsl.s (100%)
> rename tests/{ => tcg}/cris/check_lsr.s (100%)
> rename tests/{ => tcg}/cris/check_lz.c (100%)
> rename tests/{ => tcg}/cris/check_mapbrk.c (100%)
> rename tests/{ => tcg}/cris/check_mcp.s (100%)
> rename tests/{ => tcg}/cris/check_mmap1.c (100%)
> rename tests/{ => tcg}/cris/check_mmap2.c (100%)
> rename tests/{ => tcg}/cris/check_mmap3.c (100%)
> rename tests/{ => tcg}/cris/check_movdelsr1.s (100%)
> rename tests/{ => tcg}/cris/check_movecr.s (100%)
> rename tests/{ => tcg}/cris/check_movei.s (100%)
> rename tests/{ => tcg}/cris/check_movemr.s (100%)
> rename tests/{ => tcg}/cris/check_movemrv32.s (100%)
> rename tests/{ => tcg}/cris/check_moveq.c (100%)
> rename tests/{ => tcg}/cris/check_mover.s (100%)
> rename tests/{ => tcg}/cris/check_moverm.s (100%)
> rename tests/{ => tcg}/cris/check_movmp.s (100%)
> rename tests/{ => tcg}/cris/check_movpmv32.s (100%)
> rename tests/{ => tcg}/cris/check_movpr.s (100%)
> rename tests/{ => tcg}/cris/check_movprv32.s (100%)
> rename tests/{ => tcg}/cris/check_movscr.s (100%)
> rename tests/{ => tcg}/cris/check_movsm.s (100%)
> rename tests/{ => tcg}/cris/check_movsr.s (100%)
> rename tests/{ => tcg}/cris/check_movucr.s (100%)
> rename tests/{ => tcg}/cris/check_movum.s (100%)
> rename tests/{ => tcg}/cris/check_movur.s (100%)
> rename tests/{ => tcg}/cris/check_mulv32.s (100%)
> rename tests/{ => tcg}/cris/check_mulx.s (100%)
> rename tests/{ => tcg}/cris/check_neg.s (100%)
> rename tests/{ => tcg}/cris/check_not.s (100%)
> rename tests/{ => tcg}/cris/check_openpf1.c (100%)
> rename tests/{ => tcg}/cris/check_openpf2.c (100%)
> rename tests/{ => tcg}/cris/check_openpf3.c (100%)
> rename tests/{ => tcg}/cris/check_openpf4.c (100%)
> rename tests/{ => tcg}/cris/check_openpf5.c (100%)
> rename tests/{ => tcg}/cris/check_orc.s (100%)
> rename tests/{ => tcg}/cris/check_orm.s (100%)
> rename tests/{ => tcg}/cris/check_orq.s (100%)
> rename tests/{ => tcg}/cris/check_orr.s (100%)
> rename tests/{ => tcg}/cris/check_ret.s (100%)
> rename tests/{ => tcg}/cris/check_scc.s (100%)
> rename tests/{ => tcg}/cris/check_settls1.c (100%)
> rename tests/{ => tcg}/cris/check_sigalrm.c (100%)
> rename tests/{ => tcg}/cris/check_stat1.c (100%)
> rename tests/{ => tcg}/cris/check_stat2.c (100%)
> rename tests/{ => tcg}/cris/check_stat3.c (100%)
> rename tests/{ => tcg}/cris/check_stat4.c (100%)
> rename tests/{ => tcg}/cris/check_subc.s (100%)
> rename tests/{ => tcg}/cris/check_subm.s (100%)
> rename tests/{ => tcg}/cris/check_subq.s (100%)
> rename tests/{ => tcg}/cris/check_subr.s (100%)
> rename tests/{ => tcg}/cris/check_swap.c (100%)
> rename tests/{ => tcg}/cris/check_time1.c (100%)
> rename tests/{ => tcg}/cris/check_time2.c (100%)
> rename tests/{ => tcg}/cris/check_xarith.s (100%)
> rename tests/{ => tcg}/cris/crisutils.h (100%)
> rename tests/{ => tcg}/cris/crt.s (100%)
> rename tests/{ => tcg}/cris/sys.c (100%)
> rename tests/{ => tcg}/cris/sys.h (100%)
> rename tests/{ => tcg}/cris/testutils.inc (100%)
> rename tests/{ => tcg}/hello-arm.c (100%)
> rename tests/{ => tcg}/hello-i386.c (100%)
> rename tests/{ => tcg}/hello-mips.c (100%)
> rename tests/{ => tcg}/linux-test.c (100%)
> rename tests/{ => tcg}/lm32/Makefile (100%)
> rename tests/{ => tcg}/lm32/crt.S (100%)
> rename tests/{ => tcg}/lm32/linker.ld (100%)
> rename tests/{ => tcg}/lm32/macros.inc (100%)
> rename tests/{ => tcg}/lm32/test_add.S (100%)
> rename tests/{ => tcg}/lm32/test_addi.S (100%)
> rename tests/{ => tcg}/lm32/test_and.S (100%)
> rename tests/{ => tcg}/lm32/test_andhi.S (100%)
> rename tests/{ => tcg}/lm32/test_andi.S (100%)
> rename tests/{ => tcg}/lm32/test_b.S (100%)
> rename tests/{ => tcg}/lm32/test_be.S (100%)
> rename tests/{ => tcg}/lm32/test_bg.S (100%)
> rename tests/{ => tcg}/lm32/test_bge.S (100%)
> rename tests/{ => tcg}/lm32/test_bgeu.S (100%)
> rename tests/{ => tcg}/lm32/test_bgu.S (100%)
> rename tests/{ => tcg}/lm32/test_bi.S (100%)
> rename tests/{ => tcg}/lm32/test_bne.S (100%)
> rename tests/{ => tcg}/lm32/test_break.S (100%)
> rename tests/{ => tcg}/lm32/test_bret.S (100%)
> rename tests/{ => tcg}/lm32/test_call.S (100%)
> rename tests/{ => tcg}/lm32/test_calli.S (100%)
> rename tests/{ => tcg}/lm32/test_cmpe.S (100%)
> rename tests/{ => tcg}/lm32/test_cmpei.S (100%)
> rename tests/{ => tcg}/lm32/test_cmpg.S (100%)
> rename tests/{ => tcg}/lm32/test_cmpge.S (100%)
> rename tests/{ => tcg}/lm32/test_cmpgei.S (100%)
> rename tests/{ => tcg}/lm32/test_cmpgeu.S (100%)
> rename tests/{ => tcg}/lm32/test_cmpgeui.S (100%)
> rename tests/{ => tcg}/lm32/test_cmpgi.S (100%)
> rename tests/{ => tcg}/lm32/test_cmpgu.S (100%)
> rename tests/{ => tcg}/lm32/test_cmpgui.S (100%)
> rename tests/{ => tcg}/lm32/test_cmpne.S (100%)
> rename tests/{ => tcg}/lm32/test_cmpnei.S (100%)
> rename tests/{ => tcg}/lm32/test_divu.S (100%)
> rename tests/{ => tcg}/lm32/test_eret.S (100%)
> rename tests/{ => tcg}/lm32/test_lb.S (100%)
> rename tests/{ => tcg}/lm32/test_lbu.S (100%)
> rename tests/{ => tcg}/lm32/test_lh.S (100%)
> rename tests/{ => tcg}/lm32/test_lhu.S (100%)
> rename tests/{ => tcg}/lm32/test_lw.S (100%)
> rename tests/{ => tcg}/lm32/test_modu.S (100%)
> rename tests/{ => tcg}/lm32/test_mul.S (100%)
> rename tests/{ => tcg}/lm32/test_muli.S (100%)
> rename tests/{ => tcg}/lm32/test_nor.S (100%)
> rename tests/{ => tcg}/lm32/test_nori.S (100%)
> rename tests/{ => tcg}/lm32/test_or.S (100%)
> rename tests/{ => tcg}/lm32/test_orhi.S (100%)
> rename tests/{ => tcg}/lm32/test_ori.S (100%)
> rename tests/{ => tcg}/lm32/test_ret.S (100%)
> rename tests/{ => tcg}/lm32/test_sb.S (100%)
> rename tests/{ => tcg}/lm32/test_scall.S (100%)
> rename tests/{ => tcg}/lm32/test_sextb.S (100%)
> rename tests/{ => tcg}/lm32/test_sexth.S (100%)
> rename tests/{ => tcg}/lm32/test_sh.S (100%)
> rename tests/{ => tcg}/lm32/test_sl.S (100%)
> rename tests/{ => tcg}/lm32/test_sli.S (100%)
> rename tests/{ => tcg}/lm32/test_sr.S (100%)
> rename tests/{ => tcg}/lm32/test_sri.S (100%)
> rename tests/{ => tcg}/lm32/test_sru.S (100%)
> rename tests/{ => tcg}/lm32/test_srui.S (100%)
> rename tests/{ => tcg}/lm32/test_sub.S (100%)
> rename tests/{ => tcg}/lm32/test_sw.S (100%)
> rename tests/{ => tcg}/lm32/test_xnor.S (100%)
> rename tests/{ => tcg}/lm32/test_xnori.S (100%)
> rename tests/{ => tcg}/lm32/test_xor.S (100%)
> rename tests/{ => tcg}/lm32/test_xori.S (100%)
> rename tests/{ => tcg}/pi_10.com (100%)
> rename tests/{ => tcg}/runcom.c (100%)
> rename tests/{ => tcg}/sha1.c (100%)
> rename tests/{ => tcg}/test-arm-iwmmxt.s (100%)
> rename tests/{ => tcg}/test-i386-code16.S (100%)
> rename tests/{ => tcg}/test-i386-muldiv.h (100%)
> rename tests/{ => tcg}/test-i386-shift.h (100%)
> rename tests/{ => tcg}/test-i386-ssse3.c (100%)
> rename tests/{ => tcg}/test-i386-vm86.S (100%)
> rename tests/{ => tcg}/test-i386.c (100%)
> rename tests/{ => tcg}/test-i386.h (100%)
> rename tests/{ => tcg}/test-mmap.c (100%)
> rename tests/{ => tcg}/test_path.c (100%)
> rename tests/{ => tcg}/testthread.c (100%)
> rename tests/{ => tcg}/xtensa/Makefile (100%)
> rename tests/{ => tcg}/xtensa/crt.S (100%)
> rename tests/{ => tcg}/xtensa/linker.ld (100%)
> rename tests/{ => tcg}/xtensa/macros.inc (100%)
> rename tests/{ => tcg}/xtensa/test_b.S (100%)
> rename tests/{ => tcg}/xtensa/test_bi.S (100%)
> rename tests/{ => tcg}/xtensa/test_boolean.S (100%)
> rename tests/{ => tcg}/xtensa/test_bz.S (100%)
> rename tests/{ => tcg}/xtensa/test_clamps.S (100%)
> rename tests/{ => tcg}/xtensa/test_fail.S (100%)
> rename tests/{ => tcg}/xtensa/test_interrupt.S (100%)
> rename tests/{ => tcg}/xtensa/test_loop.S (100%)
> rename tests/{ => tcg}/xtensa/test_mac16.S (100%)
> rename tests/{ => tcg}/xtensa/test_max.S (100%)
> rename tests/{ => tcg}/xtensa/test_min.S (100%)
> rename tests/{ => tcg}/xtensa/test_mmu.S (100%)
> rename tests/{ => tcg}/xtensa/test_mul16.S (100%)
> rename tests/{ => tcg}/xtensa/test_mul32.S (100%)
> rename tests/{ => tcg}/xtensa/test_nsa.S (100%)
> rename tests/{ => tcg}/xtensa/test_pipeline.S (100%)
> rename tests/{ => tcg}/xtensa/test_quo.S (100%)
> rename tests/{ => tcg}/xtensa/test_rem.S (100%)
> rename tests/{ => tcg}/xtensa/test_rst0.S (100%)
> rename tests/{ => tcg}/xtensa/test_sar.S (100%)
> rename tests/{ => tcg}/xtensa/test_sext.S (100%)
> rename tests/{ => tcg}/xtensa/test_shift.S (100%)
> rename tests/{ => tcg}/xtensa/test_timer.S (100%)
> rename tests/{ => tcg}/xtensa/test_windowed.S (100%)
> rename tests/{ => tcg}/xtensa/vectors.S (100%)
>
> diff --git a/Makefile b/Makefile
> index 9ce8768..0cbe7c2 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -241,7 +241,7 @@ clean:
> rm -f trace-dtrace.h trace-dtrace.h-timestamp
> rm -f $(GENERATED_SOURCES)
> rm -rf $(qapi-dir)
> - $(MAKE) -C tests clean
> + $(MAKE) -C tests/tcg clean
> for d in $(ALL_SUBDIRS) $(QEMULIBS) libcacard; do \
> if test -d $$d; then $(MAKE) -C $$d $@ || exit 1; fi; \
> rm -f $$d/qemu-options.def; \
> @@ -319,7 +319,7 @@ endif
>
> # various test targets
> test speed: all
> - $(MAKE) -C tests $@
> + $(MAKE) -C tests/tcg $@
>
> .PHONY: check
> check: $(patsubst %,run-check-%,$(CHECKS))
> diff --git a/configure b/configure
> index 0309dad..79790b3 100755
> --- a/configure
> +++ b/configure
> @@ -3809,14 +3809,14 @@ echo "QEMU_INCLUDES+=$includes">> $config_target_mak
> done # for target in $targets
>
> # build tree in object directory in case the source is not in the current directory
> -DIRS="tests tests/cris slirp audio block net pc-bios/optionrom"
> +DIRS="tests tests/tcg tests/tcg/cris slirp audio block net pc-bios/optionrom"
> DIRS="$DIRS pc-bios/spapr-rtas"
> DIRS="$DIRS roms/seabios roms/vgabios"
> DIRS="$DIRS fsdev ui"
> DIRS="$DIRS qapi qapi-generated"
> DIRS="$DIRS qga trace"
> -FILES="Makefile tests/Makefile qdict-test-data.txt"
> -FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit"
> +FILES="Makefile tests/tcg/Makefile qdict-test-data.txt"
> +FILES="$FILES tests/tcg/cris/Makefile tests/tcg/cris/.gdbinit"
> FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps"
> FILES="$FILES pc-bios/spapr-rtas/Makefile"
> FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile"
> diff --git a/tests/Makefile b/tests/tcg/Makefile
> similarity index 100%
> rename from tests/Makefile
> rename to tests/tcg/Makefile
> diff --git a/tests/alpha/Makefile b/tests/tcg/alpha/Makefile
> similarity index 100%
> rename from tests/alpha/Makefile
> rename to tests/tcg/alpha/Makefile
> diff --git a/tests/alpha/crt.s b/tests/tcg/alpha/crt.s
> similarity index 100%
> rename from tests/alpha/crt.s
> rename to tests/tcg/alpha/crt.s
> diff --git a/tests/alpha/hello-alpha.c b/tests/tcg/alpha/hello-alpha.c
> similarity index 100%
> rename from tests/alpha/hello-alpha.c
> rename to tests/tcg/alpha/hello-alpha.c
> diff --git a/tests/alpha/test-cond.c b/tests/tcg/alpha/test-cond.c
> similarity index 100%
> rename from tests/alpha/test-cond.c
> rename to tests/tcg/alpha/test-cond.c
> diff --git a/tests/alpha/test-ovf.c b/tests/tcg/alpha/test-ovf.c
> similarity index 100%
> rename from tests/alpha/test-ovf.c
> rename to tests/tcg/alpha/test-ovf.c
> diff --git a/tests/cris/.gdbinit b/tests/tcg/cris/.gdbinit
> similarity index 100%
> rename from tests/cris/.gdbinit
> rename to tests/tcg/cris/.gdbinit
> diff --git a/tests/cris/Makefile b/tests/tcg/cris/Makefile
> similarity index 100%
> rename from tests/cris/Makefile
> rename to tests/tcg/cris/Makefile
> diff --git a/tests/cris/README b/tests/tcg/cris/README
> similarity index 100%
> rename from tests/cris/README
> rename to tests/tcg/cris/README
> diff --git a/tests/cris/check_abs.c b/tests/tcg/cris/check_abs.c
> similarity index 100%
> rename from tests/cris/check_abs.c
> rename to tests/tcg/cris/check_abs.c
> diff --git a/tests/cris/check_addc.c b/tests/tcg/cris/check_addc.c
> similarity index 100%
> rename from tests/cris/check_addc.c
> rename to tests/tcg/cris/check_addc.c
> diff --git a/tests/cris/check_addcm.c b/tests/tcg/cris/check_addcm.c
> similarity index 100%
> rename from tests/cris/check_addcm.c
> rename to tests/tcg/cris/check_addcm.c
> diff --git a/tests/cris/check_addi.s b/tests/tcg/cris/check_addi.s
> similarity index 100%
> rename from tests/cris/check_addi.s
> rename to tests/tcg/cris/check_addi.s
> diff --git a/tests/cris/check_addiv32.s b/tests/tcg/cris/check_addiv32.s
> similarity index 100%
> rename from tests/cris/check_addiv32.s
> rename to tests/tcg/cris/check_addiv32.s
> diff --git a/tests/cris/check_addm.s b/tests/tcg/cris/check_addm.s
> similarity index 100%
> rename from tests/cris/check_addm.s
> rename to tests/tcg/cris/check_addm.s
> diff --git a/tests/cris/check_addo.c b/tests/tcg/cris/check_addo.c
> similarity index 100%
> rename from tests/cris/check_addo.c
> rename to tests/tcg/cris/check_addo.c
> diff --git a/tests/cris/check_addoq.c b/tests/tcg/cris/check_addoq.c
> similarity index 100%
> rename from tests/cris/check_addoq.c
> rename to tests/tcg/cris/check_addoq.c
> diff --git a/tests/cris/check_addq.s b/tests/tcg/cris/check_addq.s
> similarity index 100%
> rename from tests/cris/check_addq.s
> rename to tests/tcg/cris/check_addq.s
> diff --git a/tests/cris/check_addr.s b/tests/tcg/cris/check_addr.s
> similarity index 100%
> rename from tests/cris/check_addr.s
> rename to tests/tcg/cris/check_addr.s
> diff --git a/tests/cris/check_addxc.s b/tests/tcg/cris/check_addxc.s
> similarity index 100%
> rename from tests/cris/check_addxc.s
> rename to tests/tcg/cris/check_addxc.s
> diff --git a/tests/cris/check_addxm.s b/tests/tcg/cris/check_addxm.s
> similarity index 100%
> rename from tests/cris/check_addxm.s
> rename to tests/tcg/cris/check_addxm.s
> diff --git a/tests/cris/check_addxr.s b/tests/tcg/cris/check_addxr.s
> similarity index 100%
> rename from tests/cris/check_addxr.s
> rename to tests/tcg/cris/check_addxr.s
> diff --git a/tests/cris/check_andc.s b/tests/tcg/cris/check_andc.s
> similarity index 100%
> rename from tests/cris/check_andc.s
> rename to tests/tcg/cris/check_andc.s
> diff --git a/tests/cris/check_andm.s b/tests/tcg/cris/check_andm.s
> similarity index 100%
> rename from tests/cris/check_andm.s
> rename to tests/tcg/cris/check_andm.s
> diff --git a/tests/cris/check_andq.s b/tests/tcg/cris/check_andq.s
> similarity index 100%
> rename from tests/cris/check_andq.s
> rename to tests/tcg/cris/check_andq.s
> diff --git a/tests/cris/check_andr.s b/tests/tcg/cris/check_andr.s
> similarity index 100%
> rename from tests/cris/check_andr.s
> rename to tests/tcg/cris/check_andr.s
> diff --git a/tests/cris/check_asr.s b/tests/tcg/cris/check_asr.s
> similarity index 100%
> rename from tests/cris/check_asr.s
> rename to tests/tcg/cris/check_asr.s
> diff --git a/tests/cris/check_ba.s b/tests/tcg/cris/check_ba.s
> similarity index 100%
> rename from tests/cris/check_ba.s
> rename to tests/tcg/cris/check_ba.s
> diff --git a/tests/cris/check_bas.s b/tests/tcg/cris/check_bas.s
> similarity index 100%
> rename from tests/cris/check_bas.s
> rename to tests/tcg/cris/check_bas.s
> diff --git a/tests/cris/check_bcc.s b/tests/tcg/cris/check_bcc.s
> similarity index 100%
> rename from tests/cris/check_bcc.s
> rename to tests/tcg/cris/check_bcc.s
> diff --git a/tests/cris/check_bound.c b/tests/tcg/cris/check_bound.c
> similarity index 100%
> rename from tests/cris/check_bound.c
> rename to tests/tcg/cris/check_bound.c
> diff --git a/tests/cris/check_boundc.s b/tests/tcg/cris/check_boundc.s
> similarity index 100%
> rename from tests/cris/check_boundc.s
> rename to tests/tcg/cris/check_boundc.s
> diff --git a/tests/cris/check_boundr.s b/tests/tcg/cris/check_boundr.s
> similarity index 100%
> rename from tests/cris/check_boundr.s
> rename to tests/tcg/cris/check_boundr.s
> diff --git a/tests/cris/check_btst.s b/tests/tcg/cris/check_btst.s
> similarity index 100%
> rename from tests/cris/check_btst.s
> rename to tests/tcg/cris/check_btst.s
> diff --git a/tests/cris/check_clearfv32.s b/tests/tcg/cris/check_clearfv32.s
> similarity index 100%
> rename from tests/cris/check_clearfv32.s
> rename to tests/tcg/cris/check_clearfv32.s
> diff --git a/tests/cris/check_clrjmp1.s b/tests/tcg/cris/check_clrjmp1.s
> similarity index 100%
> rename from tests/cris/check_clrjmp1.s
> rename to tests/tcg/cris/check_clrjmp1.s
> diff --git a/tests/cris/check_cmp-2.s b/tests/tcg/cris/check_cmp-2.s
> similarity index 100%
> rename from tests/cris/check_cmp-2.s
> rename to tests/tcg/cris/check_cmp-2.s
> diff --git a/tests/cris/check_cmpc.s b/tests/tcg/cris/check_cmpc.s
> similarity index 100%
> rename from tests/cris/check_cmpc.s
> rename to tests/tcg/cris/check_cmpc.s
> diff --git a/tests/cris/check_cmpm.s b/tests/tcg/cris/check_cmpm.s
> similarity index 100%
> rename from tests/cris/check_cmpm.s
> rename to tests/tcg/cris/check_cmpm.s
> diff --git a/tests/cris/check_cmpq.s b/tests/tcg/cris/check_cmpq.s
> similarity index 100%
> rename from tests/cris/check_cmpq.s
> rename to tests/tcg/cris/check_cmpq.s
> diff --git a/tests/cris/check_cmpr.s b/tests/tcg/cris/check_cmpr.s
> similarity index 100%
> rename from tests/cris/check_cmpr.s
> rename to tests/tcg/cris/check_cmpr.s
> diff --git a/tests/cris/check_cmpxc.s b/tests/tcg/cris/check_cmpxc.s
> similarity index 100%
> rename from tests/cris/check_cmpxc.s
> rename to tests/tcg/cris/check_cmpxc.s
> diff --git a/tests/cris/check_cmpxm.s b/tests/tcg/cris/check_cmpxm.s
> similarity index 100%
> rename from tests/cris/check_cmpxm.s
> rename to tests/tcg/cris/check_cmpxm.s
> diff --git a/tests/cris/check_dstep.s b/tests/tcg/cris/check_dstep.s
> similarity index 100%
> rename from tests/cris/check_dstep.s
> rename to tests/tcg/cris/check_dstep.s
> diff --git a/tests/cris/check_ftag.c b/tests/tcg/cris/check_ftag.c
> similarity index 100%
> rename from tests/cris/check_ftag.c
> rename to tests/tcg/cris/check_ftag.c
> diff --git a/tests/cris/check_gcctorture_pr28634-1.c b/tests/tcg/cris/check_gcctorture_pr28634-1.c
> similarity index 100%
> rename from tests/cris/check_gcctorture_pr28634-1.c
> rename to tests/tcg/cris/check_gcctorture_pr28634-1.c
> diff --git a/tests/cris/check_gcctorture_pr28634.c b/tests/tcg/cris/check_gcctorture_pr28634.c
> similarity index 100%
> rename from tests/cris/check_gcctorture_pr28634.c
> rename to tests/tcg/cris/check_gcctorture_pr28634.c
> diff --git a/tests/cris/check_glibc_kernelversion.c b/tests/tcg/cris/check_glibc_kernelversion.c
> similarity index 100%
> rename from tests/cris/check_glibc_kernelversion.c
> rename to tests/tcg/cris/check_glibc_kernelversion.c
> diff --git a/tests/cris/check_hello.c b/tests/tcg/cris/check_hello.c
> similarity index 100%
> rename from tests/cris/check_hello.c
> rename to tests/tcg/cris/check_hello.c
> diff --git a/tests/cris/check_int64.c b/tests/tcg/cris/check_int64.c
> similarity index 100%
> rename from tests/cris/check_int64.c
> rename to tests/tcg/cris/check_int64.c
> diff --git a/tests/cris/check_jsr.s b/tests/tcg/cris/check_jsr.s
> similarity index 100%
> rename from tests/cris/check_jsr.s
> rename to tests/tcg/cris/check_jsr.s
> diff --git a/tests/cris/check_lapc.s b/tests/tcg/cris/check_lapc.s
> similarity index 100%
> rename from tests/cris/check_lapc.s
> rename to tests/tcg/cris/check_lapc.s
> diff --git a/tests/cris/check_lsl.s b/tests/tcg/cris/check_lsl.s
> similarity index 100%
> rename from tests/cris/check_lsl.s
> rename to tests/tcg/cris/check_lsl.s
> diff --git a/tests/cris/check_lsr.s b/tests/tcg/cris/check_lsr.s
> similarity index 100%
> rename from tests/cris/check_lsr.s
> rename to tests/tcg/cris/check_lsr.s
> diff --git a/tests/cris/check_lz.c b/tests/tcg/cris/check_lz.c
> similarity index 100%
> rename from tests/cris/check_lz.c
> rename to tests/tcg/cris/check_lz.c
> diff --git a/tests/cris/check_mapbrk.c b/tests/tcg/cris/check_mapbrk.c
> similarity index 100%
> rename from tests/cris/check_mapbrk.c
> rename to tests/tcg/cris/check_mapbrk.c
> diff --git a/tests/cris/check_mcp.s b/tests/tcg/cris/check_mcp.s
> similarity index 100%
> rename from tests/cris/check_mcp.s
> rename to tests/tcg/cris/check_mcp.s
> diff --git a/tests/cris/check_mmap1.c b/tests/tcg/cris/check_mmap1.c
> similarity index 100%
> rename from tests/cris/check_mmap1.c
> rename to tests/tcg/cris/check_mmap1.c
> diff --git a/tests/cris/check_mmap2.c b/tests/tcg/cris/check_mmap2.c
> similarity index 100%
> rename from tests/cris/check_mmap2.c
> rename to tests/tcg/cris/check_mmap2.c
> diff --git a/tests/cris/check_mmap3.c b/tests/tcg/cris/check_mmap3.c
> similarity index 100%
> rename from tests/cris/check_mmap3.c
> rename to tests/tcg/cris/check_mmap3.c
> diff --git a/tests/cris/check_movdelsr1.s b/tests/tcg/cris/check_movdelsr1.s
> similarity index 100%
> rename from tests/cris/check_movdelsr1.s
> rename to tests/tcg/cris/check_movdelsr1.s
> diff --git a/tests/cris/check_movecr.s b/tests/tcg/cris/check_movecr.s
> similarity index 100%
> rename from tests/cris/check_movecr.s
> rename to tests/tcg/cris/check_movecr.s
> diff --git a/tests/cris/check_movei.s b/tests/tcg/cris/check_movei.s
> similarity index 100%
> rename from tests/cris/check_movei.s
> rename to tests/tcg/cris/check_movei.s
> diff --git a/tests/cris/check_movemr.s b/tests/tcg/cris/check_movemr.s
> similarity index 100%
> rename from tests/cris/check_movemr.s
> rename to tests/tcg/cris/check_movemr.s
> diff --git a/tests/cris/check_movemrv32.s b/tests/tcg/cris/check_movemrv32.s
> similarity index 100%
> rename from tests/cris/check_movemrv32.s
> rename to tests/tcg/cris/check_movemrv32.s
> diff --git a/tests/cris/check_moveq.c b/tests/tcg/cris/check_moveq.c
> similarity index 100%
> rename from tests/cris/check_moveq.c
> rename to tests/tcg/cris/check_moveq.c
> diff --git a/tests/cris/check_mover.s b/tests/tcg/cris/check_mover.s
> similarity index 100%
> rename from tests/cris/check_mover.s
> rename to tests/tcg/cris/check_mover.s
> diff --git a/tests/cris/check_moverm.s b/tests/tcg/cris/check_moverm.s
> similarity index 100%
> rename from tests/cris/check_moverm.s
> rename to tests/tcg/cris/check_moverm.s
> diff --git a/tests/cris/check_movmp.s b/tests/tcg/cris/check_movmp.s
> similarity index 100%
> rename from tests/cris/check_movmp.s
> rename to tests/tcg/cris/check_movmp.s
> diff --git a/tests/cris/check_movpmv32.s b/tests/tcg/cris/check_movpmv32.s
> similarity index 100%
> rename from tests/cris/check_movpmv32.s
> rename to tests/tcg/cris/check_movpmv32.s
> diff --git a/tests/cris/check_movpr.s b/tests/tcg/cris/check_movpr.s
> similarity index 100%
> rename from tests/cris/check_movpr.s
> rename to tests/tcg/cris/check_movpr.s
> diff --git a/tests/cris/check_movprv32.s b/tests/tcg/cris/check_movprv32.s
> similarity index 100%
> rename from tests/cris/check_movprv32.s
> rename to tests/tcg/cris/check_movprv32.s
> diff --git a/tests/cris/check_movscr.s b/tests/tcg/cris/check_movscr.s
> similarity index 100%
> rename from tests/cris/check_movscr.s
> rename to tests/tcg/cris/check_movscr.s
> diff --git a/tests/cris/check_movsm.s b/tests/tcg/cris/check_movsm.s
> similarity index 100%
> rename from tests/cris/check_movsm.s
> rename to tests/tcg/cris/check_movsm.s
> diff --git a/tests/cris/check_movsr.s b/tests/tcg/cris/check_movsr.s
> similarity index 100%
> rename from tests/cris/check_movsr.s
> rename to tests/tcg/cris/check_movsr.s
> diff --git a/tests/cris/check_movucr.s b/tests/tcg/cris/check_movucr.s
> similarity index 100%
> rename from tests/cris/check_movucr.s
> rename to tests/tcg/cris/check_movucr.s
> diff --git a/tests/cris/check_movum.s b/tests/tcg/cris/check_movum.s
> similarity index 100%
> rename from tests/cris/check_movum.s
> rename to tests/tcg/cris/check_movum.s
> diff --git a/tests/cris/check_movur.s b/tests/tcg/cris/check_movur.s
> similarity index 100%
> rename from tests/cris/check_movur.s
> rename to tests/tcg/cris/check_movur.s
> diff --git a/tests/cris/check_mulv32.s b/tests/tcg/cris/check_mulv32.s
> similarity index 100%
> rename from tests/cris/check_mulv32.s
> rename to tests/tcg/cris/check_mulv32.s
> diff --git a/tests/cris/check_mulx.s b/tests/tcg/cris/check_mulx.s
> similarity index 100%
> rename from tests/cris/check_mulx.s
> rename to tests/tcg/cris/check_mulx.s
> diff --git a/tests/cris/check_neg.s b/tests/tcg/cris/check_neg.s
> similarity index 100%
> rename from tests/cris/check_neg.s
> rename to tests/tcg/cris/check_neg.s
> diff --git a/tests/cris/check_not.s b/tests/tcg/cris/check_not.s
> similarity index 100%
> rename from tests/cris/check_not.s
> rename to tests/tcg/cris/check_not.s
> diff --git a/tests/cris/check_openpf1.c b/tests/tcg/cris/check_openpf1.c
> similarity index 100%
> rename from tests/cris/check_openpf1.c
> rename to tests/tcg/cris/check_openpf1.c
> diff --git a/tests/cris/check_openpf2.c b/tests/tcg/cris/check_openpf2.c
> similarity index 100%
> rename from tests/cris/check_openpf2.c
> rename to tests/tcg/cris/check_openpf2.c
> diff --git a/tests/cris/check_openpf3.c b/tests/tcg/cris/check_openpf3.c
> similarity index 100%
> rename from tests/cris/check_openpf3.c
> rename to tests/tcg/cris/check_openpf3.c
> diff --git a/tests/cris/check_openpf4.c b/tests/tcg/cris/check_openpf4.c
> similarity index 100%
> rename from tests/cris/check_openpf4.c
> rename to tests/tcg/cris/check_openpf4.c
> diff --git a/tests/cris/check_openpf5.c b/tests/tcg/cris/check_openpf5.c
> similarity index 100%
> rename from tests/cris/check_openpf5.c
> rename to tests/tcg/cris/check_openpf5.c
> diff --git a/tests/cris/check_orc.s b/tests/tcg/cris/check_orc.s
> similarity index 100%
> rename from tests/cris/check_orc.s
> rename to tests/tcg/cris/check_orc.s
> diff --git a/tests/cris/check_orm.s b/tests/tcg/cris/check_orm.s
> similarity index 100%
> rename from tests/cris/check_orm.s
> rename to tests/tcg/cris/check_orm.s
> diff --git a/tests/cris/check_orq.s b/tests/tcg/cris/check_orq.s
> similarity index 100%
> rename from tests/cris/check_orq.s
> rename to tests/tcg/cris/check_orq.s
> diff --git a/tests/cris/check_orr.s b/tests/tcg/cris/check_orr.s
> similarity index 100%
> rename from tests/cris/check_orr.s
> rename to tests/tcg/cris/check_orr.s
> diff --git a/tests/cris/check_ret.s b/tests/tcg/cris/check_ret.s
> similarity index 100%
> rename from tests/cris/check_ret.s
> rename to tests/tcg/cris/check_ret.s
> diff --git a/tests/cris/check_scc.s b/tests/tcg/cris/check_scc.s
> similarity index 100%
> rename from tests/cris/check_scc.s
> rename to tests/tcg/cris/check_scc.s
> diff --git a/tests/cris/check_settls1.c b/tests/tcg/cris/check_settls1.c
> similarity index 100%
> rename from tests/cris/check_settls1.c
> rename to tests/tcg/cris/check_settls1.c
> diff --git a/tests/cris/check_sigalrm.c b/tests/tcg/cris/check_sigalrm.c
> similarity index 100%
> rename from tests/cris/check_sigalrm.c
> rename to tests/tcg/cris/check_sigalrm.c
> diff --git a/tests/cris/check_stat1.c b/tests/tcg/cris/check_stat1.c
> similarity index 100%
> rename from tests/cris/check_stat1.c
> rename to tests/tcg/cris/check_stat1.c
> diff --git a/tests/cris/check_stat2.c b/tests/tcg/cris/check_stat2.c
> similarity index 100%
> rename from tests/cris/check_stat2.c
> rename to tests/tcg/cris/check_stat2.c
> diff --git a/tests/cris/check_stat3.c b/tests/tcg/cris/check_stat3.c
> similarity index 100%
> rename from tests/cris/check_stat3.c
> rename to tests/tcg/cris/check_stat3.c
> diff --git a/tests/cris/check_stat4.c b/tests/tcg/cris/check_stat4.c
> similarity index 100%
> rename from tests/cris/check_stat4.c
> rename to tests/tcg/cris/check_stat4.c
> diff --git a/tests/cris/check_subc.s b/tests/tcg/cris/check_subc.s
> similarity index 100%
> rename from tests/cris/check_subc.s
> rename to tests/tcg/cris/check_subc.s
> diff --git a/tests/cris/check_subm.s b/tests/tcg/cris/check_subm.s
> similarity index 100%
> rename from tests/cris/check_subm.s
> rename to tests/tcg/cris/check_subm.s
> diff --git a/tests/cris/check_subq.s b/tests/tcg/cris/check_subq.s
> similarity index 100%
> rename from tests/cris/check_subq.s
> rename to tests/tcg/cris/check_subq.s
> diff --git a/tests/cris/check_subr.s b/tests/tcg/cris/check_subr.s
> similarity index 100%
> rename from tests/cris/check_subr.s
> rename to tests/tcg/cris/check_subr.s
> diff --git a/tests/cris/check_swap.c b/tests/tcg/cris/check_swap.c
> similarity index 100%
> rename from tests/cris/check_swap.c
> rename to tests/tcg/cris/check_swap.c
> diff --git a/tests/cris/check_time1.c b/tests/tcg/cris/check_time1.c
> similarity index 100%
> rename from tests/cris/check_time1.c
> rename to tests/tcg/cris/check_time1.c
> diff --git a/tests/cris/check_time2.c b/tests/tcg/cris/check_time2.c
> similarity index 100%
> rename from tests/cris/check_time2.c
> rename to tests/tcg/cris/check_time2.c
> diff --git a/tests/cris/check_xarith.s b/tests/tcg/cris/check_xarith.s
> similarity index 100%
> rename from tests/cris/check_xarith.s
> rename to tests/tcg/cris/check_xarith.s
> diff --git a/tests/cris/crisutils.h b/tests/tcg/cris/crisutils.h
> similarity index 100%
> rename from tests/cris/crisutils.h
> rename to tests/tcg/cris/crisutils.h
> diff --git a/tests/cris/crt.s b/tests/tcg/cris/crt.s
> similarity index 100%
> rename from tests/cris/crt.s
> rename to tests/tcg/cris/crt.s
> diff --git a/tests/cris/sys.c b/tests/tcg/cris/sys.c
> similarity index 100%
> rename from tests/cris/sys.c
> rename to tests/tcg/cris/sys.c
> diff --git a/tests/cris/sys.h b/tests/tcg/cris/sys.h
> similarity index 100%
> rename from tests/cris/sys.h
> rename to tests/tcg/cris/sys.h
> diff --git a/tests/cris/testutils.inc b/tests/tcg/cris/testutils.inc
> similarity index 100%
> rename from tests/cris/testutils.inc
> rename to tests/tcg/cris/testutils.inc
> diff --git a/tests/hello-arm.c b/tests/tcg/hello-arm.c
> similarity index 100%
> rename from tests/hello-arm.c
> rename to tests/tcg/hello-arm.c
> diff --git a/tests/hello-i386.c b/tests/tcg/hello-i386.c
> similarity index 100%
> rename from tests/hello-i386.c
> rename to tests/tcg/hello-i386.c
> diff --git a/tests/hello-mips.c b/tests/tcg/hello-mips.c
> similarity index 100%
> rename from tests/hello-mips.c
> rename to tests/tcg/hello-mips.c
> diff --git a/tests/linux-test.c b/tests/tcg/linux-test.c
> similarity index 100%
> rename from tests/linux-test.c
> rename to tests/tcg/linux-test.c
> diff --git a/tests/lm32/Makefile b/tests/tcg/lm32/Makefile
> similarity index 100%
> rename from tests/lm32/Makefile
> rename to tests/tcg/lm32/Makefile
> diff --git a/tests/lm32/crt.S b/tests/tcg/lm32/crt.S
> similarity index 100%
> rename from tests/lm32/crt.S
> rename to tests/tcg/lm32/crt.S
> diff --git a/tests/lm32/linker.ld b/tests/tcg/lm32/linker.ld
> similarity index 100%
> rename from tests/lm32/linker.ld
> rename to tests/tcg/lm32/linker.ld
> diff --git a/tests/lm32/macros.inc b/tests/tcg/lm32/macros.inc
> similarity index 100%
> rename from tests/lm32/macros.inc
> rename to tests/tcg/lm32/macros.inc
> diff --git a/tests/lm32/test_add.S b/tests/tcg/lm32/test_add.S
> similarity index 100%
> rename from tests/lm32/test_add.S
> rename to tests/tcg/lm32/test_add.S
> diff --git a/tests/lm32/test_addi.S b/tests/tcg/lm32/test_addi.S
> similarity index 100%
> rename from tests/lm32/test_addi.S
> rename to tests/tcg/lm32/test_addi.S
> diff --git a/tests/lm32/test_and.S b/tests/tcg/lm32/test_and.S
> similarity index 100%
> rename from tests/lm32/test_and.S
> rename to tests/tcg/lm32/test_and.S
> diff --git a/tests/lm32/test_andhi.S b/tests/tcg/lm32/test_andhi.S
> similarity index 100%
> rename from tests/lm32/test_andhi.S
> rename to tests/tcg/lm32/test_andhi.S
> diff --git a/tests/lm32/test_andi.S b/tests/tcg/lm32/test_andi.S
> similarity index 100%
> rename from tests/lm32/test_andi.S
> rename to tests/tcg/lm32/test_andi.S
> diff --git a/tests/lm32/test_b.S b/tests/tcg/lm32/test_b.S
> similarity index 100%
> rename from tests/lm32/test_b.S
> rename to tests/tcg/lm32/test_b.S
> diff --git a/tests/lm32/test_be.S b/tests/tcg/lm32/test_be.S
> similarity index 100%
> rename from tests/lm32/test_be.S
> rename to tests/tcg/lm32/test_be.S
> diff --git a/tests/lm32/test_bg.S b/tests/tcg/lm32/test_bg.S
> similarity index 100%
> rename from tests/lm32/test_bg.S
> rename to tests/tcg/lm32/test_bg.S
> diff --git a/tests/lm32/test_bge.S b/tests/tcg/lm32/test_bge.S
> similarity index 100%
> rename from tests/lm32/test_bge.S
> rename to tests/tcg/lm32/test_bge.S
> diff --git a/tests/lm32/test_bgeu.S b/tests/tcg/lm32/test_bgeu.S
> similarity index 100%
> rename from tests/lm32/test_bgeu.S
> rename to tests/tcg/lm32/test_bgeu.S
> diff --git a/tests/lm32/test_bgu.S b/tests/tcg/lm32/test_bgu.S
> similarity index 100%
> rename from tests/lm32/test_bgu.S
> rename to tests/tcg/lm32/test_bgu.S
> diff --git a/tests/lm32/test_bi.S b/tests/tcg/lm32/test_bi.S
> similarity index 100%
> rename from tests/lm32/test_bi.S
> rename to tests/tcg/lm32/test_bi.S
> diff --git a/tests/lm32/test_bne.S b/tests/tcg/lm32/test_bne.S
> similarity index 100%
> rename from tests/lm32/test_bne.S
> rename to tests/tcg/lm32/test_bne.S
> diff --git a/tests/lm32/test_break.S b/tests/tcg/lm32/test_break.S
> similarity index 100%
> rename from tests/lm32/test_break.S
> rename to tests/tcg/lm32/test_break.S
> diff --git a/tests/lm32/test_bret.S b/tests/tcg/lm32/test_bret.S
> similarity index 100%
> rename from tests/lm32/test_bret.S
> rename to tests/tcg/lm32/test_bret.S
> diff --git a/tests/lm32/test_call.S b/tests/tcg/lm32/test_call.S
> similarity index 100%
> rename from tests/lm32/test_call.S
> rename to tests/tcg/lm32/test_call.S
> diff --git a/tests/lm32/test_calli.S b/tests/tcg/lm32/test_calli.S
> similarity index 100%
> rename from tests/lm32/test_calli.S
> rename to tests/tcg/lm32/test_calli.S
> diff --git a/tests/lm32/test_cmpe.S b/tests/tcg/lm32/test_cmpe.S
> similarity index 100%
> rename from tests/lm32/test_cmpe.S
> rename to tests/tcg/lm32/test_cmpe.S
> diff --git a/tests/lm32/test_cmpei.S b/tests/tcg/lm32/test_cmpei.S
> similarity index 100%
> rename from tests/lm32/test_cmpei.S
> rename to tests/tcg/lm32/test_cmpei.S
> diff --git a/tests/lm32/test_cmpg.S b/tests/tcg/lm32/test_cmpg.S
> similarity index 100%
> rename from tests/lm32/test_cmpg.S
> rename to tests/tcg/lm32/test_cmpg.S
> diff --git a/tests/lm32/test_cmpge.S b/tests/tcg/lm32/test_cmpge.S
> similarity index 100%
> rename from tests/lm32/test_cmpge.S
> rename to tests/tcg/lm32/test_cmpge.S
> diff --git a/tests/lm32/test_cmpgei.S b/tests/tcg/lm32/test_cmpgei.S
> similarity index 100%
> rename from tests/lm32/test_cmpgei.S
> rename to tests/tcg/lm32/test_cmpgei.S
> diff --git a/tests/lm32/test_cmpgeu.S b/tests/tcg/lm32/test_cmpgeu.S
> similarity index 100%
> rename from tests/lm32/test_cmpgeu.S
> rename to tests/tcg/lm32/test_cmpgeu.S
> diff --git a/tests/lm32/test_cmpgeui.S b/tests/tcg/lm32/test_cmpgeui.S
> similarity index 100%
> rename from tests/lm32/test_cmpgeui.S
> rename to tests/tcg/lm32/test_cmpgeui.S
> diff --git a/tests/lm32/test_cmpgi.S b/tests/tcg/lm32/test_cmpgi.S
> similarity index 100%
> rename from tests/lm32/test_cmpgi.S
> rename to tests/tcg/lm32/test_cmpgi.S
> diff --git a/tests/lm32/test_cmpgu.S b/tests/tcg/lm32/test_cmpgu.S
> similarity index 100%
> rename from tests/lm32/test_cmpgu.S
> rename to tests/tcg/lm32/test_cmpgu.S
> diff --git a/tests/lm32/test_cmpgui.S b/tests/tcg/lm32/test_cmpgui.S
> similarity index 100%
> rename from tests/lm32/test_cmpgui.S
> rename to tests/tcg/lm32/test_cmpgui.S
> diff --git a/tests/lm32/test_cmpne.S b/tests/tcg/lm32/test_cmpne.S
> similarity index 100%
> rename from tests/lm32/test_cmpne.S
> rename to tests/tcg/lm32/test_cmpne.S
> diff --git a/tests/lm32/test_cmpnei.S b/tests/tcg/lm32/test_cmpnei.S
> similarity index 100%
> rename from tests/lm32/test_cmpnei.S
> rename to tests/tcg/lm32/test_cmpnei.S
> diff --git a/tests/lm32/test_divu.S b/tests/tcg/lm32/test_divu.S
> similarity index 100%
> rename from tests/lm32/test_divu.S
> rename to tests/tcg/lm32/test_divu.S
> diff --git a/tests/lm32/test_eret.S b/tests/tcg/lm32/test_eret.S
> similarity index 100%
> rename from tests/lm32/test_eret.S
> rename to tests/tcg/lm32/test_eret.S
> diff --git a/tests/lm32/test_lb.S b/tests/tcg/lm32/test_lb.S
> similarity index 100%
> rename from tests/lm32/test_lb.S
> rename to tests/tcg/lm32/test_lb.S
> diff --git a/tests/lm32/test_lbu.S b/tests/tcg/lm32/test_lbu.S
> similarity index 100%
> rename from tests/lm32/test_lbu.S
> rename to tests/tcg/lm32/test_lbu.S
> diff --git a/tests/lm32/test_lh.S b/tests/tcg/lm32/test_lh.S
> similarity index 100%
> rename from tests/lm32/test_lh.S
> rename to tests/tcg/lm32/test_lh.S
> diff --git a/tests/lm32/test_lhu.S b/tests/tcg/lm32/test_lhu.S
> similarity index 100%
> rename from tests/lm32/test_lhu.S
> rename to tests/tcg/lm32/test_lhu.S
> diff --git a/tests/lm32/test_lw.S b/tests/tcg/lm32/test_lw.S
> similarity index 100%
> rename from tests/lm32/test_lw.S
> rename to tests/tcg/lm32/test_lw.S
> diff --git a/tests/lm32/test_modu.S b/tests/tcg/lm32/test_modu.S
> similarity index 100%
> rename from tests/lm32/test_modu.S
> rename to tests/tcg/lm32/test_modu.S
> diff --git a/tests/lm32/test_mul.S b/tests/tcg/lm32/test_mul.S
> similarity index 100%
> rename from tests/lm32/test_mul.S
> rename to tests/tcg/lm32/test_mul.S
> diff --git a/tests/lm32/test_muli.S b/tests/tcg/lm32/test_muli.S
> similarity index 100%
> rename from tests/lm32/test_muli.S
> rename to tests/tcg/lm32/test_muli.S
> diff --git a/tests/lm32/test_nor.S b/tests/tcg/lm32/test_nor.S
> similarity index 100%
> rename from tests/lm32/test_nor.S
> rename to tests/tcg/lm32/test_nor.S
> diff --git a/tests/lm32/test_nori.S b/tests/tcg/lm32/test_nori.S
> similarity index 100%
> rename from tests/lm32/test_nori.S
> rename to tests/tcg/lm32/test_nori.S
> diff --git a/tests/lm32/test_or.S b/tests/tcg/lm32/test_or.S
> similarity index 100%
> rename from tests/lm32/test_or.S
> rename to tests/tcg/lm32/test_or.S
> diff --git a/tests/lm32/test_orhi.S b/tests/tcg/lm32/test_orhi.S
> similarity index 100%
> rename from tests/lm32/test_orhi.S
> rename to tests/tcg/lm32/test_orhi.S
> diff --git a/tests/lm32/test_ori.S b/tests/tcg/lm32/test_ori.S
> similarity index 100%
> rename from tests/lm32/test_ori.S
> rename to tests/tcg/lm32/test_ori.S
> diff --git a/tests/lm32/test_ret.S b/tests/tcg/lm32/test_ret.S
> similarity index 100%
> rename from tests/lm32/test_ret.S
> rename to tests/tcg/lm32/test_ret.S
> diff --git a/tests/lm32/test_sb.S b/tests/tcg/lm32/test_sb.S
> similarity index 100%
> rename from tests/lm32/test_sb.S
> rename to tests/tcg/lm32/test_sb.S
> diff --git a/tests/lm32/test_scall.S b/tests/tcg/lm32/test_scall.S
> similarity index 100%
> rename from tests/lm32/test_scall.S
> rename to tests/tcg/lm32/test_scall.S
> diff --git a/tests/lm32/test_sextb.S b/tests/tcg/lm32/test_sextb.S
> similarity index 100%
> rename from tests/lm32/test_sextb.S
> rename to tests/tcg/lm32/test_sextb.S
> diff --git a/tests/lm32/test_sexth.S b/tests/tcg/lm32/test_sexth.S
> similarity index 100%
> rename from tests/lm32/test_sexth.S
> rename to tests/tcg/lm32/test_sexth.S
> diff --git a/tests/lm32/test_sh.S b/tests/tcg/lm32/test_sh.S
> similarity index 100%
> rename from tests/lm32/test_sh.S
> rename to tests/tcg/lm32/test_sh.S
> diff --git a/tests/lm32/test_sl.S b/tests/tcg/lm32/test_sl.S
> similarity index 100%
> rename from tests/lm32/test_sl.S
> rename to tests/tcg/lm32/test_sl.S
> diff --git a/tests/lm32/test_sli.S b/tests/tcg/lm32/test_sli.S
> similarity index 100%
> rename from tests/lm32/test_sli.S
> rename to tests/tcg/lm32/test_sli.S
> diff --git a/tests/lm32/test_sr.S b/tests/tcg/lm32/test_sr.S
> similarity index 100%
> rename from tests/lm32/test_sr.S
> rename to tests/tcg/lm32/test_sr.S
> diff --git a/tests/lm32/test_sri.S b/tests/tcg/lm32/test_sri.S
> similarity index 100%
> rename from tests/lm32/test_sri.S
> rename to tests/tcg/lm32/test_sri.S
> diff --git a/tests/lm32/test_sru.S b/tests/tcg/lm32/test_sru.S
> similarity index 100%
> rename from tests/lm32/test_sru.S
> rename to tests/tcg/lm32/test_sru.S
> diff --git a/tests/lm32/test_srui.S b/tests/tcg/lm32/test_srui.S
> similarity index 100%
> rename from tests/lm32/test_srui.S
> rename to tests/tcg/lm32/test_srui.S
> diff --git a/tests/lm32/test_sub.S b/tests/tcg/lm32/test_sub.S
> similarity index 100%
> rename from tests/lm32/test_sub.S
> rename to tests/tcg/lm32/test_sub.S
> diff --git a/tests/lm32/test_sw.S b/tests/tcg/lm32/test_sw.S
> similarity index 100%
> rename from tests/lm32/test_sw.S
> rename to tests/tcg/lm32/test_sw.S
> diff --git a/tests/lm32/test_xnor.S b/tests/tcg/lm32/test_xnor.S
> similarity index 100%
> rename from tests/lm32/test_xnor.S
> rename to tests/tcg/lm32/test_xnor.S
> diff --git a/tests/lm32/test_xnori.S b/tests/tcg/lm32/test_xnori.S
> similarity index 100%
> rename from tests/lm32/test_xnori.S
> rename to tests/tcg/lm32/test_xnori.S
> diff --git a/tests/lm32/test_xor.S b/tests/tcg/lm32/test_xor.S
> similarity index 100%
> rename from tests/lm32/test_xor.S
> rename to tests/tcg/lm32/test_xor.S
> diff --git a/tests/lm32/test_xori.S b/tests/tcg/lm32/test_xori.S
> similarity index 100%
> rename from tests/lm32/test_xori.S
> rename to tests/tcg/lm32/test_xori.S
> diff --git a/tests/pi_10.com b/tests/tcg/pi_10.com
> similarity index 100%
> rename from tests/pi_10.com
> rename to tests/tcg/pi_10.com
> diff --git a/tests/runcom.c b/tests/tcg/runcom.c
> similarity index 100%
> rename from tests/runcom.c
> rename to tests/tcg/runcom.c
> diff --git a/tests/sha1.c b/tests/tcg/sha1.c
> similarity index 100%
> rename from tests/sha1.c
> rename to tests/tcg/sha1.c
> diff --git a/tests/test-arm-iwmmxt.s b/tests/tcg/test-arm-iwmmxt.s
> similarity index 100%
> rename from tests/test-arm-iwmmxt.s
> rename to tests/tcg/test-arm-iwmmxt.s
> diff --git a/tests/test-i386-code16.S b/tests/tcg/test-i386-code16.S
> similarity index 100%
> rename from tests/test-i386-code16.S
> rename to tests/tcg/test-i386-code16.S
> diff --git a/tests/test-i386-muldiv.h b/tests/tcg/test-i386-muldiv.h
> similarity index 100%
> rename from tests/test-i386-muldiv.h
> rename to tests/tcg/test-i386-muldiv.h
> diff --git a/tests/test-i386-shift.h b/tests/tcg/test-i386-shift.h
> similarity index 100%
> rename from tests/test-i386-shift.h
> rename to tests/tcg/test-i386-shift.h
> diff --git a/tests/test-i386-ssse3.c b/tests/tcg/test-i386-ssse3.c
> similarity index 100%
> rename from tests/test-i386-ssse3.c
> rename to tests/tcg/test-i386-ssse3.c
> diff --git a/tests/test-i386-vm86.S b/tests/tcg/test-i386-vm86.S
> similarity index 100%
> rename from tests/test-i386-vm86.S
> rename to tests/tcg/test-i386-vm86.S
> diff --git a/tests/test-i386.c b/tests/tcg/test-i386.c
> similarity index 100%
> rename from tests/test-i386.c
> rename to tests/tcg/test-i386.c
> diff --git a/tests/test-i386.h b/tests/tcg/test-i386.h
> similarity index 100%
> rename from tests/test-i386.h
> rename to tests/tcg/test-i386.h
> diff --git a/tests/test-mmap.c b/tests/tcg/test-mmap.c
> similarity index 100%
> rename from tests/test-mmap.c
> rename to tests/tcg/test-mmap.c
> diff --git a/tests/test_path.c b/tests/tcg/test_path.c
> similarity index 100%
> rename from tests/test_path.c
> rename to tests/tcg/test_path.c
> diff --git a/tests/testthread.c b/tests/tcg/testthread.c
> similarity index 100%
> rename from tests/testthread.c
> rename to tests/tcg/testthread.c
> diff --git a/tests/xtensa/Makefile b/tests/tcg/xtensa/Makefile
> similarity index 100%
> rename from tests/xtensa/Makefile
> rename to tests/tcg/xtensa/Makefile
> diff --git a/tests/xtensa/crt.S b/tests/tcg/xtensa/crt.S
> similarity index 100%
> rename from tests/xtensa/crt.S
> rename to tests/tcg/xtensa/crt.S
> diff --git a/tests/xtensa/linker.ld b/tests/tcg/xtensa/linker.ld
> similarity index 100%
> rename from tests/xtensa/linker.ld
> rename to tests/tcg/xtensa/linker.ld
> diff --git a/tests/xtensa/macros.inc b/tests/tcg/xtensa/macros.inc
> similarity index 100%
> rename from tests/xtensa/macros.inc
> rename to tests/tcg/xtensa/macros.inc
> diff --git a/tests/xtensa/test_b.S b/tests/tcg/xtensa/test_b.S
> similarity index 100%
> rename from tests/xtensa/test_b.S
> rename to tests/tcg/xtensa/test_b.S
> diff --git a/tests/xtensa/test_bi.S b/tests/tcg/xtensa/test_bi.S
> similarity index 100%
> rename from tests/xtensa/test_bi.S
> rename to tests/tcg/xtensa/test_bi.S
> diff --git a/tests/xtensa/test_boolean.S b/tests/tcg/xtensa/test_boolean.S
> similarity index 100%
> rename from tests/xtensa/test_boolean.S
> rename to tests/tcg/xtensa/test_boolean.S
> diff --git a/tests/xtensa/test_bz.S b/tests/tcg/xtensa/test_bz.S
> similarity index 100%
> rename from tests/xtensa/test_bz.S
> rename to tests/tcg/xtensa/test_bz.S
> diff --git a/tests/xtensa/test_clamps.S b/tests/tcg/xtensa/test_clamps.S
> similarity index 100%
> rename from tests/xtensa/test_clamps.S
> rename to tests/tcg/xtensa/test_clamps.S
> diff --git a/tests/xtensa/test_fail.S b/tests/tcg/xtensa/test_fail.S
> similarity index 100%
> rename from tests/xtensa/test_fail.S
> rename to tests/tcg/xtensa/test_fail.S
> diff --git a/tests/xtensa/test_interrupt.S b/tests/tcg/xtensa/test_interrupt.S
> similarity index 100%
> rename from tests/xtensa/test_interrupt.S
> rename to tests/tcg/xtensa/test_interrupt.S
> diff --git a/tests/xtensa/test_loop.S b/tests/tcg/xtensa/test_loop.S
> similarity index 100%
> rename from tests/xtensa/test_loop.S
> rename to tests/tcg/xtensa/test_loop.S
> diff --git a/tests/xtensa/test_mac16.S b/tests/tcg/xtensa/test_mac16.S
> similarity index 100%
> rename from tests/xtensa/test_mac16.S
> rename to tests/tcg/xtensa/test_mac16.S
> diff --git a/tests/xtensa/test_max.S b/tests/tcg/xtensa/test_max.S
> similarity index 100%
> rename from tests/xtensa/test_max.S
> rename to tests/tcg/xtensa/test_max.S
> diff --git a/tests/xtensa/test_min.S b/tests/tcg/xtensa/test_min.S
> similarity index 100%
> rename from tests/xtensa/test_min.S
> rename to tests/tcg/xtensa/test_min.S
> diff --git a/tests/xtensa/test_mmu.S b/tests/tcg/xtensa/test_mmu.S
> similarity index 100%
> rename from tests/xtensa/test_mmu.S
> rename to tests/tcg/xtensa/test_mmu.S
> diff --git a/tests/xtensa/test_mul16.S b/tests/tcg/xtensa/test_mul16.S
> similarity index 100%
> rename from tests/xtensa/test_mul16.S
> rename to tests/tcg/xtensa/test_mul16.S
> diff --git a/tests/xtensa/test_mul32.S b/tests/tcg/xtensa/test_mul32.S
> similarity index 100%
> rename from tests/xtensa/test_mul32.S
> rename to tests/tcg/xtensa/test_mul32.S
> diff --git a/tests/xtensa/test_nsa.S b/tests/tcg/xtensa/test_nsa.S
> similarity index 100%
> rename from tests/xtensa/test_nsa.S
> rename to tests/tcg/xtensa/test_nsa.S
> diff --git a/tests/xtensa/test_pipeline.S b/tests/tcg/xtensa/test_pipeline.S
> similarity index 100%
> rename from tests/xtensa/test_pipeline.S
> rename to tests/tcg/xtensa/test_pipeline.S
> diff --git a/tests/xtensa/test_quo.S b/tests/tcg/xtensa/test_quo.S
> similarity index 100%
> rename from tests/xtensa/test_quo.S
> rename to tests/tcg/xtensa/test_quo.S
> diff --git a/tests/xtensa/test_rem.S b/tests/tcg/xtensa/test_rem.S
> similarity index 100%
> rename from tests/xtensa/test_rem.S
> rename to tests/tcg/xtensa/test_rem.S
> diff --git a/tests/xtensa/test_rst0.S b/tests/tcg/xtensa/test_rst0.S
> similarity index 100%
> rename from tests/xtensa/test_rst0.S
> rename to tests/tcg/xtensa/test_rst0.S
> diff --git a/tests/xtensa/test_sar.S b/tests/tcg/xtensa/test_sar.S
> similarity index 100%
> rename from tests/xtensa/test_sar.S
> rename to tests/tcg/xtensa/test_sar.S
> diff --git a/tests/xtensa/test_sext.S b/tests/tcg/xtensa/test_sext.S
> similarity index 100%
> rename from tests/xtensa/test_sext.S
> rename to tests/tcg/xtensa/test_sext.S
> diff --git a/tests/xtensa/test_shift.S b/tests/tcg/xtensa/test_shift.S
> similarity index 100%
> rename from tests/xtensa/test_shift.S
> rename to tests/tcg/xtensa/test_shift.S
> diff --git a/tests/xtensa/test_timer.S b/tests/tcg/xtensa/test_timer.S
> similarity index 100%
> rename from tests/xtensa/test_timer.S
> rename to tests/tcg/xtensa/test_timer.S
> diff --git a/tests/xtensa/test_windowed.S b/tests/tcg/xtensa/test_windowed.S
> similarity index 100%
> rename from tests/xtensa/test_windowed.S
> rename to tests/tcg/xtensa/test_windowed.S
> diff --git a/tests/xtensa/vectors.S b/tests/tcg/xtensa/vectors.S
> similarity index 100%
> rename from tests/xtensa/vectors.S
> rename to tests/tcg/xtensa/vectors.S
next prev parent reply other threads:[~2012-01-09 16:05 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-09 15:56 [Qemu-devel] [PATCH 01/11] tests: mv tests/* -> tests/tcg Anthony Liguori
2012-01-09 15:56 ` [Qemu-devel] [PATCH 02/11] build: split unit test builds to a separate makefile fragment Anthony Liguori
2012-01-09 19:23 ` Andreas Färber
2012-01-09 19:38 ` Anthony Liguori
2012-01-09 15:56 ` [Qemu-devel] [PATCH 03/11] check-qdict: convert to gtest Anthony Liguori
2012-01-09 18:27 ` Luiz Capitulino
2012-01-09 19:15 ` Anthony Liguori
2012-01-09 19:37 ` Luiz Capitulino
2012-01-09 19:26 ` Andreas Färber
2012-01-09 19:39 ` Anthony Liguori
2012-01-09 15:56 ` [Qemu-devel] [PATCH 04/11] check-qfloat: " Anthony Liguori
2012-01-09 15:56 ` [Qemu-devel] [PATCH 05/11] check-qint: " Anthony Liguori
2012-01-09 15:56 ` [Qemu-devel] [PATCH 06/11] check-qstring: " Anthony Liguori
2012-01-09 15:56 ` [Qemu-devel] [PATCH 07/11] check-qlist: " Anthony Liguori
2012-01-09 15:56 ` [Qemu-devel] [PATCH 08/11] check-qjson: " Anthony Liguori
2012-01-09 15:56 ` [Qemu-devel] [PATCH 09/11] check-qjson: enable disabled tests Anthony Liguori
2012-01-09 15:56 ` [Qemu-devel] [PATCH 10/11] test: eliminate libcheck tests and have make check use gtester Anthony Liguori
2012-01-09 19:35 ` Andreas Färber
2012-01-10 9:17 ` Gerd Hoffmann
2012-01-10 13:10 ` Anthony Liguori
2012-01-09 15:56 ` [Qemu-devel] [PATCH 11/11] check: add a check-report and check-help target Anthony Liguori
2012-01-09 20:00 ` Andreas Färber
2012-01-09 16:04 ` Anthony Liguori [this message]
2012-01-09 16:16 ` [Qemu-devel] Please read: make check framework Avi Kivity
2012-01-09 16:28 ` Anthony Liguori
2012-01-09 16:47 ` Daniel Gollub
2012-01-09 17:47 ` Paul Brook
2012-01-09 19:28 ` Anthony Liguori
2012-01-09 20:57 ` Andreas Färber
2012-01-09 21:42 ` Anthony Liguori
2012-01-09 23:22 ` Andreas Färber
2012-01-09 23:56 ` Anthony Liguori
2012-01-10 9:57 ` Kevin Wolf
2012-01-10 13:11 ` Anthony Liguori
2012-01-10 14:49 ` Andreas Färber
2012-01-10 15:39 ` Peter Maydell
2012-01-09 20:00 ` Stefan Weil
2012-01-10 8:39 ` Stefan Hajnoczi
2012-01-10 13:21 ` Luiz Capitulino
2012-01-09 19:18 ` [Qemu-devel] [PATCH 01/11] tests: mv tests/* -> tests/tcg Andreas Färber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F0B1016.2010600@us.ibm.com \
--to=aliguori@us.ibm.com \
--cc=agraf@suse.de \
--cc=amit.shah@redhat.com \
--cc=andreas.faerber@web.de \
--cc=armbru@redhat.com \
--cc=aurelien@aurel32.net \
--cc=av1474@comtv.ru \
--cc=avi@redhat.com \
--cc=blauwirbel@gmail.com \
--cc=edgar.iglesias@gmail.com \
--cc=gollub@b1-systems.de \
--cc=hpoussin@reactos.org \
--cc=jan.kiszka@web.de \
--cc=jcmvbkbc@gmail.com \
--cc=jvrao@linux.vnet.ibm.com \
--cc=kraxel@redhat.com \
--cc=kwolf@redhat.com \
--cc=lcapitulino@redhat.com \
--cc=markmc@redhat.com \
--cc=michael@walle.cc \
--cc=mst@redhat.com \
--cc=mtosatti@redhat.com \
--cc=paul@codesourcery.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@iki.fi \
--cc=rth@twiddle.net \
--cc=stefanha@linux.vnet.ibm.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=sw@weilnetz.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.