diff options
author | Gerd Hoffmann | 2017-04-10 13:31:31 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2017-04-11 08:38:17 +0200 |
commit | 86dbcdd9c7590d06db89ca256c5eaf0b4aba8858 (patch) | |
tree | 166c764d35fecca22cdc023b1ba5e42f2f1b3789 /hw/display/qxl.h | |
parent | qxl: switch display on entering VGA (diff) | |
download | qemu-86dbcdd9c7590d06db89ca256c5eaf0b4aba8858.tar.gz qemu-86dbcdd9c7590d06db89ca256c5eaf0b4aba8858.tar.xz qemu-86dbcdd9c7590d06db89ca256c5eaf0b4aba8858.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/qxl.h b/hw/display/qxl.h index d2d49dd933..77e5a36dc5 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; |