Hi again,

with qemu-kvm from experimental (0.13.0+dfsg-2) you can use:
 -cpu kvm64,-kvmclock
as kvm option to disable kvmclock.

for libvirt use the following in your domain config:

<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
...
  <qemu:commandline>
    <qemu:arg value='-cpu'/>
    <qemu:arg value='kvm64,-kvmclock'/>
  </qemu:commandline>
</domain>

(You may have to replace kvm64 with another cpu model)

I tried using clocksource= in the linux boot commandline,
and had no luck with any value i tried.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to