From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cta8B-0005EL-Tx for qemu-devel@nongnu.org; Tue, 25 Jan 2005 18:29:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cta7z-00055B-9g for qemu-devel@nongnu.org; Tue, 25 Jan 2005 18:29:50 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cta7w-00051Y-JC for qemu-devel@nongnu.org; Tue, 25 Jan 2005 18:29:40 -0500 Received: from [64.233.184.194] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CtZmF-00061A-0S for qemu-devel@nongnu.org; Tue, 25 Jan 2005 18:07:15 -0500 Received: by wproxy.gmail.com with SMTP id 40so106476wri for ; Tue, 25 Jan 2005 15:07:14 -0800 (PST) Message-ID: Date: Wed, 26 Jan 2005 00:07:14 +0100 From: Magnus Damm In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Subject: [Qemu-devel] Re: [PATCH] cirrus_vga.c and win95 Reply-To: Magnus Damm , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Thu, 20 Jan 2005 00:33:54 +0100, Magnus Damm wrote: > Hello, > > I recently tried to install win95 (swedish version) using QEMU CVS, > but after the first reboot the text on the screen was somewhat > corrupted. The background, mouse pointer and widget background were > still ok though. The attaches pictures shows you what I am talking > about. If -std-vga was enabled everything was just fine. Anyway, the > attached patch solves three things: > > Hunk 1: Small typo fix. > Hunk 2: Fix for cirrus_mem_writeb_mode4and5_8bpp(), this was the actual bug. > Hunk 3: Similar fix for cirrus_mem_writeb_mode4and5_16bpp(), untested. > > Please apply. Did this email get stuck in the spam filters because of the jpegs? Any comments on the patch? Thanks, / magnus