From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZd0i-00068Y-Ij for qemu-devel@nongnu.org; Wed, 19 Dec 2018 09:39:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZd0g-0005Bd-GW for qemu-devel@nongnu.org; Wed, 19 Dec 2018 09:39:44 -0500 Received: from mail-ot1-x343.google.com ([2607:f8b0:4864:20::343]:36207) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gZd0f-00057e-VM for qemu-devel@nongnu.org; Wed, 19 Dec 2018 09:39:42 -0500 Received: by mail-ot1-x343.google.com with SMTP id k98so19305224otk.3 for ; Wed, 19 Dec 2018 06:39:41 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20181210152829.29271-5-alex.bennee@linaro.org> References: <20181210152829.29271-1-alex.bennee@linaro.org> <20181210152829.29271-5-alex.bennee@linaro.org> From: Aleksandar Markovic Date: Wed, 19 Dec 2018 15:39:39 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC PATCH 04/13] tests/tcg/mips: enable mips32-dsp/mips32-dspr2/mipsr5900 linux-user (WIP) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QWxleCBCZW5uw6ll?= Cc: shorne@gmail.com, amarkovic@wavecomp.com, qemu-devel@nongnu.org, aurelien@aurel32.net, edgar.iglesias@gmail.com, jcmvbkbc@gmail.com, michael@walle.cc, Stefan Markovic On Dec 10, 2018 4:29 PM, "Alex Benn=C3=A9e" 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=C3=A9e > --- > 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 =E3=80=8Afor now empty=E3=80=8B ase dsp dsp_r2 Thanks, Aleksandar