nixpkgs/pkgs/os-specific/linux/kvm/readonly-kernel-r2.patch
Eelco Dolstra 251c7207cf * 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
2009-09-23 14:24:37 +00:00

16 lines
526 B
Diff

diff -rc kvm-74-orig/kernel/Makefile kvm-74/kernel/Makefile
*** kvm-74-orig/kernel/Makefile 2008-08-27 10:53:37.000000000 +0200
--- kvm-74/kernel/Makefile 2008-08-29 14:12:00.000000000 +0200
***************
*** 59,64 ****
--- 59,65 ----
-rsync -R \
"$(LINUX)"/arch/$(ARCH_DIR)/include/asm/./kvm*.h \
$T/include/asm-$(ARCH_DIR)/
+ chmod -R u+w $T
set -e && for i in $(find $T -name '*.h'); do \
$(call unifdef,$$i); done
Only in kvm-74/kernel: Makefile~
Only in kvm-74/kernel: Makefile.rej