qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio
at master 11 lines 384 B view raw
1obj-y += translate.o op_helper.o helper.o cpu.o gdbstub.o disas.o 2 3DECODETREE = $(SRC_PATH)/scripts/decodetree.py 4 5target/rx/decode.inc.c: \ 6 $(SRC_PATH)/target/rx/insns.decode $(DECODETREE) 7 $(call quiet-command,\ 8 $(PYTHON) $(DECODETREE) --varinsnwidth 32 -o $@ $<, "GEN", $(TARGET_DIR)$@) 9 10target/rx/translate.o: target/rx/decode.inc.c 11target/rx/disas.o: target/rx/decode.inc.c