| Updated: October 28, 2024 |
Function prototype for the callback to deliver a Message Signaled Interrupt (MSI)
#include <qvm/guest.h>
typedef void guest_msi_deliver_func_t(vdev_t *pic,
const vdev_t *src,
uint64_t paddr,
unsigned data,
unsigned cookie);