|
@@ -25,10 +25,28 @@ config KVM
|
|
|
config KVM_BOOK3S_HANDLER
|
|
|
bool
|
|
|
|
|
|
+config KVM_BOOK3S_32_HANDLER
|
|
|
+ bool
|
|
|
+ select KVM_BOOK3S_HANDLER
|
|
|
+
|
|
|
config KVM_BOOK3S_64_HANDLER
|
|
|
bool
|
|
|
select KVM_BOOK3S_HANDLER
|
|
|
|
|
|
+config KVM_BOOK3S_32
|
|
|
+ tristate "KVM support for PowerPC book3s_32 processors"
|
|
|
+ depends on EXPERIMENTAL && PPC_BOOK3S_32 && !SMP && !PTE_64BIT
|
|
|
+ select KVM
|
|
|
+ select KVM_BOOK3S_32_HANDLER
|
|
|
+ ---help---
|
|
|
+ Support running unmodified book3s_32 guest kernels
|
|
|
+ in virtual machines on book3s_32 host processors.
|
|
|
+
|
|
|
+ This module provides access to the hardware capabilities through
|
|
|
+ a character device node named /dev/kvm.
|
|
|
+
|
|
|
+ If unsure, say N.
|
|
|
+
|
|
|
config KVM_BOOK3S_64
|
|
|
tristate "KVM support for PowerPC book3s_64 processors"
|
|
|
depends on EXPERIMENTAL && PPC_BOOK3S_64
|