From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUWMw-00078f-Ra for qemu-devel@nongnu.org; Sun, 30 May 2004 15:53:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUWMu-00076d-S1 for qemu-devel@nongnu.org; Sun, 30 May 2004 15:53:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUWMu-00075n-Mf for qemu-devel@nongnu.org; Sun, 30 May 2004 15:53:16 -0400 Received: from [24.21.209.245] (helo=pdx.silverbeach.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUWMe-0008Tc-EH for qemu-devel@nongnu.org; Sun, 30 May 2004 15:53:00 -0400 Received: from localhost (localhost [127.0.0.1]) by pdx.silverbeach.net (Postfix) with ESMTP id BDBA01BF491 for ; Sun, 30 May 2004 12:42:38 -0700 (PDT) From: Kyle Hayes Subject: Re: [Qemu-devel] Changing RTC from UTC to local time Date: Sun, 30 May 2004 12:42:37 -0700 References: <40B8A0B1.3040601@fabianowski.de> <1085892773.25895.68.camel@aragorn> <40BA36CA.6070805@fabianowski.de> In-Reply-To: <40BA36CA.6070805@fabianowski.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200405301242.37258.kyle@silverbeach.net> Reply-To: kyle@silverbeach.net, 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 On Sunday 30 May 2004 12:32, Bartosz Fabianowski wrote: > Attached is a revised patch. With this patch, the default time zone > for the RTC is the local time zone of the host. If the command line > option "-utc" is specified, the time zone changes to UTC. > > This patch applies cleanly, compiles and runs with today's QEMU CVS > for me. Thanks!! Best, Kyle