diff options
Diffstat (limited to 'target/ppc/trace-events')
-rw-r--r-- | target/ppc/trace-events | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/ppc/trace-events b/target/ppc/trace-events new file mode 100644 index 0000000000..b666156114 --- /dev/null +++ b/target/ppc/trace-events @@ -0,0 +1,5 @@ +# See docs/tracing.txt for syntax documentation. + +# target/ppc/kvm.c +kvm_failed_spr_set(int str, const char *msg) "Warning: Unable to set SPR %d to KVM: %s" +kvm_failed_spr_get(int str, const char *msg) "Warning: Unable to retrieve SPR %d from KVM: %s" |