qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

tests/tcg/multiarch: add hello world system test

This is not really i386 only, we can have the same test for all
architectures supporting system tests.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

+1 -1
+1 -1
tests/tcg/i386/Makefile.softmmu-target
··· 27 27 LINK_SCRIPT=$(I386_SYSTEM_SRC)/kernel.ld 28 28 LDFLAGS=-Wl,-T$(LINK_SCRIPT) -Wl,-melf_i386 29 29 # FIXME: move to common once x86_64 is bootstrapped 30 - TESTS+=$(X86_TESTS) 30 + TESTS+=$(X86_TESTS) $(MULTIARCH_TESTS) 31 31 endif 32 32 CFLAGS+=-nostdlib -ggdb -O0 $(MINILIB_INC) 33 33 LDFLAGS+=-static -nostdlib $(CRT_OBJS) $(MINILIB_OBJS) -lgcc
tests/tcg/i386/system/hello.c tests/tcg/multiarch/system/hello.c