[PATCH] Show KVM timing option only on embedded

2009-12-20 Thread Alexander Graf
Embedded PowerPC KVM has an exit timing implementation to track and evaluate
how much time was spent in which exit path.

For Book3S, we don't implement it. So let's not expose it as a config option
either.

Signed-off-by: Alexander Graf ag...@suse.de
---
 arch/powerpc/kvm/Kconfig |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig
index 7635ba2..be28968 100644
--- a/arch/powerpc/kvm/Kconfig
+++ b/arch/powerpc/kvm/Kconfig
@@ -54,7 +54,7 @@ config KVM_440
 
 config KVM_EXIT_TIMING
bool Detailed exit timing
-   depends on KVM
+   depends on KVM_440 || KVM_E500
---help---
  Calculate elapsed time for every exit/enter cycle. A per-vcpu
  report is available in debugfs kvm/vm#_vcpu#_timing.
-- 
1.6.0.2

--
To unsubscribe from this list: send the line unsubscribe kvm-ppc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Change PowerPC KVM maintainer

2009-12-20 Thread Hollis Blanchard
On Sun, Dec 20, 2009 at 1:24 PM, Alexander Graf ag...@suse.de wrote:
 Progress on KVM for Embedded PowerPC has stalled, but for Book3S there's quite
 a lot of work to do and going on.

 So in agreement with Hollis and Avi, we should switch maintainers for PowerPC.

 I'll still demand Acks from Hollis for code that changes BookE parts when I
 can't say for sure if the change is ok.

 Signed-off-by: Alexander Graf ag...@suse.de

Acked-by: Hollis Blanchard hol...@penguinppc.org
--
To unsubscribe from this list: send the line unsubscribe kvm-ppc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html