Re: [PATCH RESEND 1/6] linux-user: Expose do_guest_openat() and do_guest_readlink()

2023-05-24 Thread Alex Bennée
Ilya Leoshkevich writes: > These functions will be required by the GDB stub in order to provide > the guest view of /proc to GDB. > > Signed-off-by: Ilya Leoshkevich Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH RESEND 1/6] linux-user: Expose do_guest_openat() and do_guest_readlink()

2023-05-10 Thread Ilya Leoshkevich
These functions will be required by the GDB stub in order to provide the guest view of /proc to GDB. Signed-off-by: Ilya Leoshkevich --- linux-user/qemu.h| 3 +++ linux-user/syscall.c | 54 2 files changed, 38 insertions(+), 19 deletions(-) diff