mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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
This commit is contained in:
parent
a703d3aef5
commit
86dbcdd9c7
2 changed files with 32 additions and 0 deletions
|
@ -40,6 +40,7 @@ typedef struct PCIQXLDevice {
|
|||
uint32_t cmdlog;
|
||||
|
||||
uint32_t guest_bug;
|
||||
Error *migration_blocker;
|
||||
|
||||
enum qxl_mode mode;
|
||||
uint32_t cmdflags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue