* 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:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user