guest_intr_t

Virtual interrupt information

Synopsis:

#include <qvm/types.h>
typedef struct {
    vdev_t* pic;
    unsigned param;
    unsigned src_id;
} guest_intr_t;

Data:

vdev_t* pic
A pointer to the PIC that should receive the interrupt.
unsigned param
The pin information (for details, see the pnum_mask field in the vdev_pic_functions structure).
unsigned src_id
The source identification bit.
Page updated: