mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
In preparation of adding a test for Xen on 32-bit Arm v7: - Introduce an architecture-agnostic TestXenBase class where we move most of the Xen test scenario and bits of the configuration. - Re-organise the test_xen/ folder with the architecture-agnostic files under common/ and the 64-bit Arm specific files under aarch64/. Make the 64-bit Arm TestXen class inherit from the base class and leave in there only the architecture-specific parts: - The 64-bit Arm configuration bits. - The test function, which passes the proper 64-bit Arm simulator options to the generic test function. No functional change intended. Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com> Signed-off-by: Julien Olivain <ju.o@free.fr>