* -no-kvm-irqchip seems to prevent random KVM networking hangs on

2.6.25 kernels.

svn path=/nixpkgs/trunk/; revision=12807
This commit is contained in:
Eelco Dolstra 2008-09-05 11:39:51 +00:00
parent 960fe643b8
commit e3ec3f4782

View File

@ -165,7 +165,7 @@ rec {
qemuCommandLinux = '' qemuCommandLinux = ''
qemu-system-x86_64 \ qemu-system-x86_64 -no-kvm-irqchip \
-nographic -no-reboot \ -nographic -no-reboot \
-net nic,model=virtio -net user -smb / \ -net nic,model=virtio -net user -smb / \
-drive file=$diskImage,if=virtio,boot=on \ -drive file=$diskImage,if=virtio,boot=on \