| Updated: January 28, 2026 |
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.