diff options
author | Hollis Blanchard <hollisb@us.ibm.com> | 2009-01-03 17:23:10 -0500 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-03-24 05:02:58 -0400 |
commit | bc8080cbcc8870178f0910edd537d0cb5706d703 (patch) | |
tree | 7e929e8585a32c3d93a373553d3179e182c7eb5f /arch/powerpc/kvm/Kconfig | |
parent | 17c885eb5c38f39a2bb3143a67687bd905dcd0fa (diff) |
KVM: ppc: E500 core-specific code
Signed-off-by: Liu Yu <yu.liu@freescale.com>
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/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig index 6dbdc4817d80..146570550142 100644 --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig | |||
@@ -43,6 +43,19 @@ config KVM_EXIT_TIMING | |||
43 | 43 | ||
44 | If unsure, say N. | 44 | If unsure, say N. |
45 | 45 | ||
46 | config KVM_E500 | ||
47 | bool "KVM support for PowerPC E500 processors" | ||
48 | depends on EXPERIMENTAL && E500 | ||
49 | select KVM | ||
50 | ---help--- | ||
51 | Support running unmodified E500 guest kernels in virtual machines on | ||
52 | E500 host processors. | ||
53 | |||
54 | This module provides access to the hardware capabilities through | ||
55 | a character device node named /dev/kvm. | ||
56 | |||
57 | If unsure, say N. | ||
58 | |||
46 | config KVM_TRACE | 59 | config KVM_TRACE |
47 | bool "KVM trace support" | 60 | bool "KVM trace support" |
48 | depends on KVM && MARKERS && SYSFS | 61 | depends on KVM && MARKERS && SYSFS |