qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] linux-user: add strace for dup3
@ 2019-09-30  9:01 Andreas Schwab
  2019-10-01  9:06 ` Philippe Mathieu-Daudé
  2019-10-21  9:30 ` Laurent Vivier
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Schwab @ 2019-09-30  9:01 UTC (permalink / raw)
  To: qemu-devel

Signed-off-by: Andreas Schwab <schwab@suse.de>
---
 linux-user/strace.list | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/linux-user/strace.list b/linux-user/strace.list
index 63a946642d..863283418e 100644
--- a/linux-user/strace.list
+++ b/linux-user/strace.list
@@ -121,6 +121,9 @@
 #ifdef TARGET_NR_dup2
 { TARGET_NR_dup2, "dup2" , NULL, NULL, NULL },
 #endif
+#ifdef TARGET_NR_dup3
+{ TARGET_NR_dup3, "dup3" , NULL, NULL, NULL },
+#endif
 #ifdef TARGET_NR_epoll_create
 { TARGET_NR_epoll_create, "epoll_create" , NULL, NULL, NULL },
 #endif
-- 
2.23.0


-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


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

* Re: [PATCH] linux-user: add strace for dup3
  2019-09-30  9:01 [PATCH] linux-user: add strace for dup3 Andreas Schwab
@ 2019-10-01  9:06 ` Philippe Mathieu-Daudé
  2019-10-21  9:30 ` Laurent Vivier
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-10-01  9:06 UTC (permalink / raw)
  To: Andreas Schwab, qemu-devel

On 9/30/19 11:01 AM, Andreas Schwab wrote:
> Signed-off-by: Andreas Schwab <schwab@suse.de>
> ---
>   linux-user/strace.list | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/linux-user/strace.list b/linux-user/strace.list
> index 63a946642d..863283418e 100644
> --- a/linux-user/strace.list
> +++ b/linux-user/strace.list
> @@ -121,6 +121,9 @@
>   #ifdef TARGET_NR_dup2
>   { TARGET_NR_dup2, "dup2" , NULL, NULL, NULL },
>   #endif
> +#ifdef TARGET_NR_dup3
> +{ TARGET_NR_dup3, "dup3" , NULL, NULL, NULL },
> +#endif
>   #ifdef TARGET_NR_epoll_create
>   { TARGET_NR_epoll_create, "epoll_create" , NULL, NULL, NULL },
>   #endif
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>



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

* Re: [PATCH] linux-user: add strace for dup3
  2019-09-30  9:01 [PATCH] linux-user: add strace for dup3 Andreas Schwab
  2019-10-01  9:06 ` Philippe Mathieu-Daudé
@ 2019-10-21  9:30 ` Laurent Vivier
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Vivier @ 2019-10-21  9:30 UTC (permalink / raw)
  To: Andreas Schwab, qemu-devel

Le 30/09/2019 à 11:01, Andreas Schwab a écrit :
> Signed-off-by: Andreas Schwab <schwab@suse.de>
> ---
>  linux-user/strace.list | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/linux-user/strace.list b/linux-user/strace.list
> index 63a946642d..863283418e 100644
> --- a/linux-user/strace.list
> +++ b/linux-user/strace.list
> @@ -121,6 +121,9 @@
>  #ifdef TARGET_NR_dup2
>  { TARGET_NR_dup2, "dup2" , NULL, NULL, NULL },
>  #endif
> +#ifdef TARGET_NR_dup3
> +{ TARGET_NR_dup3, "dup3" , NULL, NULL, NULL },
> +#endif
>  #ifdef TARGET_NR_epoll_create
>  { TARGET_NR_epoll_create, "epoll_create" , NULL, NULL, NULL },
>  #endif
> 

Applied to my linux-user branch.

Thanks,
Laurent


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

end of thread, other threads:[~2019-10-21  9:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-30  9:01 [PATCH] linux-user: add strace for dup3 Andreas Schwab
2019-10-01  9:06 ` Philippe Mathieu-Daudé
2019-10-21  9:30 ` Laurent Vivier

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).