From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GorKP-0006qo-Mt for qemu-devel@nongnu.org; Mon, 27 Nov 2006 20:00:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GorKN-0006nw-5x for qemu-devel@nongnu.org; Mon, 27 Nov 2006 20:00:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GorKM-0006nT-Ll for qemu-devel@nongnu.org; Mon, 27 Nov 2006 20:00:02 -0500 Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GorKL-0001lD-JN for qemu-devel@nongnu.org; Mon, 27 Nov 2006 20:00:02 -0500 Received: from [84.96.92.56] (helo=smTp.neuf.fr) by mx20.gnu.org with esmtp (Exim 4.52) id 1GopKQ-0003o1-GI for qemu-devel@nongnu.org; Mon, 27 Nov 2006 17:51:58 -0500 Received: from [84.102.211.221] by sp604003mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0J9E00HIPU5LS720@sp604003mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Mon, 27 Nov 2006 23:22:33 +0100 (CET) Date: Mon, 27 Nov 2006 22:45:04 +0100 From: Fabrice Bellard Subject: Re: [Qemu-devel] [PATCH 3/6] A cumulative MIPS patchset In-reply-to: <456A7FD0.5070403@gmail.com> Message-id: <456B5C60.3080800@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> 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 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. Regards, Fabrice.