OSDN Git Service

spice: stop server for qxl hard reset
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 9 Dec 2013 15:03:49 +0000 (16:03 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 16 Dec 2013 09:12:20 +0000 (10:12 +0100)
commit75c70e37bc4a6bdc394b4d1b163fe730abb82c72
tree29a89f83ba0b489bde583a395ca39902e7fc2026
parentb50f3e42b9438e033074222671c0502ecfeba82c
spice: stop server for qxl hard reset

Hard reset can happen at any time.  We should be able to put qxl into a
known-good state no matter what.  Stop spice server thread for reset so
it can't be confused by fetching stale commands lingering around in the
rings while we reset is ongoing.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/qxl.c