]> git.ipfire.org Git - thirdparty/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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 3 Dec 2012 21:02:28 +0000 (15:02 -0600)
commit8c9283c82a8428018b2e43c5f5381a99d1648d4b
tree9df033ddb050692b27433fe0e13ef5b92a25e786
parentbf47da47dbcbf2c90119ba0bd45560d5b2f1dd13
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>
(cherry picked from commit fa98efe932d93a15ffa867f3b05149c8d1fc7c28)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/qxl.c