From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Ostrovsky Subject: Re: [PATCH v2 09/11] xen/hvmlite: Use x86's default timer init for HVMlite guests Date: Tue, 2 Feb 2016 12:01:51 -0500 Message-ID: <56B0E0FF.4070409__21430.9262148619$1454432586$gmane$org@oracle.com> References: <1454341137-14110-1-git-send-email-boris.ostrovsky@oracle.com> <1454341137-14110-10-git-send-email-boris.ostrovsky@oracle.com> <56B0D8DD.5010206@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aQeKu-0001cE-Pg for xen-devel@lists.xenproject.org; Tue, 02 Feb 2016 17:01:52 +0000 In-Reply-To: <56B0D8DD.5010206@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: David Vrabel , konrad.wilk@oracle.com Cc: xen-devel@lists.xenproject.org, mcgrof@suse.com, linux-kernel@vger.kernel.org, roger.pau@citrix.com List-Id: xen-devel@lists.xenproject.org On 02/02/2016 11:27 AM, David Vrabel wrote: > On 01/02/16 15:38, Boris Ostrovsky wrote: >> xen_timer_init() will be called from apic_bsp_setup(). > I must be missing something because xen_init_time_ops() is only called > from the PV-only xen_start_kernel()? This is leftover from the earlier series where common code called xen_init_time_ops() (which, of course, it could easily not have done for HVMlite guests). So it's not needed anymore, I'll drop this patch. -boris