summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-09-11 19:35:17 +0300
committerAlon Levy <alevy@redhat.com>2012-09-11 23:42:35 +0300
commit5eb2f336667e9619dde7b8d887fe87e8aa1b9d30 (patch)
tree020ff5898ce22c1994b077da2da9b412eb16b827
parent91a02925e03bce2e082beeded1a5236fdff5ecf1 (diff)
(temp) qxl: increment default revision to 4 if spice-server >= 0.11.5linux.qxl.v6
-rw-r--r--hw/qxl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/qxl.h b/hw/qxl.h
index 5553824be..5d231ae15 100644
--- a/hw/qxl.h
+++ b/hw/qxl.h
@@ -129,8 +129,7 @@ typedef struct PCIQXLDevice {
} \
} while (0)
-#if 0
-/* spice-server 0.12 is still in development */
+#if SPICE_SERVER_VERSION >= 0x000b05
#define QXL_DEFAULT_REVISION QXL_REVISION_STABLE_V12
#else
#define QXL_DEFAULT_REVISION QXL_REVISION_STABLE_V10