KVM: PPC: Move EXIT_DEBUG partially to tracepoints
authorAlexander Graf <agraf@suse.de>
Mon, 2 Aug 2010 09:06:26 +0000 (11:06 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:52:00 +0000 (10:52 +0200)
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>

No differences found