From: Laurent Vivier <laurent@vivier.eu>
To: Riku Voipio <riku.voipio@iki.fi>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] linux-user,ppc: synchronize syscall_nr.h
Date: Mon, 1 Feb 2016 14:40:27 +0100 [thread overview]
Message-ID: <56AF604B.9080202@vivier.eu> (raw)
In-Reply-To: <1453158514-5976-1-git-send-email-laurent@vivier.eu>
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
>
prev parent reply other threads:[~2016-02-01 13:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=56AF604B.9080202@vivier.eu \
--to=laurent@vivier.eu \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@iki.fi \
/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.