From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Date: Thu, 17 Jul 2008 14:21:37 +0000 Subject: Re: [PATCH 24/29] ia64/pv_ops/xen: implement xen pv_time_ops. Message-Id: <487F5571.5000803@goop.org> List-Id: References: <12162606623288-git-send-email-yamahata@valinux.co.jp> In-Reply-To: <12162606623288-git-send-email-yamahata@valinux.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Isaku Yamahata wrote: > I had explained about that. > I had considered that option. However my conclusion is not share > he implementation because xen/ia64 timer interrupt isn't > paravirtualized with VCPUOP_xxx hypercall. But xen/ia64 emulates > ar.itm register. (ar.itm is interval time match register which triggers > interrupt when interval time counter becomes same value) > > Since timer interruption is virtualized differently on xen/ia64, > the different implementation is a natural consequence. OK, that means the clockevent and clocksource part would be different. But the runstate accounting should still be the same, no? J