Re: [PATCH v2] KVM test: Enable timedrift for Linux guests

2010-03-24 Thread Lucas Meneghel Rodrigues
On Wed, Mar 24, 2010 at 3:25 AM, Jason Wang wrote: > We should also test timedrift for Linux guests especially for guest > with pvclock. So this patch enable the timedrift for linux guests. > > Changes from v1: > - Correct the wrong name for guest load cleaning > - Use -no-kvm-pit-reinjection for

[PATCH v2] KVM test: Enable timedrift for Linux guests

2010-03-23 Thread Jason Wang
We should also test timedrift for Linux guests especially for guest with pvclock. So this patch enable the timedrift for linux guests. Changes from v1: - Correct the wrong name for guest load cleaning - Use -no-kvm-pit-reinjection for linux guests and -rtc-td-hack for windows guests. Signed-off-b