qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 15/27] tests/tcg: ARC: Add TCG instruction definition tests


From: Richard Henderson
Subject: Re: [PATCH 15/27] tests/tcg: ARC: Add TCG instruction definition tests
Date: Wed, 7 Apr 2021 13:38:21 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/5/21 7:31 AM, cupertinomiranda@gmail.com wrote:
From: Claudiu Zissulescu <claziss@synopsys.com>

The added tests verify basic instructions execution as well
as more advanced features such as zero overhead loops interrupt
system, memory management unit and memory protection unit.

Signed-off-by: Claudiu Zissulescu <claziss@synopsys.com>
Signed-off-by: Cupertino Miranda <cmiranda@synopsys.com>
---
  tests/Makefile.include                |   1 +
  tests/tcg/arc/Makefile                | 114 ++++
  tests/tcg/arc/Makefile.softmmu-target |  43 ++
  tests/tcg/arc/Makefile.target         | 101 ++++

You shoud *only* need Makefile.softmmu-target.

The bare Makefile is (or should be) unused.
The Makefile.target is for arc-linux-user,
which you do not build.


r~



reply via email to

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