diff options
author | Alexander Graf <agraf@suse.de> | 2012-02-15 18:40:00 -0500 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-04-08 05:54:57 -0400 |
commit | bf7ca4bdcb8f1eb15d11879efa824b45443ddb69 (patch) | |
tree | da2e532462cadb2121badb1f477972ecda3dc911 /arch/powerpc/kvm/Kconfig | |
parent | 1d628af78a28c77143bcdd4ed09e93bb235d4198 (diff) |
KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2
The CONFIG_KVM_E500 option really indicates that we're running on a V2 machine,
not on a machine of the generic E500 class. So indicate that properly and
change the config name accordingly.
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/kvm/Kconfig')
-rw-r--r-- | arch/powerpc/kvm/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig index 58f6e6817924..44a998dc8399 100644 --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig | |||
@@ -109,7 +109,7 @@ config KVM_440 | |||
109 | 109 | ||
110 | config KVM_EXIT_TIMING | 110 | config KVM_EXIT_TIMING |
111 | bool "Detailed exit timing" | 111 | bool "Detailed exit timing" |
112 | depends on KVM_440 || KVM_E500 || KVM_E500MC | 112 | depends on KVM_440 || KVM_E500V2 || KVM_E500MC |
113 | ---help--- | 113 | ---help--- |
114 | Calculate elapsed time for every exit/enter cycle. A per-vcpu | 114 | Calculate elapsed time for every exit/enter cycle. A per-vcpu |
115 | report is available in debugfs kvm/vm#_vcpu#_timing. | 115 | report is available in debugfs kvm/vm#_vcpu#_timing. |
@@ -118,14 +118,14 @@ config KVM_EXIT_TIMING | |||
118 | 118 | ||
119 | If unsure, say N. | 119 | If unsure, say N. |
120 | 120 | ||
121 | config KVM_E500 | 121 | config KVM_E500V2 |
122 | bool "KVM support for PowerPC E500 processors" | 122 | bool "KVM support for PowerPC E500v2 processors" |
123 | depends on EXPERIMENTAL && E500 | 123 | depends on EXPERIMENTAL && E500 |
124 | select KVM | 124 | select KVM |
125 | select KVM_MMIO | 125 | select KVM_MMIO |
126 | ---help--- | 126 | ---help--- |
127 | Support running unmodified E500 guest kernels in virtual machines on | 127 | Support running unmodified E500 guest kernels in virtual machines on |
128 | E500 host processors. | 128 | E500v2 host processors. |
129 | 129 | ||
130 | This module provides access to the hardware capabilities through | 130 | This module provides access to the hardware capabilities through |
131 | a character device node named /dev/kvm. | 131 | a character device node named /dev/kvm. |