Re: [Qemu-devel] [PATCH v3 1/3] linux-user: Add support for statx() syscall

2018-10-30 Thread Laurent Vivier
Le 30/10/2018 à 13:55, Aleksandar Markovic a écrit : > From: Aleksandar Rikalo > > Implement support for translation of system call statx(). The > implementation includes invoking other (more mature) syscalls > (from the same 'stat' family) on the host side. This way, > problems of availability

[Qemu-devel] [PATCH v3 1/3] linux-user: Add support for statx() syscall

2018-10-30 Thread Aleksandar Markovic
From: Aleksandar Rikalo Implement support for translation of system call statx(). The implementation includes invoking other (more mature) syscalls (from the same 'stat' family) on the host side. This way, problems of availability of statx() on the host side are avoided. On some systems with