<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Oct 22, 2013 at 10:36 AM, Chris Turner <span dir="ltr"><<a href="mailto:c.turner@199technologies.com" target="_blank">c.turner@199technologies.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Hello -<br>
<br>
Trying to run a 64bit DF guest on F18, am getting<br>
some odd clock jitter both with and without dntpd<br>
running from the guest, and needless to say, 'make'<br>
doesn't like this.<br></blockquote><div><br></div><div>What's the output of<br></div><div>sysctl kern.cputimer<br><br></div><div>There are several cputimers.  You could disable them through tunables (/boot/loader.conf):<br>
hw.tsc_cputimer_enable="0" (disable TSC cputimer, enabled by default)<br>debug.acpi.disabled="hpet timer" (disable HPET and ACPI cputimer, enabled by default)<br><br></div><div>If they are all enabled (default) and are all functional, their priority relationship is TSC > HPET > ACPI<br>
<br></div><div>If they are all disabled, the only one left is i8254.<br><br></div><div>Best Regards,<br>sephe<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<br>
I seem to recall having similar issues with DF-on-DF<br>
QEMU on dragonfly, and my 'fix' was to noodle with<br>
the emulated time source on QEMU, falling back to a low<br>
resolution clock source (e.g. RTC instead of HPET)<br>
that the emulator could more deterministically provide,<br>
allowing clock calibration to be less sensitive,<br>
and the system to run without much significant clock<br>
jitter..<br>
<br>
However, I'm not seeing any clear signs that<br>
the libvirt/KVM stuff allows this level of noodling,<br>
though I admittedly haven't done an exhaustive search.<br>
<br>
Anyone have any experiences / fixes here?<br>
<br>
Cheers,<br>
<br>
- Chris<br>
</blockquote></div><br><br clear="all"><br>-- <br>Tomorrow Will Never Die
</div></div>