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
The pin number.
- unsigned src_id
Source identification bit.
Page updated:
