mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Add HYPERVISOR_GUEST for linux 3.10
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
0d8025c612
commit
270ba268d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user