qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 1/4] tests/tcg: Add x86 mttcg litmus test


From: Pranith Kumar
Subject: Re: [Qemu-devel] [RFC PATCH 1/4] tests/tcg: Add x86 mttcg litmus test
Date: Wed, 10 Aug 2016 15:30:17 -0400

Alex Bennée writes:

> Pranith Kumar <address@hidden> 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 <address@hidden>
>> ---
>>  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]