Re: [PATCH v12 04/11] kvm/x86: remove kvm memblock dependency

From: Paolo Bonzini
Date: Fri Jul 06 2018 - 11:10:07 EST


On 06/07/2018 17:03, Pavel Tatashin wrote:
> I think using __initdata during init_hypervisor_platform() +
> allocating during x86_init.hyper.guest_late_init() is a good approach.
> My only concern, it would mean we need to init/uinit/init clock for
> boot cpu. Does it mean the clock continuity is preserved during the
> transition? I believe so, but needs to be verified.

Yes, it's the same as any other pvclock update.

Paolo