On Tue, Mar 04, 2008 at 12:47:58PM +0200, Avi Kivity wrote:
> With paravirt clocksource, reboot and kexec are broken: the clock keeps
> updating after the reboot, and the new kernel will have a random memory
> location trampled occasionally.
>
> So we need to stop the clock on kexec (in the gues
Avi Kivity wrote:
> With paravirt clocksource, reboot and kexec are broken: the clock keeps
> updating after the reboot, and the new kernel will have a random memory
> location trampled occasionally.
>
> So we need to stop the clock on kexec (in the guest) and reboot (in the
> host). On the ho
With paravirt clocksource, reboot and kexec are broken: the clock keeps
updating after the reboot, and the new kernel will have a random memory
location trampled occasionally.
So we need to stop the clock on kexec (in the guest) and reboot (in the
host). On the host side, this can be done eith