From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gp90u-0006Vb-SP for qemu-devel@nongnu.org; Tue, 28 Nov 2006 14:53:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gp90t-0006US-U1 for qemu-devel@nongnu.org; Tue, 28 Nov 2006 14:53:08 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gp90t-0006UO-Pp for qemu-devel@nongnu.org; Tue, 28 Nov 2006 14:53:07 -0500 Received: from [84.96.92.56] (helo=smTp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gp90s-0000fY-SM for qemu-devel@nongnu.org; Tue, 28 Nov 2006 14:53:07 -0500 Received: from [84.102.211.51] by sp604003mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0J9G001LBH4VQM21@sp604003mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Tue, 28 Nov 2006 20:36:31 +0100 (CET) Date: Tue, 28 Nov 2006 20:37:52 +0100 From: Fabrice Bellard Subject: Re: [Qemu-devel] [PATCH 3/6] A cumulative MIPS patchset In-reply-to: <20061128022844.GA14758@bode.aurel32.net> Message-id: <456C9010.3050905@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <20061121144037.GD12745@networkno.de> <20061121164600.GA25749@farad.aurel32.net> <20061126022216.GB11000@networkno.de> <456A7FD0.5070403@gmail.com> <456B5C60.3080800@bellard.org> <20061128022844.GA14758@bode.aurel32.net> 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 Aurelien Jarno wrote: > On Mon, Nov 27, 2006 at 10:45:04PM +0100, Fabrice Bellard wrote: > >>Dirk Behme wrote: >> >>>Thiemo Seufer wrote: >>> >>> >>>>Aurelien Jarno wrote: >>>> >>>> >>>>>I suggest to use the patch below instead. It is based on the patch I >>>>>posted [1] on the mailing list a few days ago. it moves the >>>>>initialisation of the RTC date/time into hw/mc146818rtc.c, to avoid >>>>>duplication of code. I guess all platform using this RTC chip will want >>>>>to setup at least the date and time. >>>> >>>> >>>>I included it in my current mips patchset, available from >>>>http://people.debian.org/~ths/qemu/2006-11-26/ >>> >>> >>>I saw no other comments on the list, so any chance to get this patchset >>>applied? >> >>I'll try to review it ASAP if no one does it before me :-) >> >>BTW, I would be really interested by integrating a Malta board emulation >>so that proper PCI devices can be added. >> > > > I am currently working on that. I still don't know when I will be able > to finish that, maybe next week-end. > > Currently I am able to boot an unmodified mipsel Malta kernel, with the > PIIX3 IDE controller and a PCI Ethernet card. I still have some PCI > ressources problems, and I haven't looked at the endianess problem (the > GT64120 northbridge can swap the data on the PCI bus depending on a flag > in it's configuration area). Also the emulated floppy drive does not > work. Very interesting. Send the code as soon as you feel it is usable ! Regards, Fabrice.