From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWUmk-0003Re-FV for qemu-devel@nongnu.org; Mon, 09 Feb 2009 06:58:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWUmg-0003Md-Ln for qemu-devel@nongnu.org; Mon, 09 Feb 2009 06:58:45 -0500 Received: from [199.232.76.173] (port=46714 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWUmg-0003MT-Am for qemu-devel@nongnu.org; Mon, 09 Feb 2009 06:58:42 -0500 Received: from smtp.eu.citrix.com ([62.200.22.115]:7384) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWUmf-0004gU-VO for qemu-devel@nongnu.org; Mon, 09 Feb 2009 06:58:42 -0500 Message-ID: <4990190C.8000705@eu.citrix.com> Date: Mon, 09 Feb 2009 11:52:44 +0000 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [6344] graphical_console_init change (Stefano Stabellini) References: <20090209113853.GA11874@kos.to> In-Reply-To: <20090209113853.GA11874@kos.to> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: "qemu-devel@nongnu.org" Riku Voipio wrote: > What is this switch going to do after the line removal few lines above? > A quick fix in the end of this message... This is clearly a search/replace error, my bad. [snip] > > From 532ae1dc0dc37ea1e19877ebe3a0ec0dd83c3e05 Mon Sep 17 00:00:00 2001 > From: Riku Voipio > Date: Mon, 9 Feb 2009 13:08:12 +0200 > Subject: [PATCH] Fix displaystate (r6344) regression in blizzard > > Testcase: > > qemu-system-arm -M n810 -kernel /dev/null -m 130 > > Without this patch, we get a segfault. > > Signed-off-by: Riku Voipio Your patch seems fine to me.