qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 1/8] linux-user: Expose do_guest_openat() and do_guest_rea


From: Richard Henderson
Subject: Re: [PATCH v3 1/8] linux-user: Expose do_guest_openat() and do_guest_readlink()
Date: Tue, 6 Jun 2023 09:33:52 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/6/23 06:27, Ilya Leoshkevich wrote:
These functions will be required by the GDB stub in order to provide
the guest view of /proc to GDB.

Reviewed-by: Alex Bennée<alex.bennee@linaro.org>
Signed-off-by: Ilya Leoshkevich<iii@linux.ibm.com>
---
  linux-user/qemu.h    |  3 +++
  linux-user/syscall.c | 54 ++++++++++++++++++++++++++++----------------
  2 files changed, 38 insertions(+), 19 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]