]> git.proxmox.com Git - qemu.git/commit
qxl: reload memslots after migration, when qxl is in UNDEFINED mode
authorYonit Halperin <yhalperi@redhat.com>
Wed, 28 Nov 2012 15:08:22 +0000 (10:08 -0500)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 29 Nov 2012 06:58:45 +0000 (07:58 +0100)
commitfa98efe932d93a15ffa867f3b05149c8d1fc7c28
treebff416fb2e32bc815d15059fe56e6c54da807d8f
parente9bff10f8db94912b1b0e6e2e3394cae02faf614
qxl: reload memslots after migration, when qxl is in UNDEFINED mode

The devram memslot stays active when qxl enters UNDEFINED mode (i.e, no
primary surface). If migration has occurred while the device is in
UNDEFINED stae, the memslots have to be reloaded at the destination.

Fixes rhbz#874574

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