aboutsummaryrefslogtreecommitdiff
path: root/hw/display/qxl.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-04-10 13:31:31 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-04-11 08:38:17 +0200
commit86dbcdd9c7590d06db89ca256c5eaf0b4aba8858 (patch)
tree166c764d35fecca22cdc023b1ba5e42f2f1b3789 /hw/display/qxl.h
parenta703d3aef5991b72a5a45880e7491232b8032f09 (diff)
downloadqemu-86dbcdd9c7590d06db89ca256c5eaf0b4aba8858.zip
qemu-86dbcdd9c7590d06db89ca256c5eaf0b4aba8858.tar.gz
qemu-86dbcdd9c7590d06db89ca256c5eaf0b4aba8858.tar.bz2
qxl: add migration blocker to avoid pre-save assert
Cc: 1635339@bugs.launchpad.net Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20170410113131.2585-1-kraxel@redhat.com
Diffstat (limited to 'hw/display/qxl.h')
-rw-r--r--hw/display/qxl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/qxl.h b/hw/display/qxl.h
index d2d49dd..77e5a36 100644
--- a/hw/display/qxl.h
+++ b/hw/display/qxl.h
@@ -40,6 +40,7 @@ typedef struct PCIQXLDevice {
uint32_t cmdlog;
uint32_t guest_bug;
+ Error *migration_blocker;
enum qxl_mode mode;
uint32_t cmdflags;