From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYDt9-0006tb-Pt for qemu-devel@nongnu.org; Tue, 23 Feb 2016 09:24:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYDt5-0001SK-GM for qemu-devel@nongnu.org; Tue, 23 Feb 2016 09:24:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60136) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYDt5-0001RJ-Aw for qemu-devel@nongnu.org; Tue, 23 Feb 2016 09:24:27 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 9F87BC0006F7 for ; Tue, 23 Feb 2016 14:24:25 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 23 Feb 2016 15:24:14 +0100 Message-Id: <1456237462-3687-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/8] spice: initial opengl/virgl support, postcopy migration fix. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here is the spice patch queue, adding initial support for accelerated 3d graphics (via virtio-gpu and virglrenderer). Also brings some bug fixes. please pull, Gerd The following changes since commit 8eb779e4223a18db9838a49ece1bc72cfdfb77= 61: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into sta= ging (2016-02-22 16:55:41 +0000) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20160223-1 for you to fetch changes up to b82fc321bf02aaceea0beb4dfabb4ca86a9a5ff6: Postcopy+spice: Pass spice migration data earlier (2016-02-23 12:05:02 = +0100) ---------------------------------------------------------------- spice: initial opengl/virgl support, postcopy migration fix. ---------------------------------------------------------------- Dr. David Alan Gilbert (1): Postcopy+spice: Pass spice migration data earlier Gerd Hoffmann (6): spice: init dcl before registering qxl interface configure: add dma-buf support detection. egl-helpers: add functions for render nodes and dma-buf passing spice: add opengl/virgl/dmabuf support spice/gl: add unblock timer spice/gl: tweak debug messages. Marc-Andr=C3=A9 Lureau (1): spice: reset cursor on resize configure | 20 +++++- include/migration/migration.h | 4 ++ include/ui/egl-helpers.h | 13 ++++ include/ui/spice-display.h | 16 +++++ migration/migration.c | 14 ++++ qemu-options.hx | 4 ++ ui/egl-helpers.c | 129 +++++++++++++++++++++++++++++++++++ ui/spice-core.c | 18 ++++- ui/spice-display.c | 152 ++++++++++++++++++++++++++++++++++++= +++--- 9 files changed, 357 insertions(+), 13 deletions(-)