[libvirt] Workaround to start xen inside a buggy kvm

21 Jul
2009
21 Jul
'09
10:31 a.m.
Buggy kvm crashes with kernel panic if xen started inside a kvm machine. kvm needs the -no-kvm-pit, this argument is not available with libvirt. I have tested the following workaround on ubuntu 9.04 Rename kvm cd /usr/bin mv kvm kvm.orig Use the following script instead the original kvm #!/bin/sh exec kvm.orig -no-kvm-pit $* Do not forget chmod +x kvm Have fun, Thomas
5892
Age (days ago)
5892
Last active (days ago)
0 comments
1 participants
participants (1)
-
Thomas Fricke