]> Git Repo - qemu.git/commit - hw/qxl.c
qxl: fix guest cursor tracking
authorYonit Halperin <[email protected]>
Tue, 18 Oct 2011 16:58:54 +0000 (18:58 +0200)
committerGerd Hoffmann <[email protected]>
Tue, 25 Oct 2011 12:00:54 +0000 (14:00 +0200)
commit30f6da6656c94964ba8677928588592d9667007e
treeec225acda612000a98d710f11c988654ac95ac89
parent78e60ba53d5bf3c8b59aada8c22c1bd3aed3d344
qxl: fix guest cursor tracking

(1) If the guest cursor command is empty, don't reload it after migration.
(2) Cleaning the guest cursor when it is released by
    the spice server. In addition, explicitly reset the
    cursor in spice upon destroying the primary surface
    (was done by spice-server implicitly). This will prevent
    access to pci memory that was released.

RHBZ: 744518

Signed-off-by: Yonit Halperin <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
hw/qxl.c
This page took 0.025501 seconds and 4 git commands to generate.