From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1et87K-0005cY-2E for qemu-devel@nongnu.org; Tue, 06 Mar 2018 03:38:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1et87H-0003iB-L9 for qemu-devel@nongnu.org; Tue, 06 Mar 2018 03:38:38 -0500 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:55426 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1et87H-0003hx-GL for qemu-devel@nongnu.org; Tue, 06 Mar 2018 03:38:35 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1054A404084A for ; Tue, 6 Mar 2018 08:38:35 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 6 Mar 2018 09:38:29 +0100 Message-Id: <20180306083832.8144-1-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/3] spice: add support for dmabufs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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