mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
* -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:
parent
960fe643b8
commit
e3ec3f4782
@ -165,7 +165,7 @@ rec {
|
||||
|
||||
|
||||
qemuCommandLinux = ''
|
||||
qemu-system-x86_64 \
|
||||
qemu-system-x86_64 -no-kvm-irqchip \
|
||||
-nographic -no-reboot \
|
||||
-net nic,model=virtio -net user -smb / \
|
||||
-drive file=$diskImage,if=virtio,boot=on \
|
||||
|
Loading…
Reference in New Issue
Block a user