Re: [Qemu-devel] [PATCH v3 14/16] virtio: split virtio gpu bits rom virtio-pci.h

2018-12-14 Thread Thomas Huth
On 2018-12-13 22:00, Juan Quintela wrote: > Reviewed-by: Laurent Vivier > Signed-off-by: Juan Quintela > --- > hw/display/virtio-gpu-pci.c | 14 ++ > hw/display/virtio-vga.c | 1 + > hw/virtio/virtio-pci.h | 14 -- > 3 files changed, 15 insertions(+), 14

[Qemu-devel] [PATCH v3 14/16] virtio: split virtio gpu bits rom virtio-pci.h

2018-12-13 Thread Juan Quintela
Reviewed-by: Laurent Vivier Signed-off-by: Juan Quintela --- hw/display/virtio-gpu-pci.c | 14 ++ hw/display/virtio-vga.c | 1 + hw/virtio/virtio-pci.h | 14 -- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/hw/display/virtio-gpu-pci.c