From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JA8A1-0006mx-CO for qemu-devel@nongnu.org; Wed, 02 Jan 2008 13:17:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JA89w-0006h1-Fy for qemu-devel@nongnu.org; Wed, 02 Jan 2008 13:17:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JA89w-0006gl-6Z for qemu-devel@nongnu.org; Wed, 02 Jan 2008 13:17:44 -0500 Received: from mu-out-0910.google.com ([209.85.134.190]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JA89w-0001sl-1Y for qemu-devel@nongnu.org; Wed, 02 Jan 2008 13:17:44 -0500 Received: by mu-out-0910.google.com with SMTP id w8so3702314mue.4 for ; Wed, 02 Jan 2008 10:17:42 -0800 (PST) Message-ID: Date: Wed, 2 Jan 2008 20:17:42 +0200 From: "Blue Swirl" Subject: Re: [Qemu-devel] Re: [RFC] 64 bit i/o In-Reply-To: <477BADB1.30400@charter.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <477B0507.90707@earthlink.net> <200801021401.13611.paul@codesourcery.com> <477BA5AB.6030406@earthlink.net> <477BADB1.30400@charter.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 On 1/2/08, Brian Johnson wrote: > Robert Reif wrote: > > Paul Brook wrote: > >> > >> Couldn't you just latch the value when one half is accessed? > >> > > In this one specific case you could do that but this is not the only > > case in sparc32 (TOD, MXCC, ...) and other architectures with 64 bit > > hardware have similar requirements. > > > > This is a generic solution that fills a hole in the qemu > > implementation. > > Agreed. Some non-PC hardware has 64-bit registers which need to be > accessed as 64-bit quantities, in order to read or write all fields at > once. Qemu should support 64-bit I/O. On Sparc64 many registers can only be handled using 64 bit accesses, other methods should raise an exception.