From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IXwc5-0004TS-BN for qemu-devel@nongnu.org; Wed, 19 Sep 2007 06:16:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IXwc3-0004Sw-DZ for qemu-devel@nongnu.org; Wed, 19 Sep 2007 06:16:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXwc3-0004St-9X for qemu-devel@nongnu.org; Wed, 19 Sep 2007 06:16:55 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IXwc3-00087D-0L for qemu-devel@nongnu.org; Wed, 19 Sep 2007 06:16:55 -0400 Date: Wed, 19 Sep 2007 11:16:54 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] Mips guest Message-ID: <20070919101654.GO9972@networkno.de> References: <46F0EA2E.2080609@bandsman.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46F0EA2E.2080609@bandsman.co.uk> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nigel Horne Cc: qemu-devel@nongnu.org Nigel Horne wrote: > The latest CVS snapshot has broken MIPS emulation. > > Guest: MIPS debian linux > Host: Fedora 7/x86 > > The guest boots as far as > > CPU revision is: 00019300 > FPU revision is: 00739300 > Determined physical RAM map: > memory: 04000000 @ 00000000 (usable) > Initial ramdisk at: 0x802d7000 (2897359 bytes) > Built 1 zonelists. Total pages: 16384 > Kernel command line: rd_start=0x802d7000 rd_size=2897359 root=/dev/hda1 > console=ttyS0 > Primary instruction cache 2kB, physically tagged, 2-way, linesize 16 bytes. > Primary data cache 2kB, 2-way, linesize 16 bytes. > Synthesized TLB refill handler (20 instructions). > Synthesized TLB load handler fastpath (32 instructions). > Synthesized TLB store handler fastpath (32 instructions). > Synthesized TLB modify handler fastpath (31 instructions). > Cache parity protection enabled > PID hash table entries: 512 (order: 9, 2048 bytes) > Using 100.000 MHz high precision timer. > Console: colour VGA+ 80x25 > Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) > Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) > Memory: 59168k/65536k available (2101k kernel code, 6312k reserved, 450k > data, 132k init, 0k highmem) > > Then it hangs. > > The last time I tried this guest was a couple of weeks ago, or so, and all > was fine then. Latest CVS works for me. I'm not aware of intermittent breakage. Thiemo