Re: [Qemu-devel] [PATCH v2 3/3] spice: add cursor_dmabuf support

2018-03-06 Thread Gerd Hoffmann
On Tue, Mar 06, 2018 at 12:56:55PM +0100, Marc-André Lureau wrote: > Hi > > On Tue, Mar 6, 2018 at 9:38 AM, Gerd Hoffmann wrote: > > Add support for cursor dmabufs. qemu has to render the cursor for > > that, so in case a cursor is present qemu allocates a new dmabuf, blits > > the scanout, blen

Re: [Qemu-devel] [PATCH v2 3/3] spice: add cursor_dmabuf support

2018-03-06 Thread Marc-André Lureau
Hi On Tue, Mar 6, 2018 at 9:38 AM, Gerd Hoffmann wrote: > Add support for cursor dmabufs. qemu has to render the cursor for > that, so in case a cursor is present qemu allocates a new dmabuf, blits > the scanout, blends in the pointer and passes on the new dmabuf to > spice-server. Without curs