qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio
at jcs-hda-dma 8 lines 116 B view raw
1#ifndef QDEV_H 2#define QDEV_H 3 4#include "hw/hw.h" 5#include "hw/qdev-core.h" 6#include "hw/qdev-properties.h" 7 8#endif