Re: [kvm-devel] Stop the clock!

2008-03-04 Thread Joerg Roedel
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

Re: [kvm-devel] Stop the clock!

2008-03-04 Thread Glauber Costa
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