Re: [kvm-devel] [PATCH] call write_guest_time as soon as we register the paravirt clock.

2008-02-21 Thread Avi Kivity
Glauber de Oliveira Costa wrote: > From: Glauber Costa <[EMAIL PROTECTED]> > > In situations, like, cpu hotplugging, a cpu can arrive > later on the game and register its paravirt clock > while everything else is already running, which will lead to > breakage, since the time readings will return bo

[kvm-devel] [PATCH] call write_guest_time as soon as we register the paravirt clock.

2008-02-21 Thread Glauber de Oliveira Costa
From: Glauber Costa <[EMAIL PROTECTED]> In situations, like, cpu hotplugging, a cpu can arrive later on the game and register its paravirt clock while everything else is already running, which will lead to breakage, since the time readings will return bogus values. To prevent this, we write syste