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

Gerd Hoffmann posted 3 patches 6 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180308090618.30147-1-kraxel@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
include/ui/spice-display.h |   9 +++
ui/spice-display.c         | 194 ++++++++++++++++++++++++++++++++-------------
ui/trace-events            |  12 +++
3 files changed, 162 insertions(+), 53 deletions(-)
[Qemu-devel] [PATCH v3 0/3] spice: add support for dmabufs
Posted by Gerd Hoffmann 6 years, 1 month ago
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 ++++++++++++++++++++++++++++++++-------------
 ui/trace-events            |  12 +++
 3 files changed, 162 insertions(+), 53 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PATCH v3 0/3] spice: add support for dmabufs
Posted by Marc-André Lureau 6 years, 1 month ago
On Thu, Mar 8, 2018 at 10:06 AM, Gerd Hoffmann <kraxel@redhat.com> 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 cursor_dmabuf support

Series:
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>


>
>  include/ui/spice-display.h |   9 +++
>  ui/spice-display.c         | 194 ++++++++++++++++++++++++++++++++-------------
>  ui/trace-events            |  12 +++
>  3 files changed, 162 insertions(+), 53 deletions(-)
>
> --
> 2.9.3
>
>



-- 
Marc-André Lureau