diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2022-04-27 21:38:02 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2022-06-28 04:35:07 +0530 |
commit | 1c6ff7205bff49870dc3511f237b3ad90da5f5f7 (patch) | |
tree | 0819760edaf7d88f6c43b3a040a861cab40e6cdb /configs/targets/arm-linux-user.mak | |
parent | 3d5e2b4f26e077e9a8fd94659a1ce2dd49c134b7 (diff) | |
download | qemu-1c6ff7205bff49870dc3511f237b3ad90da5f5f7.zip qemu-1c6ff7205bff49870dc3511f237b3ad90da5f5f7.tar.gz qemu-1c6ff7205bff49870dc3511f237b3ad90da5f5f7.tar.bz2 |
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>
Diffstat (limited to 'configs/targets/arm-linux-user.mak')
-rw-r--r-- | configs/targets/arm-linux-user.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/targets/arm-linux-user.mak b/configs/targets/arm-linux-user.mak index 3e10d6b..7f5d657 100644 --- a/configs/targets/arm-linux-user.mak +++ b/configs/targets/arm-linux-user.mak @@ -3,4 +3,5 @@ TARGET_SYSTBL_ABI=common,oabi TARGET_SYSTBL=syscall.tbl TARGET_XML_FILES= gdb-xml/arm-core.xml gdb-xml/arm-vfp.xml gdb-xml/arm-vfp3.xml gdb-xml/arm-vfp-sysregs.xml gdb-xml/arm-neon.xml gdb-xml/arm-m-profile.xml gdb-xml/arm-m-profile-mve.xml TARGET_HAS_BFLT=y +CONFIG_SEMIHOSTING=y CONFIG_ARM_COMPATIBLE_SEMIHOSTING=y |