nixpkgs/pkgs/os-specific/linux/kvm/readonly-kernel.patch
Eelco Dolstra c955f608a2 * KVM 69. Seems to improve performance quite a bit. In particular it
implements the host support for virtio devices in Linux >= 2.6.25
  guests.  Network performance shows a huge improvement with
  virtio_net, which should be good for the build farm (which uses
  Samba/CIFS to mount the file system of the host).
* Kernel headers for 2.6.26-rc5 added to build KVM 69.  Also added the
  2.6.25 headers, which turned out to be too old for KVM 69.

svn path=/nixpkgs/trunk/; revision=11985
2008-06-05 10:59:41 +00:00

15 lines
480 B
Diff

diff -rc kvm-69-orig/kernel/Makefile kvm-69/kernel/Makefile
*** kvm-69-orig/kernel/Makefile 2008-05-12 13:30:43.000000000 +0200
--- kvm-69/kernel/Makefile 2008-06-04 17:23:34.000000000 +0200
***************
*** 48,53 ****
--- 48,54 ----
"$(LINUX)"/./include/linux/kvm*.h \
"$(LINUX)"/./include/asm-*/kvm*.h \
$T/
+ chmod -R u+w $T
set -e && for i in $(find $T -name '*.h'); do \
$(call unifdef,$$i); done
Only in kvm-69/kernel: Makefile~