Home
last modified time | relevance | path

Searched hist:ab902981cf4d46834d82eb095f2b9ab159e017bf (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/display/
H A Dqxl.cab902981cf4d46834d82eb095f2b9ab159e017bf Fri Sep 07 19:48:22 UTC 2012 Hans de Goede <hdegoede@redhat.com> qxl: Ignore set_client_capabilities pre/post migrate

The recent introduction of set_client_capabilities has broken
(seamless) migration by trying to call qxl_send_events pre (seamless
incoming) and post (*) migration, triggering the following assert:
qxl_send_events: Assertion `qemu_spice_display_is_running(&d->ssd)' failed.

The solution is easy, pre migration the guest will have already received
the client caps on the migration source side, and post migration there no
longer is a guest, so we can simply ignore the set_client_capabilities call
in both those scenarios.

*) Post migration, so not fatal for to the migration itself, but still a crash

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>