aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/Kconfig
diff options
context:
space:
mode:
authorHollis Blanchard <hollisb@us.ibm.com>2008-11-05 10:36:13 -0500
committerAvi Kivity <avi@redhat.com>2008-12-31 09:51:50 -0500
commitd9fbd03d240380826c0ec16f927242be24ff6265 (patch)
treee17c36fa4e27882d03f9d19715943d971025ab97 /arch/powerpc/kvm/Kconfig
parent0f55dc481ea5c4f87fc0161cb1b8c6e2cafae8fc (diff)
KVM: ppc: combine booke_guest.c and booke_host.c
The division was somewhat artificial and cumbersome, and had no functional benefit anyways: we can only guests built for the real host processor. Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/kvm/Kconfig')
-rw-r--r--arch/powerpc/kvm/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig
index 53aaa66b25e5..ffed96f817f7 100644
--- a/arch/powerpc/kvm/Kconfig
+++ b/arch/powerpc/kvm/Kconfig
@@ -20,7 +20,7 @@ config KVM
20 select PREEMPT_NOTIFIERS 20 select PREEMPT_NOTIFIERS
21 select ANON_INODES 21 select ANON_INODES
22 # We can only run on Book E hosts so far 22 # We can only run on Book E hosts so far
23 select KVM_BOOKE_HOST 23 select KVM_BOOKE
24 ---help--- 24 ---help---
25 Support hosting virtualized guest machines. You will also 25 Support hosting virtualized guest machines. You will also
26 need to select one or more of the processor modules below. 26 need to select one or more of the processor modules below.
@@ -30,8 +30,8 @@ config KVM
30 30
31 If unsure, say N. 31 If unsure, say N.
32 32
33config KVM_BOOKE_HOST 33config KVM_BOOKE
34 bool "KVM host support for Book E PowerPC processors" 34 bool "KVM support for Book E PowerPC processors"
35 depends on KVM && 44x 35 depends on KVM && 44x
36 ---help--- 36 ---help---
37 Provides host support for KVM on Book E PowerPC processors. Currently 37 Provides host support for KVM on Book E PowerPC processors. Currently