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-17 13:19:43 +0300
commite80cd6b8f982aa7826441d917cab37bfca80b0a7 (patch)
tree5cc88ec21e11505bd59b94f61c25e7e1d34c86ff
parentfbf2cfb145783dd77df6fbb7056269e7756e8eb9 (diff)
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.
-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 82eb1c8..5ac2f46 100644
--- a/spice/qxl_dev.h
+++ b/spice/qxl_dev.h
@@ -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 {