guest_intr_signal()
Assert or de-assert an interrupt request to a PIC or guest CPU
Synopsis:
#include <qvm/guest.h>errno_t guest_intr_signal(guest_intr_t *gip,
guest_intr_state_t gis)Arguments:
- gip
- A pointer to a guest_intr_t structure representing the requested interrupt.
- gis
- A GIS_* flag indicating the action to perform on the interrupt.
Description:
Use this function to assert or de-assert an interrupt request to a PIC or guest CPU.
Returns:
EOK if successful; otherwise, an error value.
Page updated:
