Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"

This reverts commit 93f874fe9d.

Now with virtio-vga being resetted properly the
crash workaround is not needed any more.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20180821111313.27792-3-kraxel@redhat.com
This commit is contained in:
Gerd Hoffmann 2018-08-21 13:13:13 +02:00
parent 43e4dbe206
commit 161f4c4717
3 changed files with 0 additions and 17 deletions

View file

@ -125,7 +125,6 @@ typedef struct VirtIOGPU {
uint32_t bytes_3d;
} stats;
void (*disable_scanout)(struct VirtIOGPU *g, int scanout_id);
Error *migration_blocker;
} VirtIOGPU;