Skip to content

Commit

Permalink
KVM: powerpc: Show timing option only on embedded
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
agraf authored and matosatti committed Jan 25, 2010
1 parent a5d36f8 commit e1f829b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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.
Expand Down

0 comments on commit e1f829b

Please sign in to comment.