guest_intr_notify()
Inform the qvm process that the guest has unmasked or acknowledged a virtual interrupt
Synopsis:
#include <qvm/guest.h>void guest_intr_notify(const vdev_t *vdp,
unsigned param,
enum guest_intr_notifications gin)Arguments:
- vdp
- A pointer to the PIC virtual device.
- param
- The interrupt line on the PIC device that has become unmasked.
- gin
- The notification type.
Description:
This function is used to inform the qvm process that the guest has unmasked a virtual interrupt (GIN_UNMASK) or acknowledged it (GIN_ACK).
Page updated:
