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

2024-10-01 Thread Laurent Vivier
Le 30/09/2024 à 19:07, 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 v8 2/2] linux-user: add strace support for openat2

2024-09-30 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