From: David Gibson <david@gibson.dropbear.id.au> To: Greg Kurz <groug@kaod.org> Cc: qemu-devel@nongnu.org, qemu-ppc@nongnu.org, Alexey Kardashevskiy <aik@ozlabs.ru>, Aravinda Prasad <aravinda@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH 1/2] target/ppc/trace-events: Fix trivial typo Date: Mon, 8 Apr 2019 13:41:57 +1000 [thread overview] Message-ID: <20190408034157.GC16627@umbus.fritz.box> (raw) In-Reply-To: <155445151931.302073.18436485925081597460.stgit@bahia.lan> [-- Attachment #1: Type: text/plain, Size: 1097 bytes --] On Fri, Apr 05, 2019 at 10:05:19AM +0200, Greg Kurz wrote: > Signed-off-by: Greg Kurz <groug@kaod.org> Applied to ppc-for-4.1, thanks. > --- > 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" > -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: David Gibson <david@gibson.dropbear.id.au> To: Greg Kurz <groug@kaod.org> Cc: Alexey Kardashevskiy <aik@ozlabs.ru>, Aravinda Prasad <aravinda@linux.vnet.ibm.com>, qemu-ppc@nongnu.org, qemu-devel@nongnu.org Subject: Re: [Qemu-devel] [PATCH 1/2] target/ppc/trace-events: Fix trivial typo Date: Mon, 8 Apr 2019 13:41:57 +1000 [thread overview] Message-ID: <20190408034157.GC16627@umbus.fritz.box> (raw) Message-ID: <20190408034157.ATimeLxjB3Fp8mF3LcrqqwxZlevIANBu1s1fbNbqgYU@z> (raw) In-Reply-To: <155445151931.302073.18436485925081597460.stgit@bahia.lan> [-- Attachment #1: Type: text/plain, Size: 1097 bytes --] On Fri, Apr 05, 2019 at 10:05:19AM +0200, Greg Kurz wrote: > Signed-off-by: Greg Kurz <groug@kaod.org> Applied to ppc-for-4.1, thanks. > --- > 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" > -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2019-04-08 4:29 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 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 [this message] 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=20190408034157.GC16627@umbus.fritz.box \ --to=david@gibson.dropbear.id.au \ --cc=aik@ozlabs.ru \ --cc=aravinda@linux.vnet.ibm.com \ --cc=groug@kaod.org \ --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: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
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).