[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#603670: early kernel panic as node under kvm (div-by-zero in pvclock_tsc_khz)



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.



Reply to: