From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWggu-0003dx-7v for qemu-devel@nongnu.org; Tue, 11 Dec 2018 06:59:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWggn-0007Wi-2f for qemu-devel@nongnu.org; Tue, 11 Dec 2018 06:59:05 -0500 Received: from mail-wm1-x343.google.com ([2a00:1450:4864:20::343]:33389) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gWggj-0007Ui-Qp for qemu-devel@nongnu.org; Tue, 11 Dec 2018 06:58:58 -0500 Received: by mail-wm1-x343.google.com with SMTP id r24so8837072wmh.0 for ; Tue, 11 Dec 2018 03:58:57 -0800 (PST) References: <20181210152829.29271-1-alex.bennee@linaro.org> <20181210152829.29271-8-alex.bennee@linaro.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: Date: Tue, 11 Dec 2018 11:58:55 +0000 Message-ID: <87tvjk1dhc.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC PATCH 07/13] tests/tcg/xtensa: enable system tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Filippov Cc: qemu-devel , "Edgar E. Iglesias" , Michael Walle , Aurelien Jarno , amarkovic@wavecomp.com, Stafford Horne Max Filippov writes: > On Mon, Dec 10, 2018 at 7:28 AM Alex Benn=C3=A9e = wrote: >> >> Signed-off-by: Alex Benn=C3=A9e >> --- >> tests/tcg/xtensa/Makefile | 93 ------------------------ >> tests/tcg/xtensa/Makefile.softmmu-target | 43 +++++++++++ >> 2 files changed, 43 insertions(+), 93 deletions(-) >> delete mode 100644 tests/tcg/xtensa/Makefile > > That Makefile provides a few nice goals for guest and host debugging I could certainly add a rule like: gdb-%: % gdb --args $(QEMU) $(QEMU_OPTS) $< > and a way to run tests on Tensilica ISS, it would be nice to keep it. I can restore some xtensa specific rules: xt-run-%: % xt-run --xtensa-core=3DDC_B_232L --exit_with_target_code $< What are EXTFLAGS used for? -- Alex Benn=C3=A9e