Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-12 | tests/tcg/i386: add memory test to exercise softmmu | Alex Bennée | |
This is a simple test to check various access patterns to memory including unaligned access. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> | |||
2019-03-12 | tests/tcg/i386: add system mode Hello World test | Alex Bennée | |
This introduces the build framework for simple i386 system tests. The first test is the eponymous "Hello World" which simply outputs the text on the serial port and then exits. I've included the framework for x86_64 but it is not in this series as it is a work in progress. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> |