diff options
author | 2023-06-30 19:04:17 +0100 | |
---|---|---|
committer | 2023-07-03 12:52:34 +0100 | |
commit | 35be898e2f019bc63bffd02ab7fbd19287fd3cf4 (patch) | |
tree | c5414dd11bdf0df3597a9cdcc1de0b2a1722fd66 /gdbstub/user-target.c | |
parent | linux-user: Expose do_guest_openat() and do_guest_readlink() (diff) | |
download | qemu-35be898e2f019bc63bffd02ab7fbd19287fd3cf4.tar.xz qemu-35be898e2f019bc63bffd02ab7fbd19287fd3cf4.zip |
linux-user: Add "safe" parameter to do_guest_openat()
gdbstub cannot meaningfully handle QEMU_ERESTARTSYS, and it doesn't
need to. Add a parameter to do_guest_openat() that makes it use
openat() instead of safe_openat(), so that it becomes usable from
gdbstub.
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230621203627.1808446-3-iii@linux.ibm.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230630180423.558337-33-alex.bennee@linaro.org>
Diffstat (limited to 'gdbstub/user-target.c')
0 files changed, 0 insertions, 0 deletions