guest_pic_notify()

Handle an interrupt event that has occurred on an interrupt line that PIC is aware of

Synopsis:

#include <qvm/guest.h>
void guest_pic_notify(const vdev_t *vdp,
                      unsigned param,
                      guest_intr_notifications_t gin)

Arguments:

vdp
A pointer to a PCI vdev.
param
The device interrupt line that has become unmasked.
gin
A GIN_* value indicating the notification type.
Page updated: