[Qemu-devel] Re: [PATCH 1/3] alleviate time drift with HPET periodic timers

2011-03-22 Thread Ulrich Obergfell
>> Part 1 of the patch implements the following QEMU command line option. >> >> -hpet [device=none|present][,driftfix=none|slew] > > Just define driftfix as property of the hpet device. That way it can be > controlled both globally (-global hpet.driftfix=...) and per hpet block > (once we support

[Qemu-devel] Re: [PATCH 1/3] alleviate time drift with HPET periodic timers

2011-03-19 Thread Jan Kiszka
On 2011-03-18 16:54, Ulrich Obergfell wrote: > > Part 1 of the patch implements the following QEMU command line option. > > -hpet [device=none|present][,driftfix=none|slew] Just define driftfix as property of the hpet device. That way it can be controlled both globally (-global hpet.driftfix=...