Blame 0518-qxl-set-default-revision-to-4.patch

64c339
From 7b1c2ac1342371bf43035b2ee1b02d9f554da49d Mon Sep 17 00:00:00 2001
64c339
From: Gerd Hoffmann <kraxel@redhat.com>
64c339
Date: Thu, 1 Nov 2012 11:06:54 +0100
64c339
Subject: [PATCH 518/647] qxl: set default revision to 4
64c339
64c339
Set qxl pci revision to 4 so guests know spice-server 0.12 features
64c339
are available.
64c339
64c339
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
64c339
---
64c339
 hw/qxl.h | 5 -----
64c339
 1 file changed, 5 deletions(-)
64c339
64c339
diff --git a/hw/qxl.h b/hw/qxl.h
64c339
index 5553824..e583cfb 100644
64c339
--- a/hw/qxl.h
64c339
+++ b/hw/qxl.h
64c339
@@ -129,12 +129,7 @@ typedef struct PCIQXLDevice {
64c339
         }                                                               \
64c339
     } while (0)
64c339
 
64c339
-#if 0
64c339
-/* spice-server 0.12 is still in development */
64c339
 #define QXL_DEFAULT_REVISION QXL_REVISION_STABLE_V12
64c339
-#else
64c339
-#define QXL_DEFAULT_REVISION QXL_REVISION_STABLE_V10
64c339
-#endif
64c339
 
64c339
 /* qxl.c */
64c339
 void *qxl_phys2virt(PCIQXLDevice *qxl, QXLPHYSICAL phys, int group_id);
64c339
-- 
64c339
1.7.12.1
64c339