guest_intr_notifications
Bit fields for guest_intr_notify() and the vdev_pic_functions notify parameter
Synopsis:
#include <qvm/types.h>enum guest_intr_notifications {
GIN_UNMASK = 0x01,
GIN_ACK = 0x02
};Data:
- GIN_UNMASK
- GIN_ACK
Page updated:
