diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-02-28 15:36:09 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-03-06 10:05:12 +0000 |
commit | 44d79a6bd74b1e98394f456957f3c919c44cf4aa (patch) | |
tree | 762f97e9f0f89314fe0f2bf017961be8326f4149 /docs/system/target-xtensa.texi | |
parent | 705f48cc221fea128abdcc334606931e971229e4 (diff) |
docs: Roll semihosting option information into qemu-options.hx
Currently the per-target documentation for those targets that
implement semihosting includes a bit of text that goes into both the
manual and the manpage about options specific to the target. This
text is redundant with the earlier generic option description of the
semihosting option produced from qemu-options.hx. To avoid having
to create a lot of stub include files to include into the rST
generated qemu.1 manpage, roll target-specific bits of information
into the qemu-options.hx text, so the user doesn't have to look
in two places for this information.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20200228153619.9906-24-peter.maydell@linaro.org
Diffstat (limited to 'docs/system/target-xtensa.texi')
-rw-r--r-- | docs/system/target-xtensa.texi | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/system/target-xtensa.texi b/docs/system/target-xtensa.texi index 40327de6fa..1e6c04dccd 100644 --- a/docs/system/target-xtensa.texi +++ b/docs/system/target-xtensa.texi @@ -33,23 +33,3 @@ A range of Xtensa CPUs, default is the DC232B @item OpenCores 10/100 Mbps Ethernet MAC @end itemize - -@c man begin OPTIONS - -The following options are specific to the Xtensa emulation: - -@table @option - -@item -semihosting -Enable semihosting syscall emulation. - -Xtensa semihosting provides basic file IO calls, such as open/read/write/seek/select. -Tensilica baremetal libc for ISS and linux platform "sim" use this interface. - -Note that this allows guest direct access to the host filesystem, -so should only be used with trusted guest OS. - -@end table - -@c man end - |