qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio
at master 9 lines 270 B view raw
1#ifndef HW_ACPI_UTILS_H 2#define HW_ACPI_UTILS_H 3 4#include "hw/nvram/fw_cfg.h" 5 6MemoryRegion *acpi_add_rom_blob(FWCfgCallback update, void *opaque, 7 GArray *blob, const char *name, 8 uint64_t max_size); 9#endif