qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] virtio-gpu: fixes and spice preparation
@ 2016-01-13 12:02 Gerd Hoffmann
  2016-01-13 12:02 ` [Qemu-devel] [PATCH 1/6] zap qemu_egl_has_ext in include/ui/egl-helpers.h Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Gerd Hoffmann @ 2016-01-13 12:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc-André Lureau, Gerd Hoffmann

  Hi,

This patch series brings some minor opengl bug fixes and also
some virtio-gpu preparations for spice support.

please review,
  Gerd

Gerd Hoffmann (6):
  zap qemu_egl_has_ext in include/ui/egl-helpers.h
  console: block rendering until client is done
  virtio-gpu: fix memory leak in error path
  virtio-gpu: maintain command queue
  virtio-gpu: add support to enable/disable command processing
  virtio-gpu: block any rendering until client (ui) is done

 hw/display/virtio-gpu-3d.c     | 11 +++++--
 hw/display/virtio-gpu.c        | 71 +++++++++++++++++++++++++++++-------------
 hw/display/virtio-vga.c        | 10 ++++++
 include/hw/virtio/virtio-gpu.h |  4 +++
 include/ui/console.h           |  2 ++
 include/ui/egl-helpers.h       |  1 -
 ui/console.c                   | 10 ++++++
 7 files changed, 84 insertions(+), 25 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-01-13 13:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-13 12:02 [Qemu-devel] [PATCH 0/6] virtio-gpu: fixes and spice preparation Gerd Hoffmann
2016-01-13 12:02 ` [Qemu-devel] [PATCH 1/6] zap qemu_egl_has_ext in include/ui/egl-helpers.h Gerd Hoffmann
2016-01-13 13:07   ` Marc-André Lureau
2016-01-13 12:02 ` [Qemu-devel] [PATCH 2/6] console: block rendering until client is done Gerd Hoffmann
2016-01-13 13:08   ` Marc-André Lureau
2016-01-13 12:02 ` [Qemu-devel] [PATCH 3/6] virtio-gpu: fix memory leak in error path Gerd Hoffmann
2016-01-13 13:09   ` Marc-André Lureau
2016-01-13 12:02 ` [Qemu-devel] [PATCH 4/6] virtio-gpu: maintain command queue Gerd Hoffmann
2016-01-13 13:24   ` Marc-André Lureau
2016-01-13 12:02 ` [Qemu-devel] [PATCH 5/6] virtio-gpu: add support to enable/disable command processing Gerd Hoffmann
2016-01-13 13:25   ` Marc-André Lureau
2016-01-13 12:02 ` [Qemu-devel] [PATCH 6/6] virtio-gpu: block any rendering until client (ui) is done Gerd Hoffmann
2016-01-13 13:07   ` Marc-André Lureau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).