qemu with hax to log dma reads & writes
jcs.org/2018/11/12/vfio
1obj-y += translate.o helper.o cpu.o op_helper.o gdbstub.o mem_helper.o
2obj-y += int_helper.o
3obj-$(CONFIG_SOFTMMU) += machine.o
4
5DECODETREE = $(SRC_PATH)/scripts/decodetree.py
6
7target/hppa/decode.inc.c: $(SRC_PATH)/target/hppa/insns.decode $(DECODETREE)
8 $(call quiet-command,\
9 $(PYTHON) $(DECODETREE) -o $@ $<, "GEN", $(TARGET_DIR)$@)
10
11target/hppa/translate.o: target/hppa/decode.inc.c