qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio
at master 10 lines 233 B view raw
1#include "qemu/osdep.h" 2#include "qemu/main-loop.h" 3 4void qemu_set_fd_handler(int fd, 5 IOHandler *fd_read, 6 IOHandler *fd_write, 7 void *opaque) 8{ 9 abort(); 10}