From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpAXe-0001zo-TU for qemu-devel@nongnu.org; Tue, 28 Nov 2006 16:31:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpAXe-0001yk-AA for qemu-devel@nongnu.org; Tue, 28 Nov 2006 16:31:02 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpAXe-0001yW-5K for qemu-devel@nongnu.org; Tue, 28 Nov 2006 16:31:02 -0500 Received: from [84.96.92.60] (helo=Smtp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GpAXe-0001ha-3l for qemu-devel@nongnu.org; Tue, 28 Nov 2006 16:31:02 -0500 Received: from [84.102.211.130] by sp604001mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0J9G00CWVM0M4S60@sp604001mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Tue, 28 Nov 2006 22:21:59 +0100 (CET) Date: Tue, 28 Nov 2006 20:38:53 +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: <456C904D.5080502@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.