Re: [PATCH v7 2/2] linux-user: add strace support for openat2

2024-09-28 Thread Laurent Vivier
Le 23/09/2024 à 21:37, Michael Vogt a écrit : This commit adds support for the `openat2()` to `QEMU_STRACE`. It will use the `openat2.h` header if available to create user readable flags for the `resolve` argument but does not require the header otherwise. It also makes `copy_struct_from_user()`

[PATCH v7 2/2] linux-user: add strace support for openat2

2024-09-23 Thread Michael Vogt
This commit adds support for the `openat2()` to `QEMU_STRACE`. It will use the `openat2.h` header if available to create user readable flags for the `resolve` argument but does not require the header otherwise. It also makes `copy_struct_from_user()` available via `qemu.h` and `open_how_ver0` via