From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aguHX-0003ve-3Q for qemu-devel@nongnu.org; Fri, 18 Mar 2016 09:17:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aguHT-0004Zr-TO for qemu-devel@nongnu.org; Fri, 18 Mar 2016 09:17:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aguHT-0004Zm-Nz for qemu-devel@nongnu.org; Fri, 18 Mar 2016 09:17:31 -0400 Message-ID: <1458307049.6882.54.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 18 Mar 2016 14:17:29 +0100 In-Reply-To: <1455873289-349-11-git-send-email-kraxel@redhat.com> References: <1455873289-349-1-git-send-email-kraxel@redhat.com> <1455873289-349-11-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2 10/12] spice/gl: create dummy primary surface (RfC) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: spice-devel@lists.freedesktop.org, =?ISO-8859-1?Q?Marc-Andr=E9?= Lureau On Fr, 2016-02-19 at 10:14 +0100, Gerd Hoffmann wrote: > Current spice client expects we create a primary surface, > even if we do display updates using dma-bufs exclusively. >=20 > So just do that to get things going. >=20 > Not fully clear whenever that is intentional or a bug on > the spice side, so I keep this as separate patch for now. >=20 > I think this should either be squashed into the previous > patch, or dropped after fixing things on the spice side. Ping Marc? Any comment on this? thanks, Gerd