qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 0/8] linux-user update


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 0/8] linux-user update
Date: Fri, 19 Feb 2016 16:42:34 +0000

On 19 February 2016 at 13:42,  <address@hidden> wrote:
> From: Riku Voipio <address@hidden>
>
> The following changes since commit 3fc63c3f339a61f4e4526f88150927424744f687:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into 
> staging (2016-02-16 17:31:56 +0000)
>
> are available in the git repository at:
>
>   git://git.linaro.org/people/riku.voipio/qemu.git 
> tags/pull-linux-user-20160219
>
> for you to fetch changes up to eaba57cb8145afd3e93bc7cc556a3ba7daad6c40:
>
>   linux-user: correct timerfd_create syscall numbers (2016-02-17 10:11:01 
> +0200)
>
> ----------------------------------------------------------------
> Linux-user update for february
>

Hi. Unfortunately this didn't build on AArch64:

/home/petmay01/qemu/linux-user/syscall.c: In function 'getrandom':
/home/petmay01/qemu/linux-user/syscall.c:146:17: error:
'__NR_getrandom' undeclared (first use in this function)
  return syscall(__NR_##name, arg1, arg2, arg3);  \
                 ^
/home/petmay01/qemu/linux-user/syscall.c:253:1: note: in expansion of
macro '_syscall3'
 _syscall3(int, getrandom, void *, buf, size_t, buflen, unsigned int, flags)
 ^
/home/petmay01/qemu/linux-user/syscall.c:146:17: note: each undeclared
identifier is reported only once for each function it appears in
  return syscall(__NR_##name, arg1, arg2, arg3);  \
                 ^
/home/petmay01/qemu/linux-user/syscall.c:253:1: note: in expansion of
macro '_syscall3'
 _syscall3(int, getrandom, void *, buf, size_t, buflen, unsigned int, flags)
 ^
/home/petmay01/qemu/linux-user/syscall.c:253:1: error: control reaches
end of non-void function [-Werror=return-type]
 _syscall3(int, getrandom, void *, buf, size_t, buflen, unsigned int, flags)
 ^
cc1: all warnings being treated as errors

thanks
-- PMM



reply via email to

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