Hi Rasto,<div><br></div><div>First of all, thank you for fixing the &quot;close VNC console windows on shutdown&quot; in v1.4.2</div><div>This is a much appreciated feature!</div><div><br></div><div>Now for something totally different.</div>
<div><br></div><div>I noticed that in Windows 7 and Windows 2008 based VM&#39;s the clock of the guest falls behind the host&#39;s clock.</div><div>Under heavy load of the VM this can result in 4 minutes behind during a 15 minutes period, quite a lot.</div>
<div><br></div><div>To fix this I found a combination of needed options in Libvirt:</div><div><br></div><div>&lt;clock offset=&#39;localtime&#39;&gt;<br>  &lt;timer name=&#39;rtc&#39; tickpolicy=&#39;catchup&#39;/&gt;</div>
<div>  &lt;timer name=&#39;hpet&#39; present=&#39;no&#39;/&gt;</div><div>&lt;/clock&gt;</div><div><br></div><div><br></div><div>Default LCMC creates:</div><div>&lt;clock offset=&#39;utc&#39;/&gt;</div><div><br></div><div>
offset=localtime is best to use for Windows guests (according to the qemu-kvm manpage).</div><div><br></div><div>It would be really nice if these libvirt options were configurable in LCMC.</div><div><br clear="all"><div>Kind regards,<br>
<br>Caspar Smit</div></div>