Re: [Qemu-devel] [PATCH v16 2/5] linux-user: Add support for strace for statx() syscall

2019-07-01 Thread Laurent Vivier
Le 28/06/2019 à 12:43, Aleksandar Markovic a écrit : > From: Jim Wilson > > 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

[Qemu-devel] [PATCH v16 2/5] linux-user: Add support for strace for statx() syscall

2019-06-28 Thread Aleksandar Markovic
From: Jim Wilson 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 r