diff mbox series

[v5,04/15] tests/tcg/multiarch: move the system memory test

Message ID 20190430165234.32272-5-alex.bennee@linaro.org
State Superseded
Headers show
Series demacro softmmu (plus tests/coverage) | expand

Commit Message

Alex Bennée April 30, 2019, 4:52 p.m. UTC
There is nothing inherently architecture specific about the memory
test although we may have to manage different restrictions of
unaligned access across architectures.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

---
 tests/tcg/{i386 => multiarch}/system/memory.c | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename tests/tcg/{i386 => multiarch}/system/memory.c (100%)

-- 
2.20.1

Comments

Richard Henderson May 1, 2019, 6:35 p.m. UTC | #1
On 4/30/19 9:52 AM, Alex Bennée wrote:
> There is nothing inherently architecture specific about the memory

> test although we may have to manage different restrictions of

> unaligned access across architectures.

> 

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> ---

>  tests/tcg/{i386 => multiarch}/system/memory.c | 0

>  1 file changed, 0 insertions(+), 0 deletions(-)

>  rename tests/tcg/{i386 => multiarch}/system/memory.c (100%)



Reviewed-by: Richard Henderson <richard.henderson@linaro.org>



r~
diff mbox series

Patch

diff --git a/tests/tcg/i386/system/memory.c b/tests/tcg/multiarch/system/memory.c
similarity index 100%
rename from tests/tcg/i386/system/memory.c
rename to tests/tcg/multiarch/system/memory.c