From 270ba268d7b8f5a1dbc430259f2500bdf6eaed79 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sun, 30 Jun 2013 21:42:51 -0400 Subject: [PATCH] Add HYPERVISOR_GUEST for linux 3.10 Signed-off-by: Shea Levy --- pkgs/top-level/platforms.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/platforms.nix b/pkgs/top-level/platforms.nix index a7445c21a701..b2a12bf8b503 100644 --- a/pkgs/top-level/platforms.nix +++ b/pkgs/top-level/platforms.nix @@ -13,6 +13,7 @@ rec { kernelExtraConfig = '' # Virtualisation (KVM, Xen...). + HYPERVISOR_GUEST? y #3.10 version of the paravirt options PARAVIRT_GUEST? y #Doesn't exist in 3.10 KVM_CLOCK? y #Part of KVM_GUEST since linux 3.7 KVM_GUEST? y #Doesn't exist in 3.10