diff options
-rw-r--r-- | hw/qxl.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |