]> git.proxmox.com Git - mirror_qemu.git/commit
tests/tcg/i386: add system mode Hello World test
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 1 Mar 2019 16:37:02 +0000 (16:37 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 12 Mar 2019 17:05:21 +0000 (17:05 +0000)
commit40d6ee9450b966f56a7df9874939b05f33040c74
tree3c6873071c3d990e11755ee63408109fbec0ddef
parenta113ec989b74acf6a8eac68bbe41aab141d0235c
tests/tcg/i386: add system mode Hello World test

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>
tests/tcg/i386/Makefile.softmmu-target [new file with mode: 0644]
tests/tcg/i386/system/boot.S [new file with mode: 0644]
tests/tcg/i386/system/hello.c [new file with mode: 0644]
tests/tcg/i386/system/kernel.ld [new file with mode: 0644]