On Fri, 20 Mar 2020 at 15:27, Laurent Vivier <laur...@vivier.eu> 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 a64ddbb03acf1ee916c826ae89e0e1aa6500d5ae: > > linux-user, openrisc: sync syscall numbers with kernel v5.5 (2020-03-20 > 16:02:00 +0100) > > ---------------------------------------------------------------- > update syscall numbers to linux 5.5 (with scripts) > add clock_gettime64/clock_settime64 > add AT_EXECFN > > v4: restore syscall.tbl series but remove vsyscall series > v3: remove syscall.tbl series > v2: guard copy_to_user_timezone() with TARGET_NR_gettimeofday > remove "Support futex_time64" patch > guard sys_futex with TARGET_NR_exit > > ----------------------------------------------------------------
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0 for any user-visible changes. -- PMM