mvadkert / rpms / qemu

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