From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCZrg-0004OC-Eb for qemu-devel@nongnu.org; Tue, 27 Mar 2012 13:07:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCZra-0002Cj-Rt for qemu-devel@nongnu.org; Tue, 27 Mar 2012 13:07:24 -0400 Received: from plane.gmane.org ([80.91.229.3]:45484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCZra-0002Bt-LD for qemu-devel@nongnu.org; Tue, 27 Mar 2012 13:07:18 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SCZrX-0006Qz-0t for qemu-devel@nongnu.org; Tue, 27 Mar 2012 19:07:15 +0200 Received: from 93-34-182-16.ip50.fastwebnet.it ([93.34.182.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Mar 2012 19:07:14 +0200 Received: from pbonzini by 93-34-182-16.ip50.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Mar 2012 19:07:14 +0200 From: Paolo Bonzini Date: Tue, 27 Mar 2012 19:07:02 +0200 Message-ID: References: <1330938495-30573-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit In-Reply-To: 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: qemu-devel@nongnu.org Il 05/03/2012 15:05, Peter Maydell ha scritto: > On 5 March 2012 09:08, Paolo Bonzini wrote: >> > 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. Two weeks passed... prefer or require? :) Paolo