summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-06-30 15:03:31 +0200
committerAlon Levy <alevy@redhat.com>2011-07-07 18:08:27 +0200
commit6fe32fd5c2cea3017833aed37f36508cc20785d9 (patch)
tree3f0fa3b3af45e10b417bf0ba3268ae2c782a7048
parentcc0b590333d2c7edb2e11419da62373e8398d589 (diff)
qxl_dev: add QXL_INTERRUPT_ERRORs3.v2
-rw-r--r--spice/qxl_dev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/spice/qxl_dev.h b/spice/qxl_dev.h
index 7fd40e8..5e6ce06 100644
--- a/spice/qxl_dev.h
+++ b/spice/qxl_dev.h
@@ -227,6 +227,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 {