From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7PFr-00057I-OY for qemu-devel@nongnu.org; Tue, 13 Mar 2012 06:47:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7PFX-00057Z-OV for qemu-devel@nongnu.org; Tue, 13 Mar 2012 06:46:59 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:65335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7PFX-00056x-Ht for qemu-devel@nongnu.org; Tue, 13 Mar 2012 06:46:39 -0400 Received: by iafj26 with SMTP id j26so712021iaf.4 for ; Tue, 13 Mar 2012 03:46:37 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4F5F2587.60505@redhat.com> Date: Tue, 13 Mar 2012 11:46:31 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1330938495-30573-1-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/5] Make rt_clock usage configurable for ARM devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: andrzej zaborowski , Jan Kiszka Cc: Peter Maydell , qemu-devel@nongnu.org Il 05/03/2012 15:05, Peter Maydell ha scritto: >> > Direct usage of rt_clock should be discouraged. For RTC devices the user >> > cannot choose to follow the host clock with respect to NTP adjustment >> > and daylight savings changes. For other devices it does not provide >> > determinism together with -icount or qtest, and it also keeps ticking >> > while the machine is paused. >> > >> > This series uses rtc_clock uniformly in device models that provide RTC >> > functionality, and vm_clock in the omap_lpg whose ticking should be tied >> > to the VM running state. For consistency I'm also switching the pl031 >> > to rtc_clock; so far it used the vm_clock. >> > >> > v1->v2: switch omap_lpg to vm_clock >> > >> > Paolo Bonzini (5): >> > rtc: add -rtc clock=rt >> > omap: switch omap_lpg to vm_clock >> > arm: switch real-time clocks to rtc_clock >> > pl031: rearm alarm timer upon load >> > pl031: switch clock base to rtc_clock > I'm happy to take these into the arm-devs tree, but I'd prefer to > see an ack or review from somebody who understands qemu timers first. Andrzej or Jan, would you take a look? Paolo