qemu with hax to log dma reads & writes
jcs.org/2018/11/12/vfio
1stub-obj-y += blk-commit-all.o
2stub-obj-y += cmos.o
3stub-obj-y += cpu-get-clock.o
4stub-obj-y += cpu-get-icount.o
5stub-obj-y += dump.o
6stub-obj-y += error-printf.o
7stub-obj-y += fdset.o
8stub-obj-y += gdbstub.o
9stub-obj-y += iothread-lock.o
10stub-obj-y += is-daemonized.o
11stub-obj-y += isa-bus.o
12stub-obj-$(CONFIG_LINUX_AIO) += linux-aio.o
13stub-obj-$(CONFIG_LINUX_IO_URING) += io_uring.o
14stub-obj-y += monitor-core.o
15stub-obj-y += notify-event.o
16stub-obj-y += pci-bus.o
17stub-obj-y += qmp_memory_device.o
18stub-obj-y += qtest.o
19stub-obj-y += ramfb.o
20stub-obj-y += replay.o
21stub-obj-y += runstate-check.o
22stub-obj-$(CONFIG_SOFTMMU) += semihost.o
23stub-obj-y += set-fd-handler.o
24stub-obj-y += sysbus.o
25stub-obj-y += tpm.o
26stub-obj-y += trace-control.o
27stub-obj-y += vmgenid.o
28stub-obj-y += vmstate.o
29stub-obj-$(CONFIG_SOFTMMU) += win32-kbd-hook.o
30
31#######################################################################
32# code used by both qemu system emulation and qemu-img
33
34ifeq ($(call lor,$(CONFIG_SOFTMMU),$(CONFIG_TOOLS)),y)
35
36stub-obj-y += arch_type.o
37stub-obj-y += bdrv-next-monitor-owned.o
38stub-obj-y += blockdev-close-all-bdrv-states.o
39stub-obj-y += change-state-handler.o
40stub-obj-y += clock-warp.o
41stub-obj-y += fd-register.o
42stub-obj-y += fw_cfg.o
43stub-obj-y += get-vm-name.o
44stub-obj-y += iothread.o
45stub-obj-y += machine-init-done.o
46stub-obj-y += migr-blocker.o
47stub-obj-y += monitor.o
48stub-obj-y += pci-host-piix.o
49stub-obj-y += ram-block.o
50stub-obj-y += replay-user.o
51stub-obj-y += target-get-monitor-def.o
52stub-obj-y += target-monitor-defs.o
53stub-obj-y += uuid.o
54stub-obj-y += vm-stop.o
55
56endif # CONFIG_SOFTMMU || CONFIG_TOOLS