Virtual interrupt information
#include <qvm/types.h>
struct guest_intr {
vdev_t* pic;
unsigned param;
unsigned src_id;
} ;
A pointer to the PIC that should recieve the interrupt.
PIN information (number + GIPF_* flags).
Source identification bit.