qemu with hax to log dma reads & writes
jcs.org/2018/11/12/vfio
1# -*- Mode: makefile -*-
2#
3# TCG Compiler Probe
4#
5# This Makefile fragment is included multiple times in the main make
6# script to probe for available compilers. This is used to build up a
7# selection of required docker targets before we invoke a sub-make for
8# each target.
9
10DOCKER_IMAGE:=
11
12-include $(BUILD_DIR)/tests/tcg/config-$(PROBE_TARGET).mak
13
14ifneq ($(DOCKER_IMAGE),)
15build-tcg-tests-$(PROBE_TARGET): docker-image-$(DOCKER_IMAGE)
16endif
17$(BUILD_DIR)/tests/tcg/config_$(PROBE_TARGET).mak: config-host.mak
18config-host.mak: $(SRC_PATH)/tests/tcg/configure.sh