[Spice-devel] [spice-protocol PATCH v2 2/2] qxl_dev: add third revision V10
Alon Levy
alevy at redhat.com
Fri Jun 24 03:50:59 PDT 2011
---
spice/qxl_dev.h | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/spice/qxl_dev.h b/spice/qxl_dev.h
index 1c39a0f..761e4a2 100644
--- a/spice/qxl_dev.h
+++ b/spice/qxl_dev.h
@@ -43,8 +43,12 @@
/* 0x100-0x11f reserved for spice, 0x1ff used for unstable work */
#define QXL_DEVICE_ID_STABLE 0x0100
-#define QXL_REVISION_STABLE_V04 0x01
-#define QXL_REVISION_STABLE_V06 0x02
+
+enum {
+ QXL_REVISION_STABLE_V04=0x01,
+ QXL_REVISION_STABLE_V06=0x02,
+ QXL_REVISION_STABLE_V10=0x03
+};
#define QXL_DEVICE_ID_DEVEL 0x01ff
#define QXL_REVISION_DEVEL 0x01
--
1.7.5.4
More information about the Spice-devel
mailing list