summaryrefslogtreecommitdiffstats
path: root/main-loop.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-09-07 21:48:22 +0200
committerGerd Hoffmann <kraxel@redhat.com>2012-09-12 08:09:48 +0200
commitab902981cf4d46834d82eb095f2b9ab159e017bf (patch)
treef2dd65ff2ff460e3264efbdd7de21c1e11755df4 /main-loop.h
parentccc2960d654a233a6ed415b37d8ff41728d817c5 (diff)
downloadhqemu-ab902981cf4d46834d82eb095f2b9ab159e017bf.zip
hqemu-ab902981cf4d46834d82eb095f2b9ab159e017bf.tar.gz
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>
Diffstat (limited to 'main-loop.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud