From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HJtXc-0004Oh-Am for qemu-devel@nongnu.org; Wed, 21 Feb 2007 10:38:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HJtXZ-0004OV-Pr for qemu-devel@nongnu.org; Wed, 21 Feb 2007 10:37:59 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HJtXZ-0004OS-Kf for qemu-devel@nongnu.org; Wed, 21 Feb 2007 10:37:57 -0500 Received: from mrs5.hosteur.com ([85.31.205.173]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HJtXZ-0000H3-4K for qemu-devel@nongnu.org; Wed, 21 Feb 2007 10:37:57 -0500 Received: from lneuilly-152-21-119-189.w193-253.abo.wanadoo.fr ([193.253.56.189] helo=mail.apes.fr) by mrs5.hosteur.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HJtXV-0005wj-Qg for qemu-devel@nongnu.org; Wed, 21 Feb 2007 16:37:53 +0100 Received: from [172.24.10.19] (servpc.apes.fr [172.24.10.19]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.apes.fr (Postfix) with ESMTP id 4618A634011 for ; Wed, 21 Feb 2007 16:37:53 +0100 (CET) Message-ID: <45DC6746.4090005@sysgo.fr> Date: Wed, 21 Feb 2007 16:37:42 +0100 From: Christophe Conil MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] SH4 softmmu port still functionnal? 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 Hi, I'm quite new to qemu, and i'm getting interested in the port of an OS to SH4. I rapidly tried to get sh4-softmmu qemu working (with the files/bootloader provided by Samuel Tardieu and Alexis Polti), but without any results. (I use the 0.9.0 version). $ ./qemu-system-sh4 -kernel nothing -nographic -S Initializing CPU Allocating ROM Allocating SDRAM 1 Allocating SDRAM 2 shix_init: load BIOS 'shix_bios.bin' no serial port associated to SH7750 second serial port loaded 643456 bytes for shix_linux_nand.bin into flash initialization terminated qemu-system-sh4: /home/cconil/qemu-workspace/qemu/hw/sh7750.c:203: serial1_event: Assertion `0' failed. Serial port associated.Aborted I saw Paul Brook's answer in the mail archive, that SH4 port is quite functionnal, so am I missing something? Is he talking about the user-mode sh4 port? Or is it possible that the new qemu release broke some compatibility? Thanks, Christophe