qemu-devel
[Top][All Lists]
Advanced

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

Re: [PULL 00/38] Linux user for 5.0 patches


From: Laurent Vivier
Subject: Re: [PULL 00/38] Linux user for 5.0 patches
Date: Tue, 17 Mar 2020 08:49:51 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

Le 16/03/2020 à 20:17, Peter Maydell a écrit :
> On Mon, 16 Mar 2020 at 17:43, Laurent Vivier <address@hidden> wrote:
>>
>> The following changes since commit 373c7068dd610e97f0b551b5a6d0a27cd6da4506:
>>
>>   qemu.nsi: Install Sphinx documentation (2020-03-09 16:45:00 +0000)
>>
>> are available in the Git repository at:
>>
>>   git://github.com/vivier/qemu.git tags/linux-user-for-5.0-pull-request
>>
>> for you to fetch changes up to 63e05b3db1e5f0560ae579050c53d1ee36ed5aca:
>>
>>   linux-user, openrisc: sync syscall numbers with kernel v5.5 (2020-03-16 
>> 14:20:07 +0100)
>>
>> ----------------------------------------------------------------
>> update syscall numbers to linux 5.5 (with scripts)
>> add futex_time64/clock_gettime64/clock_settime64
>> add AT_EXECFN
>> Emulate x86_64 vsyscalls
> 
> Compile failure, aarch32:
> 
> /home/peter.maydell/qemu/linux-user/syscall.c: In function 'do_sys_futex':
> /home/peter.maydell/qemu/linux-user/syscall.c:6946:16: error: implicit
> declaration of function 'sys_futex_time64'; did you mean
> 'safe_futex_time64'? [-Werror=implicit-function-declaration]
>          return sys_futex_time64(uaddr, op, val, timeout, uaddr2, val3);
>                 ^~~~~~~~~~~~~~~~
>                 safe_futex_time64
> 
> 
> Compile failure, x86-64 with clang:
> 
> /home/petmay01/linaro/qemu-for-merges/linux-user/syscall.c:1291:24:
> error: unused function 'copy_to_user_timezone'
> [-Werror,-Wunused-function]
> static inline abi_long copy_to_user_timezone(abi_ulong target_tz_addr,
>                        ^
> 1 error generated.
> /home/petmay01/linaro/qemu-for-merges/rules.mak:69: recipe for target
> 'linux-user/syscall.o' failed

Thank you.

I remove it from the list and re-send the pull request.

Laurent



reply via email to

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