Re: [Qemu-devel] [PATCH v3 0/3] spice: add support for dmabufs

2018-03-08 Thread Marc-André Lureau
On Thu, Mar 8, 2018 at 10:06 AM, Gerd Hoffmann wrote: > v3: rebase, handle surface == NULL in tracepoint (Marc-André). > v2: rebase, fix codestyle issues. > > Gerd Hoffmann (3): > spice: drop dprint() debug logging > spice: add scanout_dmabuf support > spice: add

[Qemu-devel] [PATCH v3 0/3] spice: add support for dmabufs

2018-03-08 Thread Gerd Hoffmann
v3: rebase, handle surface == NULL in tracepoint (Marc-André). v2: rebase, fix codestyle issues. Gerd Hoffmann (3): spice: drop dprint() debug logging spice: add scanout_dmabuf support spice: add cursor_dmabuf support include/ui/spice-display.h | 9 +++ ui/spice-display.c | 194