guest_intr_notifications

Bit fields for guest_intr_notify() and the struct vdev_pic_functions notify parameter

Synopsis:

#include <qvm/types.h>
enum guest_intr_notifications {
    GIN_UNMASK = 0x01,
    GIN_ACK = 0x02
};

Data:

GIN_UNMASK

Call guest_intr_notify() on unmask.

GIN_ACK

Call guest_intr_notify() on acknowledge.

Library:

Provided by qvm; no external library is required.