From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJK8Q-0004LE-Oh for qemu-devel@nongnu.org; Wed, 13 Jan 2016 07:02:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJK8J-00058y-47 for qemu-devel@nongnu.org; Wed, 13 Jan 2016 07:02:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJK8I-000584-UI for qemu-devel@nongnu.org; Wed, 13 Jan 2016 07:02:35 -0500 From: Gerd Hoffmann Date: Wed, 13 Jan 2016 13:02:22 +0100 Message-Id: <1452686548-6291-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/6] virtio-gpu: fixes and spice preparation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , 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