[Spice-devel] [PATCH v2 2/2] qxl: make sure primary surface is saved on migration also in compat mode

Yonit Halperin yhalperi at redhat.com
Wed Feb 15 01:22:16 PST 2012


RHBZ #790083

Signed-off-by: Yonit Halperin <yhalperi at redhat.com>
---
 hw/qxl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/qxl.c b/hw/qxl.c
index df55de1..10137f9 100644
--- a/hw/qxl.c
+++ b/hw/qxl.c
@@ -1470,7 +1470,7 @@ static void qxl_dirty_surfaces(PCIQXLDevice *qxl)
     intptr_t vram_start;
     int i;
 
-    if (qxl->mode != QXL_MODE_NATIVE) {
+    if (qxl->mode != QXL_MODE_NATIVE && qxl->mode != QXL_MODE_COMPAT) {
         return;
     }
 
-- 
1.7.7.6



More information about the Spice-devel mailing list