commit | 1c6ff7205bff49870dc3511f237b3ad90da5f5f7 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Apr 27 21:38:02 2022 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Jun 28 04:35:07 2022 +0530 |
tree | 0819760edaf7d88f6c43b3a040a861cab40e6cdb | |
parent | 3d5e2b4f26e077e9a8fd94659a1ce2dd49c134b7 [diff] |
semihosting: Split out guestfd.c In arm-compat-semi.c, we have more advanced treatment of guest file descriptors than we do in other implementations. Split out GuestFD and related functions to a new file so that they can be shared. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>