aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-08-21 13:13:12 +0200
committerGerd Hoffmann <kraxel@redhat.com>2018-08-30 12:52:57 +0200
commit43e4dbe206df896c9985147e857a08cd0fc01525 (patch)
tree5fdad35676bc4df0d13990e4bc07aba5cc429473 /include
parent19b599f7664b2ebfd0f405fb79c14dd241557452 (diff)
downloadqemu-43e4dbe206df896c9985147e857a08cd0fc01525.zip
qemu-43e4dbe206df896c9985147e857a08cd0fc01525.tar.gz
qemu-43e4dbe206df896c9985147e857a08cd0fc01525.tar.bz2
virtio-vga: fix reset
We must call the reset functions for both virtio-gpu and vga to properly reset the combo device. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20180821111313.27792-2-kraxel@redhat.com
Diffstat (limited to 'include')
-rw-r--r--include/hw/virtio/virtio-gpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/virtio/virtio-gpu.h b/include/hw/virtio/virtio-gpu.h
index d032167..a718b72 100644
--- a/include/hw/virtio/virtio-gpu.h
+++ b/include/hw/virtio/virtio-gpu.h
@@ -150,6 +150,7 @@ extern const GraphicHwOps virtio_gpu_ops;
} while (0)
/* virtio-gpu.c */
+void virtio_gpu_reset(VirtIODevice *vdev);
void virtio_gpu_ctrl_response(VirtIOGPU *g,
struct virtio_gpu_ctrl_command *cmd,
struct virtio_gpu_ctrl_hdr *resp,