Re: [PATCH] linux-user: add openat2 support in linux-user

2024-08-28 Thread Richard Henderson
On 8/29/24 00:42, Michael Vogt wrote: This commit adds support for the `openat2()` syscall in the `linux-user` userspace emulator. It is implemented by extracting a new helper `maybe_do_fake_open()` out of the exiting `do_guest_openat()` and share that with the new `do_guest_openat2()`. Unfortun

[PATCH] linux-user: add openat2 support in linux-user

2024-08-28 Thread Michael Vogt
This commit adds support for the `openat2()` syscall in the `linux-user` userspace emulator. It is implemented by extracting a new helper `maybe_do_fake_open()` out of the exiting `do_guest_openat()` and share that with the new `do_guest_openat2()`. Unfortunatly we cannot just make do_guest_openat