| Updated: October 28, 2024 |
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.
The pin number.
Source identification bit.