From: Alex Bennée Date: Fri, 26 Apr 2019 08:28:15 +0000 (+0100) Subject: tests/tcg/multiarch: move the system memory test X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=67f3da9d743592182e593cc843f547a966a2670b;p=qmiga%2Fqemu.git tests/tcg/multiarch: move the system memory test 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 Reviewed-by: Richard Henderson --- 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