* [Qemu-devel] [PATCH] linux-user,ppc: synchronize syscall_nr.h
@ 2016-01-18 23:08 Laurent Vivier
2016-02-01 13:40 ` Laurent Vivier
0 siblings, 1 reply; 2+ messages in thread
From: Laurent Vivier @ 2016-01-18 23:08 UTC (permalink / raw)
To: Riku Voipio; +Cc: qemu-devel, Laurent Vivier
Synchronize with include/uapi/asm/unistd.h from kernel v4.4
This allows to use timerfd_create().
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
linux-user/ppc/syscall_nr.h | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/linux-user/ppc/syscall_nr.h b/linux-user/ppc/syscall_nr.h
index 1e1736e..7382294 100644
--- a/linux-user/ppc/syscall_nr.h
+++ b/linux-user/ppc/syscall_nr.h
@@ -319,7 +319,7 @@
#define TARGET_NR_epoll_pwait 303
#define TARGET_NR_utimensat 304
#define TARGET_NR_signalfd 305
-#define TARGET_NR_timerfd 306
+#define TARGET_NR_timerfd_create 306
#define TARGET_NR_eventfd 307
#define TARGET_NR_sync_file_range2 308
#define TARGET_NR_fallocate 309
@@ -368,3 +368,15 @@
#define TARGET_NR_process_vm_writev 352
#define TARGET_NR_finit_module 353
#define TARGET_NR_kcmp 354
+#define TARGET_NR_sched_setattr 355
+#define TARGET_NR_sched_getattr 356
+#define TARGET_NR_renameat2 357
+#define TARGET_NR_seccomp 358
+#define TARGET_NR_getrandom 359
+#define TARGET_NR_memfd_create 360
+#define TARGET_NR_bpf 361
+#define TARGET_NR_execveat 362
+#define TARGET_NR_switch_endian 363
+#define TARGET_NR_userfaultfd 364
+#define TARGET_NR_membarrier 365
+#define TARGET_NR_mlock2 378
--
2.5.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] linux-user,ppc: synchronize syscall_nr.h
2016-01-18 23:08 [Qemu-devel] [PATCH] linux-user,ppc: synchronize syscall_nr.h Laurent Vivier
@ 2016-02-01 13:40 ` Laurent Vivier
0 siblings, 0 replies; 2+ messages in thread
From: Laurent Vivier @ 2016-02-01 13:40 UTC (permalink / raw)
To: Riku Voipio; +Cc: qemu-devel
Ping ?
Le 19/01/2016 00:08, Laurent Vivier a écrit :
> Synchronize with include/uapi/asm/unistd.h from kernel v4.4
>
> This allows to use timerfd_create().
>
> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
> ---
> linux-user/ppc/syscall_nr.h | 14 +++++++++++++-
> 1 file changed, 13 insertions(+), 1 deletion(-)
>
> diff --git a/linux-user/ppc/syscall_nr.h b/linux-user/ppc/syscall_nr.h
> index 1e1736e..7382294 100644
> --- a/linux-user/ppc/syscall_nr.h
> +++ b/linux-user/ppc/syscall_nr.h
> @@ -319,7 +319,7 @@
> #define TARGET_NR_epoll_pwait 303
> #define TARGET_NR_utimensat 304
> #define TARGET_NR_signalfd 305
> -#define TARGET_NR_timerfd 306
> +#define TARGET_NR_timerfd_create 306
> #define TARGET_NR_eventfd 307
> #define TARGET_NR_sync_file_range2 308
> #define TARGET_NR_fallocate 309
> @@ -368,3 +368,15 @@
> #define TARGET_NR_process_vm_writev 352
> #define TARGET_NR_finit_module 353
> #define TARGET_NR_kcmp 354
> +#define TARGET_NR_sched_setattr 355
> +#define TARGET_NR_sched_getattr 356
> +#define TARGET_NR_renameat2 357
> +#define TARGET_NR_seccomp 358
> +#define TARGET_NR_getrandom 359
> +#define TARGET_NR_memfd_create 360
> +#define TARGET_NR_bpf 361
> +#define TARGET_NR_execveat 362
> +#define TARGET_NR_switch_endian 363
> +#define TARGET_NR_userfaultfd 364
> +#define TARGET_NR_membarrier 365
> +#define TARGET_NR_mlock2 378
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-01 13:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-18 23:08 [Qemu-devel] [PATCH] linux-user,ppc: synchronize syscall_nr.h Laurent Vivier
2016-02-01 13:40 ` 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).