Re: [Xen-devel] [PATCH v2 09/11] xen/hvmlite: Use x86's default timer init for HVMlite guests

From: Boris Ostrovsky
Date: Tue Feb 02 2016 - 12:01:58 EST


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