From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIhD1-000092-GI for qemu-devel@nongnu.org; Tue, 25 Oct 2011 09:38:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RIhCx-0005xh-39 for qemu-devel@nongnu.org; Tue, 25 Oct 2011 09:38:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RIhCw-0005xQ-Rk for qemu-devel@nongnu.org; Tue, 25 Oct 2011 09:38:23 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9PDcL9N016156 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 25 Oct 2011 09:38:21 -0400 Date: Tue, 25 Oct 2011 15:35:33 +0200 From: Alon Levy Message-ID: <20111025133533.GH3490@bow> References: <1319546073-25024-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1319546073-25024-1-git-send-email-kraxel@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] qxl: local rendering fixes. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Tue, Oct 25, 2011 at 02:34:31PM +0200, Gerd Hoffmann wrote: > Hi, > Both look good (do we ACK here?) I'll rebase my controvertial monitor async patches on this. > These two patches fix up some issues we have with local rendering, > i.e. spice-server rendering the screen instead of spice-client. > Local rendering is used when qemu itself needs a fully rendered qxl > display. Happens when combining qxl with vnc or sdl, also when doing > screendumps. > > With this patch series applied screen dumps of qxl devices work > correctly. Currently both the screendump itself and the SDL display > after doing a screen dump are broken. > > Gerd Hoffmann (2): > qxl: stride fixup > qxl: make sure we continue to run with a shared buffer > > hw/qxl-render.c | 36 ++++++++++++++++++++++++------------ > hw/qxl.h | 3 ++- > 2 files changed, 26 insertions(+), 13 deletions(-) > >