commit | bed1ed9860d3744cc6488831fa5672d5c7aff4be | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Aug 02 11:06:26 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:00 2010 +0200 |
tree | 72aa499b692d2c1e136dfcac03f6028c697e4946 | |
parent | 55438cc751c32cfafac52938403a86069e25b1bf [diff] |
KVM: PPC: Move EXIT_DEBUG partially to tracepoints We have a debug printk on every exit that is usually #ifdef'ed out. Using tracepoints makes a lot more sense here though, as they can be dynamically enabled. This patch converts the most commonly used debug printks of EXIT_DEBUG to tracepoints. Signed-off-by: Alexander Graf <agraf@suse.de>