qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/2] target/ppc/trace-events: Fix trivial typo
@ 2019-04-05  8:05 Greg Kurz
  2019-04-05  8:05 ` Greg Kurz
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Greg Kurz @ 2019-04-05  8:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-ppc, David Gibson, Alexey Kardashevskiy, Aravinda Prasad

Signed-off-by: Greg Kurz <groug@kaod.org>
---
 target/ppc/trace-events |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/ppc/trace-events b/target/ppc/trace-events
index 3858f97dff54..ed4d57c6d9c1 100644
--- a/target/ppc/trace-events
+++ b/target/ppc/trace-events
@@ -1,5 +1,5 @@
 # See docs/devel/tracing.txt for syntax documentation.
 
 # 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"
+kvm_failed_spr_set(int spr, const char *msg) "Warning: Unable to set SPR %d to KVM: %s"
+kvm_failed_spr_get(int spr, const char *msg) "Warning: Unable to retrieve SPR %d from KVM: %s"

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-04-08  4:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-05  8:05 [Qemu-devel] [PATCH 1/2] target/ppc/trace-events: Fix trivial typo Greg Kurz
2019-04-05  8:05 ` Greg Kurz
2019-04-05  8:05 ` [Qemu-devel] [PATCH 2/2] target/ppc/kvm: Convert DPRINTF to traces Greg Kurz
2019-04-05  8:05   ` Greg Kurz
2019-04-05 13:12   ` Murilo Opsfelder Araújo
2019-04-05 13:12     ` Murilo Opsfelder Araújo
2019-04-05 14:16     ` Greg Kurz
2019-04-05 14:16       ` Greg Kurz
2019-04-08  3:45   ` David Gibson
2019-04-08  3:45     ` David Gibson
2019-04-05  8:52 ` [Qemu-devel] [PATCH 1/2] target/ppc/trace-events: Fix trivial typo Philippe Mathieu-Daudé
2019-04-05  8:52   ` Philippe Mathieu-Daudé
2019-04-08  3:41 ` David Gibson
2019-04-08  3:41   ` David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).