All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-user/trace-events: fix minor type in format string
@ 2021-06-14 13:25 Alex Bennée
  2021-06-14 13:28 ` Philippe Mathieu-Daudé
  2021-06-14 13:30 ` Peter Maydell
  0 siblings, 2 replies; 4+ messages in thread
From: Alex Bennée @ 2021-06-14 13:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Alex Bennée, Laurent Vivier

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 linux-user/trace-events | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux-user/trace-events b/linux-user/trace-events
index 1ec0d11ee3..e7d2f54e94 100644
--- a/linux-user/trace-events
+++ b/linux-user/trace-events
@@ -11,7 +11,7 @@ user_do_rt_sigreturn(void *env, uint64_t frame_addr) "env=%p frame_addr=0x%"PRIx
 user_do_sigreturn(void *env, uint64_t frame_addr) "env=%p frame_addr=0x%"PRIx64
 user_force_sig(void *env, int target_sig, int host_sig) "env=%p signal %d (host %d)"
 user_handle_signal(void *env, int target_sig) "env=%p signal %d"
-user_host_signal(void *env, int host_sig, int target_sig) "env=%p signal %d (target %d("
+user_host_signal(void *env, int host_sig, int target_sig) "env=%p signal %d (target %d)"
 user_queue_signal(void *env, int target_sig) "env=%p signal %d"
 user_s390x_restore_sigregs(void *env, uint64_t sc_psw_addr, uint64_t env_psw_addr) "env=%p frame psw.addr 0x%"PRIx64 " current psw.addr 0x%"PRIx64
 
-- 
2.20.1



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

* Re: [PATCH] linux-user/trace-events: fix minor type in format string
  2021-06-14 13:25 [PATCH] linux-user/trace-events: fix minor type in format string Alex Bennée
@ 2021-06-14 13:28 ` Philippe Mathieu-Daudé
  2021-06-14 13:30 ` Peter Maydell
  1 sibling, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-06-14 13:28 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel; +Cc: qemu-trivial, Laurent Vivier

On 6/14/21 3:25 PM, Alex Bennée wrote:
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  linux-user/trace-events | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


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

* Re: [PATCH] linux-user/trace-events: fix minor type in format string
  2021-06-14 13:25 [PATCH] linux-user/trace-events: fix minor type in format string Alex Bennée
  2021-06-14 13:28 ` Philippe Mathieu-Daudé
@ 2021-06-14 13:30 ` Peter Maydell
  2021-06-14 13:59   ` Alex Bennée
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Maydell @ 2021-06-14 13:30 UTC (permalink / raw)
  To: Alex Bennée; +Cc: QEMU Trivial, QEMU Developers, Laurent Vivier

On Mon, 14 Jun 2021 at 14:27, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Typo in subject line: should be "typo" :-)

-- PMM


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

* Re: [PATCH] linux-user/trace-events: fix minor type in format string
  2021-06-14 13:30 ` Peter Maydell
@ 2021-06-14 13:59   ` Alex Bennée
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Bennée @ 2021-06-14 13:59 UTC (permalink / raw)
  To: Peter Maydell; +Cc: QEMU Trivial, QEMU Developers, Laurent Vivier

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

Haha, thanks!

On Mon, 14 Jun 2021, 14:30 Peter Maydell, <peter.maydell@linaro.org> wrote:

> On Mon, 14 Jun 2021 at 14:27, Alex Bennée <alex.bennee@linaro.org> wrote:
> >
> > Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>
> Typo in subject line: should be "typo" :-)
>
> -- PMM
>

[-- Attachment #2: Type: text/html, Size: 761 bytes --]

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

end of thread, other threads:[~2021-06-14 14:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 13:25 [PATCH] linux-user/trace-events: fix minor type in format string Alex Bennée
2021-06-14 13:28 ` Philippe Mathieu-Daudé
2021-06-14 13:30 ` Peter Maydell
2021-06-14 13:59   ` Alex Bennée

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.