From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HOwud-0001C2-BP for qemu-devel@nongnu.org; Wed, 07 Mar 2007 09:14:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HOwuZ-0001Bj-OQ for qemu-devel@nongnu.org; Wed, 07 Mar 2007 09:14:38 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOwuZ-0001Bg-Ir for qemu-devel@nongnu.org; Wed, 07 Mar 2007 09:14:35 -0500 Received: from mtaout03-winn.ispmail.ntl.com ([81.103.221.49]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HOwuS-0008VS-OH for qemu-devel@nongnu.org; Wed, 07 Mar 2007 09:14:29 -0500 Received: from aamtaout04-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com with ESMTP id <20070307141427.MLBH1468.mtaout03-winn.ispmail.ntl.com@aamtaout04-winn.ispmail.ntl.com> for ; Wed, 7 Mar 2007 14:14:27 +0000 Received: from miranda.arrow ([213.107.21.212]) by aamtaout04-winn.ispmail.ntl.com with ESMTP id <20070307141427.OTMF29112.aamtaout04-winn.ispmail.ntl.com@miranda.arrow> for ; Wed, 7 Mar 2007 14:14:27 +0000 Received: from sdb by miranda.arrow with local (Exim 4.50) id 1HOwuP-0001Yv-5J for qemu-devel@nongnu.org; Wed, 07 Mar 2007 14:14:25 +0000 Date: Wed, 7 Mar 2007 14:14:25 +0000 From: Stuart Brady Subject: Re: [Qemu-devel] qemu cpu-all.h gdbstub.c monitor.c hw/ppc.c lin... Message-ID: <20070307141424.GA5962@miranda.arrow> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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, 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. Thanks, -- Stuart Brady