]> Git Repo - qemu.git/commit
virtio-vga: fix reset.
authorGerd Hoffmann <[email protected]>
Thu, 7 Mar 2019 08:02:43 +0000 (09:02 +0100)
committerGerd Hoffmann <[email protected]>
Mon, 11 Mar 2019 07:04:12 +0000 (08:04 +0100)
commit3912e66a3febdea3b89150f923ca9be3f02f7ae3
tree07ab33cac152d00748f9400b2ff64169507b794a
parent8ea90ee690eb78bbe6644cae3a7eff857f8b4569
virtio-vga: fix reset.

Store reset handler of the parent class and just call that for a
complete virtio reset.  When taking the shortcut and calling
virtio_gpu_reset() directly the generic virtio reset code (for
virtqueues etc) will not be executed.

Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1597621
Signed-off-by: Gerd Hoffmann <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Message-id: 20190307080244[email protected]
hw/display/virtio-vga.c
This page took 0.021486 seconds and 4 git commands to generate.