From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUo3S-0006HE-D4 for qemu-devel@nongnu.org; Mon, 31 May 2004 10:46:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUo3R-0006Gv-Kj for qemu-devel@nongnu.org; Mon, 31 May 2004 10:46:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUo3R-0006GX-IY for qemu-devel@nongnu.org; Mon, 31 May 2004 10:46:21 -0400 Received: from [193.252.22.26] (helo=mwinf0504.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUo2f-0001ua-Oj for qemu-devel@nongnu.org; Mon, 31 May 2004 10:45:33 -0400 Received: from bellard.org (AMontpellier-103-1-14-159.w81-250.abo.wanadoo.fr [81.250.48.159]) by mwinf0504.wanadoo.fr (SMTP Server) with ESMTP id 059DA10002E7 for ; Mon, 31 May 2004 16:45:33 +0200 (CEST) Message-ID: <40BB4657.10407@bellard.org> Date: Mon, 31 May 2004 16:51:03 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Changing RTC from UTC to local time References: <40B8A0B1.3040601@fabianowski.de> <200405291023.18228.kyle@silverbeach.net> <40B8DB75.5050005@fabianowski.de> <20040529231327.GC1690@sentinelchicken.org> <40B91B89.9000500@fabianowski.de> <1085892773.25895.68.camel@aragorn> <40BA36CA.6070805@fabianowski.de> <877jus3dp4.fsf@Janik.cz> In-Reply-To: <877jus3dp4.fsf@Janik.cz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 My initial idea was to set local time as the default, as it is the case for most OSes. But I knew that many Unix users would not like that. Before there is support for a configuration file, I can add a default mode where QEMU scans the partition table and switches to localtime if the boot partition is of FAT type (I don't know how to probe for NTFS yet). But there are still problems with the CDROMs. Fabrice.