[libvirt] Workaround to start xen inside a buggy kvm

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

 



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

--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]