[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH 07/13] tests/tcg/xtensa: enable system tests
From: |
Alex Bennée |
Subject: |
Re: [Qemu-devel] [RFC PATCH 07/13] tests/tcg/xtensa: enable system tests |
Date: |
Tue, 11 Dec 2018 11:58:55 +0000 |
User-agent: |
mu4e 1.1.0; emacs 26.1.90 |
Max Filippov <address@hidden> writes:
> On Mon, Dec 10, 2018 at 7:28 AM Alex Bennée <address@hidden> wrote:
>>
>> Signed-off-by: Alex Bennée <address@hidden>
>> ---
>> 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=DC_B_232L --exit_with_target_code $<
What are EXTFLAGS used for?
--
Alex Bennée
- [Qemu-devel] [RFC PATCH 01/13] tests/tcg: add softmmu awareness to Makefile, (continued)
- [Qemu-devel] [RFC PATCH 08/13] tests/docker: add fedora-cris-cross compilers, Alex Bennée, 2018/12/10
- [Qemu-devel] [RFC PATCH 02/13] tests: enable tcg tests for softmmu, Alex Bennée, 2018/12/10
- [Qemu-devel] [RFC PATCH 03/13] tests/tcg: add QEMU_OPT option for test runner, Alex Bennée, 2018/12/10
- [Qemu-devel] [RFC PATCH 06/13] tests/docker: add debian-xtensa-cross image, Alex Bennée, 2018/12/10
- [Qemu-devel] [RFC PATCH 11/13] tests/tcg/cris: comment out the ccs test, Alex Bennée, 2018/12/10
- [Qemu-devel] [RFC PATCH 10/13] tests/tcg/cris: cleanup sys.c, Alex Bennée, 2018/12/10
- [Qemu-devel] [RFC PATCH 13/13] tests/tcg: enable cris system tests, Alex Bennée, 2018/12/10