qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] linux-user: fix support for timerfd_create on a


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] linux-user: fix support for timerfd_create on arm
Date: Mon, 18 May 2015 17:42:45 +0100

On 12 May 2015 at 13:27, Andreas Schwab <address@hidden> wrote:
> On arm the original timerfd syscall was reused for the new timerfd_create
> syscall.
>
> Signed-off-by: Andreas Schwab <address@hidden>
> ---
>  linux-user/arm/syscall_nr.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/linux-user/arm/syscall_nr.h b/linux-user/arm/syscall_nr.h
> index 7d7be7c..53552be 100644
> --- a/linux-user/arm/syscall_nr.h
> +++ b/linux-user/arm/syscall_nr.h
> @@ -354,7 +354,7 @@
>  #define TARGET_NR_kexec_load                   (347)
>  #define TARGET_NR_utimensat                    (348)
>  #define TARGET_NR_signalfd                     (349)
> -#define TARGET_NR_timerfd                      (350)
> +#define TARGET_NR_timerfd_create               (350)
>  #define TARGET_NR_eventfd                      (351)
>  #define TARGET_NR_fallocate                    (352)
>  #define TARGET_NR_timerfd_settime              (353)

Thanks for this patch; it's a dup of this one already on-list
and reviewed:
http://patchwork.ozlabs.org/patch/459490/

Riku: ping? or should I just take this via target-arm?

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]