Author: ludo
Date: Thu Apr  7 09:57:38 2011
New Revision: 26732
URL: https://svn.nixos.org/websvn/nix/?rev=26732&sc=1

Log:
Linux 2.6.{28,29}: Disable Xen support, which no longer builds on x86_64.

Modified:
   nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-2.6.28.nix
   nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-2.6.29.nix

Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-2.6.28.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-2.6.28.nix        Thu Apr 
 7 09:22:11 2011        (r26731)
+++ nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-2.6.28.nix        Thu Apr 
 7 09:57:38 2011        (r26732)
@@ -30,7 +30,7 @@
         PARAVIRT_GUEST y
         KVM_CLOCK y
         KVM_GUEST y
-        XEN y
+        XEN n
 
         # We need 64 GB (PAE) support for Xen guest support.
         HIGHMEM64G? y

Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-2.6.29.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-2.6.29.nix        Thu Apr 
 7 09:22:11 2011        (r26731)
+++ nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-2.6.29.nix        Thu Apr 
 7 09:57:38 2011        (r26732)
@@ -30,7 +30,7 @@
         PARAVIRT_GUEST y
         KVM_CLOCK y
         KVM_GUEST y
-        XEN y
+        XEN n
 
         # We need 64 GB (PAE) support for Xen guest support.
         HIGHMEM64G? y
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to