| Updated: January 28, 2026 |
Bit fields for guest_intr_notify() and the vdev_pic_functions notify parameter
#include <qvm/types.h>
enum guest_intr_notifications {
GIN_UNMASK = 0x01,
GIN_ACK = 0x02
};
Call guest_intr_notify() on unmask.
Call guest_intr_notify() on acknowledge.