]> git.proxmox.com Git - mirror_qemu.git/commit - configure
linux-user: Implement sync_file_range{,2} syscalls
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 6 Jan 2011 11:05:10 +0000 (11:05 +0000)
committerRiku Voipio <riku.voipio@iki.fi>
Fri, 7 Jan 2011 15:13:22 +0000 (17:13 +0200)
commitc727f47d59641c43ce171126232fd8049296adf6
treefce1c2a0ebc893077b5ac9ca851d2f31f1f0566c
parent2a704b137f1acfbd972aa6e9f031c5015c7e28cb
linux-user: Implement sync_file_range{,2} syscalls

Implement the missing syscalls sync_file_range and sync_file_range2.
The latter in particular is used by newer versions of apt on Ubuntu
for ARM.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
configure
linux-user/strace.list
linux-user/syscall.c