qxl_dev: add QXL_INTERRUPT_ERROR

The interrupt is used to notify the guest driver it did an error in
the last io operation. It can be left unhandled.
This commit is contained in:
Alon Levy 2011-06-30 15:03:31 +02:00
parent fbf2cfb145
commit e80cd6b8f9

View File

@ -223,6 +223,7 @@ SPICE_RING_DECLARE(QXLReleaseRing, uint64_t, QXL_RELEASE_RING_SIZE);
#define QXL_INTERRUPT_DISPLAY (1 << 0)
#define QXL_INTERRUPT_CURSOR (1 << 1)
#define QXL_INTERRUPT_IO_CMD (1 << 2)
#define QXL_INTERRUPT_ERROR (1 << 3)
/* qxl-1 compat: append only */
typedef struct SPICE_ATTR_PACKED QXLRam {