* Revert to KVM 76 in the VM build functions. The latest qemu-kvm has

weird performance and data corruption regressions in the build farm.

svn path=/nixpkgs/trunk/; revision=17364
This commit is contained in:
Eelco Dolstra
2009-09-23 14:24:37 +00:00
parent b08cf58c59
commit 251c7207cf
5 changed files with 111 additions and 3 deletions

View File

@@ -5,10 +5,12 @@ with pkgs;
rec {
inherit (kernelPackages_2_6_27) kernel;
inherit (kernelPackages_2_6_29) kernel;
klibcShrunk = pkgs.klibcShrunk.override { klibc = klibc_15; };
kvm = pkgs.kvm76;
modulesClosure = makeModulesClosure {
inherit kernel;
@@ -184,7 +186,7 @@ rec {
vmRunCommand = qemuCommand: writeText "vm-run" ''
export > saved-env
PATH=${coreutils}/bin:${qemu_kvm}/bin:${samba}/sbin
PATH=${coreutils}/bin:${kvm}/bin:${samba}/sbin
diskImage=''${diskImage:-/dev/null}