aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2015-05-22 05:41:01 -0400
committerAlexander Graf <agraf@suse.de>2015-08-22 05:16:16 -0400
commit129fd4233b62159d50c35fb6489cb22ee9c27415 (patch)
tree7cc99fb33dc49dbbe84e8af6c8e7bfba763a42bf /arch/powerpc/kvm
parentf5ffe330f5e63325000f58ed982a159c512f6db3 (diff)
KVM: PPC: Remove PPC970 from KVM_BOOK3S_64_HV text in Kconfig
Since the PPC970 support has been removed from the kvm-hv kernel module recently, we should also reflect this change in the help text of the corresponding Kconfig option. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc/kvm')
-rw-r--r--arch/powerpc/kvm/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig
index 3caec2c42105..c2024ac9d4e8 100644
--- a/arch/powerpc/kvm/Kconfig
+++ b/arch/powerpc/kvm/Kconfig
@@ -74,14 +74,14 @@ config KVM_BOOK3S_64
74 If unsure, say N. 74 If unsure, say N.
75 75
76config KVM_BOOK3S_64_HV 76config KVM_BOOK3S_64_HV
77 tristate "KVM support for POWER7 and PPC970 using hypervisor mode in host" 77 tristate "KVM for POWER7 and later using hypervisor mode in host"
78 depends on KVM_BOOK3S_64 && PPC_POWERNV 78 depends on KVM_BOOK3S_64 && PPC_POWERNV
79 select KVM_BOOK3S_HV_POSSIBLE 79 select KVM_BOOK3S_HV_POSSIBLE
80 select MMU_NOTIFIER 80 select MMU_NOTIFIER
81 select CMA 81 select CMA
82 ---help--- 82 ---help---
83 Support running unmodified book3s_64 guest kernels in 83 Support running unmodified book3s_64 guest kernels in
84 virtual machines on POWER7 and PPC970 processors that have 84 virtual machines on POWER7 and newer processors that have
85 hypervisor mode available to the host. 85 hypervisor mode available to the host.
86 86
87 If you say Y here, KVM will use the hardware virtualization 87 If you say Y here, KVM will use the hardware virtualization
@@ -89,8 +89,8 @@ config KVM_BOOK3S_64_HV
89 guest operating systems will run at full hardware speed 89 guest operating systems will run at full hardware speed
90 using supervisor and user modes. However, this also means 90 using supervisor and user modes. However, this also means
91 that KVM is not usable under PowerVM (pHyp), is only usable 91 that KVM is not usable under PowerVM (pHyp), is only usable
92 on POWER7 (or later) processors and PPC970-family processors, 92 on POWER7 or later processors, and cannot emulate a
93 and cannot emulate a different processor from the host processor. 93 different processor from the host processor.
94 94
95 If unsure, say N. 95 If unsure, say N.
96 96