From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPTJ9-0005XU-5l for qemu-devel@nongnu.org; Fri, 06 Jan 2017 07:07:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPTJ8-0005SD-Ab for qemu-devel@nongnu.org; Fri, 06 Jan 2017 07:07:43 -0500 Received: from mail-ua0-x232.google.com ([2607:f8b0:400c:c08::232]:35470) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cPTJ8-0005S3-6u for qemu-devel@nongnu.org; Fri, 06 Jan 2017 07:07:42 -0500 Received: by mail-ua0-x232.google.com with SMTP id y9so73971348uae.2 for ; Fri, 06 Jan 2017 04:07:42 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Fri, 6 Jan 2017 12:07:21 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3 0/3] Add the generic ARM timer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alistair Francis Cc: QEMU Developers , qemu-arm , =?UTF-8?B?S09OUkFEIEZyw6lkw6lyaWM=?= , Alistair Francis On 20 December 2016 at 22:41, Alistair Francis wrote: > These three patches and and connect the Generic ARM Timer. This includes > support for dropping insecure writes and includes the ReadBase memory > map. Now reviewed. The really sticky bit I suspect is going to be how we model the required connections between this and the CPUs so that adjustments to the counter here update the views the CPUs have of the counter value. The other mandatory part of the system-level generic timer is the CNTCTLBase frame (timer control), but I guess we can leave that for later. thanks -- PMM