From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXZCp-0002vZ-ES for qemu-devel@nongnu.org; Wed, 10 Aug 2016 15:30:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXZCl-0007Yd-E0 for qemu-devel@nongnu.org; Wed, 10 Aug 2016 15:30:23 -0400 Received: from mail-yw0-x241.google.com ([2607:f8b0:4002:c05::241]:33643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXZCl-0007YX-9X for qemu-devel@nongnu.org; Wed, 10 Aug 2016 15:30:19 -0400 Received: by mail-yw0-x241.google.com with SMTP id z8so2411217ywa.0 for ; Wed, 10 Aug 2016 12:30:19 -0700 (PDT) References: <20160805060327.1464-1-bobby.prani@gmail.com> <20160805060327.1464-2-bobby.prani@gmail.com> <871t1wczta.fsf@linaro.org> From: Pranith Kumar In-reply-to: <871t1wczta.fsf@linaro.org> Date: Wed, 10 Aug 2016 15:30:17 -0400 Message-ID: <878tw44e2e.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC PATCH 1/4] tests/tcg: Add x86 mttcg litmus test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?utf-8?Q?Benn=C3=A9e?= Cc: qemu-devel@nongnu.org Alex Bennée writes: > Pranith Kumar writes: > >> This adds the x86 store-after-load re-ordering litmus test. >> >> Most of the supporting files are mostly unmodified and generated by >> the litmus tool. >> >> Signed-off-by: Pranith Kumar >> --- >> tests/tcg/mttcg/x86/Makefile | 42 ++ >> tests/tcg/mttcg/x86/README.txt | 22 + >> tests/tcg/mttcg/x86/SAL.c | 491 ++++++++++++++++ >> tests/tcg/mttcg/x86/affinity.c | 159 +++++ >> tests/tcg/mttcg/x86/affinity.h | 34 ++ >> tests/tcg/mttcg/x86/comp.sh | 10 + >> tests/tcg/mttcg/x86/litmus_rand.c | 64 +++ >> tests/tcg/mttcg/x86/litmus_rand.h | 29 + >> tests/tcg/mttcg/x86/outs.c | 148 +++++ >> tests/tcg/mttcg/x86/outs.h | 49 ++ >> tests/tcg/mttcg/x86/run.sh | 56 ++ >> tests/tcg/mttcg/x86/show.awk | 2 + >> tests/tcg/mttcg/x86/utils.c | 1148 +++++++++++++++++++++++++++++++++++++ >> tests/tcg/mttcg/x86/utils.h | 275 +++++++++ > > So I think tests/tcg/x86/litmus makes more sense for the final location. > The tests/tcg/ directory is a bit of a mess though, a bunch of stuff > needs to be moved into subdirs. > OK. I will clean up the tests directory as we discussed and send out a new series with these litmus tests included. Thanks, -- Pranith