diff options
| author | Gerd Hoffmann | 2018-08-21 13:13:12 +0200 |
|---|---|---|
| committer | Gerd Hoffmann | 2018-08-30 12:52:57 +0200 |
| commit | 43e4dbe206df896c9985147e857a08cd0fc01525 (patch) | |
| tree | 5fdad35676bc4df0d13990e4bc07aba5cc429473 /include | |
| parent | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' i... (diff) | |
| download | qemu-43e4dbe206df896c9985147e857a08cd0fc01525.tar.gz qemu-43e4dbe206df896c9985147e857a08cd0fc01525.tar.xz qemu-43e4dbe206df896c9985147e857a08cd0fc01525.zip | |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/virtio/virtio-gpu.h b/include/hw/virtio/virtio-gpu.h index d0321672f4..a718b7233f 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, |
