[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH 04/13] tests/tcg/mips: enable mips32-dsp/mip
From: |
Alex Bennée |
Subject: |
Re: [Qemu-devel] [RFC PATCH 04/13] tests/tcg/mips: enable mips32-dsp/mips32-dspr2/mipsr5900 linux-user (WIP) |
Date: |
Wed, 19 Dec 2018 16:03:42 +0000 |
User-agent: |
mu4e 1.1.0; emacs 26.1.90 |
Aleksandar Markovic <address@hidden> writes:
> On Dec 10, 2018 4:29 PM, "Alex Bennée" <address@hidden> wrote:
>>
>> Convert the existing tests to use our common cross build
>> infrastructure.
>>
>> [WIP: mips32r2 disabled to avoid name clash]
>> [WIP: mipsr5900 disabled due to clashing build flags]
>>
>> Signed-off-by: Alex Bennée <address@hidden>
>> ---
>> tests/tcg/mips/Makefile.target | 15 ++-
>> tests/tcg/mips/mips32-dsp/Makefile | 166 +++++----------------------
>> tests/tcg/mips/mips32-dspr2/Makefile | 83 +++-----------
>> tests/tcg/mips/mipsr5900/Makefile | 40 +++----
>> 4 files changed, 75 insertions(+), 229 deletions(-)
>>
>
> Alex,
>
> How about reorganizing directories in tests/tcg/mips altogether, and make
> it less confusing, and easier for future developers to approach an work on?
>
> Let's say like this:
>
> tests/tcg/mips
> user
> isa
> r5900
> ase
> dsp
> dsp_r2
> system
> isa 《for now empty》
> ase
> dsp
> dsp_r2
Yeah sounds like a plan. I'm going to do the same with cris (bare and libc).
>
> Thanks,
> Aleksandar
--
Alex Bennée
[Qemu-devel] [RFC PATCH 05/13] tests/tcg/mips: enable mips64 system tests (WIP), Alex Bennée, 2018/12/10
[Qemu-devel] [RFC PATCH 07/13] tests/tcg/xtensa: enable system tests, Alex Bennée, 2018/12/10