mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-07 15:07:42 -07:00
If CONFIG_PLUGINS is enabled then lets enable testing for all our TCG targets. This is a simple smoke test that ensure we don't crash or otherwise barf out by running each plugin against each test. There is a minor knock on effect for additional runners which need specialised QEMU_OPTS which will also need to declare a plugin version of the runner. If this gets onerous we might need to add another helper. Checking the results of the plugins is left for a later exercise. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
||
|---|---|---|
| .. | ||
| fcvt.c | ||
| fcvt.ref | ||
| float_convs.ref | ||
| float_madds.ref | ||
| hello-arm.c | ||
| Makefile.softmmu-target | ||
| Makefile.target | ||
| README | ||
| semihosting.c | ||
| test-arm-iwmmxt.S | ||
| test-armv6m-undef.ld | ||
| test-armv6m-undef.S | ||
These are ARM specific guest programs hello-arm --------- A very simple inline assembly, write syscall based hello world test-arm-iwmmxt --------------- A simple test case for older iwmmxt extended ARMs