From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HP3sU-0003B1-HL for qemu-devel@nongnu.org; Wed, 07 Mar 2007 16:40:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HP3sT-0003Ap-1P for qemu-devel@nongnu.org; Wed, 07 Mar 2007 16:40:53 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HP3sS-0003Am-RF for qemu-devel@nongnu.org; Wed, 07 Mar 2007 16:40:52 -0500 Received: from bangui.magic.fr ([195.154.194.245]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HP3sJ-0008WQ-Vn for qemu-devel@nongnu.org; Wed, 07 Mar 2007 16:40:44 -0500 Received: from [192.168.0.2] (ppp-36.net-723.magic.fr [80.118.184.36]) by bangui.magic.fr (8.13.1/8.13.1) with ESMTP id l27LediW025636 for ; Wed, 7 Mar 2007 22:40:39 +0100 Subject: Re: [Qemu-devel] qemu cpu-all.h gdbstub.c monitor.c hw/ppc.c lin... From: "J. Mayer" In-Reply-To: <20070307141424.GA5962@miranda.arrow> References: <20070307141424.GA5962@miranda.arrow> Content-Type: text/plain Date: Wed, 07 Mar 2007 22:40:41 +0100 Message-Id: <1173303641.21159.98.camel@rapid> Mime-Version: 1.0 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 On Wed, 2007-03-07 at 14:14 +0000, Stuart Brady wrote: > On Wed, Mar 07, 2007 at 08:32:30AM +0000, Jocelyn Mayer wrote: > > CVSROOT: /sources/qemu > > Module name: qemu > > Changes by: Jocelyn Mayer 07/03/07 08:32:30 > > > > Modified files: > > . : cpu-all.h gdbstub.c monitor.c > > hw : ppc.c > > linux-user : main.c > > target-ppc : cpu.h exec.h helper.c op.c op_helper.c > > op_helper_mem.h op_mem.h op_template.h > > translate.c translate_init.c > > Added files: > > target-ppc : STATUS mfrom_table.c mfrom_table_gen.c > > op_helper.h > > There seems to be a regression somewhere here... > > I'm testing Debian Etch with -M prep and the 2.4.27 kernel from > http://overselfresearch.com/kb/qemu.html. I'm running QEMU with: > > qemu-system-ppc -hda hda.img -M prep -kernel vmlinuz-2.4.27.001 -g 640x480 > > After this commit, user-mode networking no longer works. DHCP does seem > to work and I can telnet to ports on 10.0.2.2, but I can't do any DNS > lookups or connect to anything else. > > I will try to investigate further. Hi, as far as I can see, prep target was broken before I send this patch: no PCI IRQ seem to be available anymore, so the target can not even be boot. There is the same problem with heathrow machine. Looks like the PCI and/or the IRQ controller has been badly broken for those two targets. I did not have the time needed for investigations by now... The only PowerPC target I'm able to test properly, for now, is mac99. But I have to admit I've never used user-mode emulation at all. Could you please check using this target ? -- J. Mayer Never organized