qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio
at master 8 lines 147 B view raw
1#include "qemu/osdep.h" 2#include "sysemu/sysemu.h" 3 4bool machine_init_done = true; 5 6void qemu_add_machine_init_done_notifier(Notifier *notify) 7{ 8}