From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0Qrs-0002f9-SA for qemu-devel@nongnu.org; Tue, 20 Oct 2009 22:24:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0Qrn-0002eZ-Po for qemu-devel@nongnu.org; Tue, 20 Oct 2009 22:24:03 -0400 Received: from [199.232.76.173] (port=46089 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0Qrn-0002eW-J1 for qemu-devel@nongnu.org; Tue, 20 Oct 2009 22:23:59 -0400 Received: from mail-fx0-f211.google.com ([209.85.220.211]:40958) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0Qrm-0008GH-Um for qemu-devel@nongnu.org; Tue, 20 Oct 2009 22:23:59 -0400 Received: by fxm7 with SMTP id 7so6824691fxm.34 for ; Tue, 20 Oct 2009 19:23:57 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 21 Oct 2009 04:23:57 +0200 Message-ID: From: andrzej zaborowski Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: [PATCH 12/16] vmware_vga: remove !EMBED_STDVGA code List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org Hi, sorry for replying late, 2009/10/14 Juan Quintela : > I have another problem with the driver: depth. > > I have to change s->depth to 32 in vmsvga_reset() to make it work > correctly on my setup (default qemu.git tree, i.e. nothing fancy), > running with sdl. =C2=A0Any clue here? > > Anthony thinks that the problem happens at the memcpy() in > vmsvga_update_rect(), but I haven't had the time to look at how to fix > it. =C2=A0Any idea here? There's a thread about this issue at http://lists.gnu.org/archive/html/qemu-devel/2009-08/msg00835.html Cheers