[Qemu-devel] [PATCH 0/3] virtio-gpu: fix reset.

Gerd Hoffmann posted 3 patches 6 years, 8 months ago
Test asan failed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190307080244.9011-1-kraxel@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
hw/virtio/virtio-pci.h         |  1 +
include/hw/virtio/virtio-gpu.h |  1 -
hw/display/virtio-gpu.c        |  2 +-
hw/display/virtio-vga.c        | 17 +++++++++++++++--
hw/virtio/virtio-pci.c         |  1 +
5 files changed, 18 insertions(+), 4 deletions(-)
[Qemu-devel] [PATCH 0/3] virtio-gpu: fix reset.
Posted by Gerd Hoffmann 6 years, 8 months ago

Gerd Hoffmann (3):
  virtio: add class_size to VirtioPCIDeviceTypeInfo
  virtio-vga: fix reset.
  virtio-gpu: make virtio_gpu_reset static

 hw/virtio/virtio-pci.h         |  1 +
 include/hw/virtio/virtio-gpu.h |  1 -
 hw/display/virtio-gpu.c        |  2 +-
 hw/display/virtio-vga.c        | 17 +++++++++++++++--
 hw/virtio/virtio-pci.c         |  1 +
 5 files changed, 18 insertions(+), 4 deletions(-)

-- 
2.18.1


Re: [Qemu-devel] [PATCH 0/3] virtio-gpu: fix reset.
Posted by Philippe Mathieu-Daudé 6 years, 8 months ago
On 3/7/19 9:02 AM, Gerd Hoffmann wrote:
> Gerd Hoffmann (3):
>   virtio: add class_size to VirtioPCIDeviceTypeInfo
>   virtio-vga: fix reset.
>   virtio-gpu: make virtio_gpu_reset static
> 
>  hw/virtio/virtio-pci.h         |  1 +
>  include/hw/virtio/virtio-gpu.h |  1 -
>  hw/display/virtio-gpu.c        |  2 +-
>  hw/display/virtio-vga.c        | 17 +++++++++++++++--
>  hw/virtio/virtio-pci.c         |  1 +
>  5 files changed, 18 insertions(+), 4 deletions(-)

Series:
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

Re: [Qemu-devel] [PATCH 0/3] virtio-gpu: fix reset.
Posted by Michael S. Tsirkin 6 years, 8 months ago
On Thu, Mar 07, 2019 at 09:02:41AM +0100, Gerd Hoffmann wrote:
> 
> 
> Gerd Hoffmann (3):
>   virtio: add class_size to VirtioPCIDeviceTypeInfo
>   virtio-vga: fix reset.
>   virtio-gpu: make virtio_gpu_reset static


Reviewed-by: Michael S. Tsirkin <mst@redhat.com>

Feel free to merge.

>  hw/virtio/virtio-pci.h         |  1 +
>  include/hw/virtio/virtio-gpu.h |  1 -
>  hw/display/virtio-gpu.c        |  2 +-
>  hw/display/virtio-vga.c        | 17 +++++++++++++++--
>  hw/virtio/virtio-pci.c         |  1 +
>  5 files changed, 18 insertions(+), 4 deletions(-)
> 
> -- 
> 2.18.1