From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LM4Py-0006MV-Ul for qemu-devel@nongnu.org; Sun, 11 Jan 2009 12:48:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LM4Pw-0006JG-SM for qemu-devel@nongnu.org; Sun, 11 Jan 2009 12:48:09 -0500 Received: from [199.232.76.173] (port=60952 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LM4Pw-0006J3-OI for qemu-devel@nongnu.org; Sun, 11 Jan 2009 12:48:08 -0500 Received: from bsdimp.com ([199.45.160.85]:61296 helo=harmony.bsdimp.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LM4Pw-0004VF-8P for qemu-devel@nongnu.org; Sun, 11 Jan 2009 12:48:08 -0500 Date: Sun, 11 Jan 2009 10:47:33 -0700 (MST) Message-Id: <20090111.104733.-974214510.imp@bsdimp.com> Subject: Re: [Qemu-devel] [PATCH] Support epoch of 1980 in RTC emulation for MIPS Magnum From: "M. Warner Losh" In-Reply-To: <20090111173701.GA5213@miranda.arrow> References: <20090111173701.GA5213@miranda.arrow> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii 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, sdbrady@ntlworld.com In message: <20090111173701.GA5213@miranda.arrow> Stuart Brady writes: : I've not modified the handling of the century byte, as I'm not entirely : sure what's required. With an epoch of 1980 and a year of 2009, you : could argue that the century byte should hold either 0, 1, 19 or 20. What does WinNT/mips expect? Warner