guest_intr

Virtual interrupt information

Synopsis:

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

Data:

vdev_t* pic

A pointer to the PIC that should recieve the interrupt.

unsigned param

PIN information (number + GIPF_* flags).

unsigned src_id

Source identification bit.

Library:

Provided by qvm; no external library is required.