From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I0Ndj-00016n-2b for qemu-devel@nongnu.org; Mon, 18 Jun 2007 16:15:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0Ndg-00016W-Gt for qemu-devel@nongnu.org; Mon, 18 Jun 2007 16:15:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0Ndg-00016R-Br for qemu-devel@nongnu.org; Mon, 18 Jun 2007 16:15:52 -0400 Received: from ptb-relay02.plus.net ([212.159.14.213]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I0Ndf-00078R-Po for qemu-devel@nongnu.org; Mon, 18 Jun 2007 16:15:51 -0400 Received: from [212.159.106.41] (helo=bandsman.co.uk) by ptb-relay02.plus.net with esmtp (Exim) id 1I0NdX-0006jG-Bx for qemu-devel@nongnu.org; Mon, 18 Jun 2007 21:15:43 +0100 Received: from [192.168.1.7] ([192.168.1.7]) (authenticated bits=0) by bandsman.co.uk (8.13.8/8.13.8) with ESMTP id l5IKFfNA026268 for ; Mon, 18 Jun 2007 21:15:42 +0100 Message-ID: <4676E7ED.9090700@bandsman.co.uk> Date: Mon, 18 Jun 2007 21:15:41 +0100 From: Nigel Horne MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH, arm] Segmentation fault when run with -nographic References: <20070618200852.GA16008@farad.aurel32.net> In-Reply-To: <20070618200852.GA16008@farad.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed 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: qemu-devel@nongnu.org Aurelien Jarno wrote: > Hi all, > > The patch below fixes a segmentation fault when using the arm emulation > with -nographic. > The sparc emulation in CVS also currently segaults with -nographic. Will this patch fix that as well? > Bye > Aurelien > > > -Nigel