commit | c60b4cf70127941e2f944a7971a7f6b3ecb367ac | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Aug 02 13:40:30 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:04 2010 +0200 |
tree | 1cd31df67b8bad110ad9c3c6bafb26840921ff92 | |
parent | c22c31963b4b0c23250e8f520a76427b3986b73b [diff] |
KVM: PPC: Add tracepoints for generic spte flushes The different ways of flusing shadow ptes have their own debug prints which use stupid old printk. Let's move them to tracepoints, making them easier available, faster and possible to activate on demand Signed-off-by: Alexander Graf <agraf@suse.de>