]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Add support for strace for statx() syscall
authorJim Wilson <jimw@sifive.com>
Fri, 28 Jun 2019 10:43:35 +0000 (12:43 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 2 Jul 2019 14:56:46 +0000 (16:56 +0200)
commitd42744fe0417a3b88f04f32881b7af9f48de3d2c
tree2a60ed6bc802cd56907b9184dd64c1ab26a0cb47
parentefa921845c03ef4df6b9d4b3b1ee1a103e7d4b46
linux-user: Add support for strace for statx() syscall

All of the flags need to be conditional as old systems don't have
statx support.  Otherwise it works the same as other stat family
syscalls.  This requires the pending patch to add statx support.

Tested on Ubuntu 16.04 (no host statx) and Ubuntu 19.04 (with host
statx) using a riscv32-linux toolchain.

Signed-off-by: Jim Wilson <jimw@sifive.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <1561718618-20218-3-git-send-email-aleksandar.markovic@rt-rk.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/strace.c
linux-user/strace.list