All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kurz <groug@kaod.org>
To: qemu-devel@nongnu.org
Cc: qemu-ppc@nongnu.org, David Gibson <david@gibson.dropbear.id.au>,
	Alexey Kardashevskiy <aik@ozlabs.ru>,
	Aravinda Prasad <aravinda@linux.vnet.ibm.com>
Subject: [Qemu-devel] [PATCH 1/2] target/ppc/trace-events: Fix trivial typo
Date: Fri, 05 Apr 2019 10:05:19 +0200	[thread overview]
Message-ID: <155445151931.302073.18436485925081597460.stgit@bahia.lan> (raw)

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"

WARNING: multiple messages have this Message-ID (diff)
From: Greg Kurz <groug@kaod.org>
To: qemu-devel@nongnu.org
Cc: Alexey Kardashevskiy <aik@ozlabs.ru>,
	Aravinda Prasad <aravinda@linux.vnet.ibm.com>,
	qemu-ppc@nongnu.org, David Gibson <david@gibson.dropbear.id.au>
Subject: [Qemu-devel] [PATCH 1/2] target/ppc/trace-events: Fix trivial typo
Date: Fri, 05 Apr 2019 10:05:19 +0200	[thread overview]
Message-ID: <155445151931.302073.18436485925081597460.stgit@bahia.lan> (raw)
Message-ID: <20190405080519.CmuOu79oPtu7aKrWcFiOqysR_c1IPSLEPnvjezs0SfM@z> (raw)

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"



             reply	other threads:[~2019-04-05  8:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-05  8:05 Greg Kurz [this message]
2019-04-05  8:05 ` [Qemu-devel] [PATCH 1/2] target/ppc/trace-events: Fix trivial typo 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-08  3:41 ` David Gibson
2019-04-08  3:41   ` David Gibson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=155445151931.302073.18436485925081597460.stgit@bahia.lan \
    --to=groug@kaod.org \
    --cc=aik@ozlabs.ru \
    --cc=aravinda@linux.vnet.ibm.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.