]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
KVM: powerpc: Show timing option only on embedded
authorAlexander Graf <agraf@suse.de>
Sun, 20 Dec 2009 21:24:06 +0000 (22:24 +0100)
committerAvi Kivity <avi@redhat.com>
Tue, 22 Dec 2009 10:05:12 +0000 (12:05 +0200)
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 <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/kvm/Kconfig

index 7635ba2a23e1682a857d8d25daa2c2004d64e956..be28968c79415d0a4a7cca850b341c217e769ffc 100644 (file)
@@ -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.