Re: [Qemu-devel] [PATCH 3/4] virtio-gpu: block both 2d and 3d rendering

2019-02-21 Thread Christophe Fergeau
I came up with the same fix while looking at that bug before seeing Marc-André's patch. Then I tested Marc-André's patch. So for this patch, Reviewed-by: Christophe Fergeau Tested-by: Christophe Fergeau On Thu, Feb 21, 2019 at 12:43:29PM +0100, Marc-André Lureau wrote: > Now that 2d commands ar

[Qemu-devel] [PATCH 3/4] virtio-gpu: block both 2d and 3d rendering

2019-02-21 Thread Marc-André Lureau
Now that 2d commands are translated to 3d rendering, qemu must stop sending 3d updates (from 2d) to Spice as well. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1674324 Cc: cferg...@redhat.com Signed-off-by: Marc-André Lureau --- include/hw/virtio/virtio-gpu.h | 1 - hw/display/virtio-gpu