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

tests/Makefile: Only display TCG-related tests when TCG is available

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Tested-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200522172510.25784-4-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>

authored by

Philippe Mathieu-Daudé and committed by
Laurent Vivier
ca6db469 1cf295be

+2
+2
tests/Makefile.include
··· 12 12 @echo " $(MAKE) check-speed Run qobject speed tests" 13 13 @echo " $(MAKE) check-qapi-schema Run QAPI schema tests" 14 14 @echo " $(MAKE) check-block Run block tests" 15 + ifeq ($(CONFIG_TCG),y) 15 16 @echo " $(MAKE) check-tcg Run TCG tests" 16 17 @echo " $(MAKE) check-softfloat Run FPU emulation tests" 18 + endif 17 19 @echo " $(MAKE) check-acceptance Run all acceptance (functional) tests" 18 20 @echo 19 21 @echo " $(MAKE) check-report.tap Generates an aggregated TAP test report"