linux-user: Add support for syncfs() syscall
commit5a03cd009ae8d9c819c3f24f16695f8a334b8ad9
authorAleksandar Markovic <aleksandar.markovic@imgtec.com>
Mon, 10 Oct 2016 11:23:30 +0000 (10 13:23 +0200)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 21 Oct 2016 12:20:13 +0000 (21 15:20 +0300)
treed86a30aef0ffce1c052152b0106ac6f61e44280d
parent38860a0343df894a1c3371597eb4d305078642fb
linux-user: Add support for syncfs() syscall

This patch implements Qemu user mode syncfs() syscall support. Syscall
syncfs() syncs the filesystem containing file determined by the open
file descriptor passed as the argument to syncfs().

The implementation consists of a straightforward invocation of host's
syncfs(). Configure and strace support is included as well.

Signed-off-by: Aleksandar Markovic <aleksandar.markovic@imgtec.com>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
configure
linux-user/strace.list
linux-user/syscall.c