aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-08-21 13:13:13 +0200
committerGerd Hoffmann <kraxel@redhat.com>2018-08-30 12:52:57 +0200
commit161f4c471732d8af9fd43f5818ee41fe1ba5be6e (patch)
tree78c76ddf76c1b1ceb24f3fa9c510853d6f2c11b2 /include
parent43e4dbe206df896c9985147e857a08cd0fc01525 (diff)
downloadqemu-161f4c471732d8af9fd43f5818ee41fe1ba5be6e.zip
qemu-161f4c471732d8af9fd43f5818ee41fe1ba5be6e.tar.gz
qemu-161f4c471732d8af9fd43f5818ee41fe1ba5be6e.tar.bz2
Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"
This reverts commit 93f874fe9dbe0b997b5a9459840957efd13d7191. 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
Diffstat (limited to 'include')
-rw-r--r--include/hw/virtio/virtio-gpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/virtio/virtio-gpu.h b/include/hw/virtio/virtio-gpu.h
index a718b72..2374f02 100644
--- a/include/hw/virtio/virtio-gpu.h
+++ b/include/hw/virtio/virtio-gpu.h
@@ -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;