From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJtRR-0002YI-Ao for qemu-devel@nongnu.org; Mon, 05 Jan 2009 12:40:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJtRQ-0002Xy-PI for qemu-devel@nongnu.org; Mon, 05 Jan 2009 12:40:40 -0500 Received: from [199.232.76.173] (port=42031 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJtRQ-0002Xt-JX for qemu-devel@nongnu.org; Mon, 05 Jan 2009 12:40:40 -0500 Received: from mail-bw0-f12.google.com ([209.85.218.12]:43947) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LJtRQ-0002Ms-71 for qemu-devel@nongnu.org; Mon, 05 Jan 2009 12:40:40 -0500 Received: by bwz5 with SMTP id 5so13707939bwz.10 for ; Mon, 05 Jan 2009 09:40:38 -0800 (PST) Message-ID: Date: Mon, 5 Jan 2009 19:38:53 +0200 From: "Blue Swirl" In-Reply-To: <1231174714-24897-1-git-send-email-avi@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1231174714-24897-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] Re: [PATCH] Add cirrus reset handler Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org On 1/5/09, Avi Kivity wrote: > The vga reset handler overwrites some cirrus registers, causing reboots > to corrupt cirrus state to the point that guests can only bring up 640x480 > resolutions. > > Fix by adding a dedicated cirrus reset handler (which calls the common vga > handler). > > Signed-off-by: Avi Kivity Thanks, applied as r6191. I forgot about Cirrus and only tested standard VGA reset.