qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/7] qxl: fix cursor reset


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 3/7] qxl: fix cursor reset
Date: Fri, 2 Nov 2012 10:35:15 +0100

When resetting the qxl cursor notify the qemu displaystate too.

Signed-off-by: Gerd Hoffmann <address@hidden>
---
 hw/qxl.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/hw/qxl.c b/hw/qxl.c
index f19451b..063970d 100644
--- a/hw/qxl.c
+++ b/hw/qxl.c
@@ -293,6 +293,10 @@ void qxl_spice_reset_cursor(PCIQXLDevice *qxl)
     qemu_mutex_lock(&qxl->track_lock);
     qxl->guest_cursor = 0;
     qemu_mutex_unlock(&qxl->track_lock);
+    if (qxl->ssd.cursor) {
+        cursor_put(qxl->ssd.cursor);
+    }
+    qxl->ssd.cursor = cursor_builtin_hidden();
 }
 
 
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]