From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MY501-0002X7-TC for qemu-devel@nongnu.org; Mon, 03 Aug 2009 17:23:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MY4zv-0002TK-MS for qemu-devel@nongnu.org; Mon, 03 Aug 2009 17:23:16 -0400 Received: from [199.232.76.173] (port=53407 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MY4zu-0002Su-Nx for qemu-devel@nongnu.org; Mon, 03 Aug 2009 17:23:11 -0400 Received: from mx2.redhat.com ([66.187.237.31]:58060) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MY4zu-0006AM-Bl for qemu-devel@nongnu.org; Mon, 03 Aug 2009 17:23:10 -0400 Date: Mon, 3 Aug 2009 18:22:57 -0300 From: Luiz Capitulino Subject: Re: [Qemu-devel] [PATCH] fix sdl window resize Message-ID: <20090803182257.20e8c480@doriath> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: qemu-devel@nongnu.org On Mon, 3 Aug 2009 16:10:43 +0100 Stefano Stabellini wrote: > Hi all, > this patch fixes the sdl window resize event handler so that it doesn't > require the emulated graphic card (or console.c) to call > qemu_console_resize. > > Signed-off-by: Stefano Stabellini This ones fixes the crash for me, thanks a lot. Tested-by: Luiz Capitulino