On 1/10/23 09:39, Alex Bennée wrote:
The main reason to do this is to document our O_BINARY implementation
decision somewhere. However I've also moved some of the implementation
details out of qemu-options and added links between the two. As a
bonus I've highlighted the scary warnings about host access with the
appropriate RST tags.
Signed-off-by: Alex Bennée<alex.ben...@linaro.org>
---
docs/about/features.rst | 10 ++---
docs/specs/index.rst | 1 +
docs/specs/semihosting.rst | 79 ++++++++++++++++++++++++++++++++++++++
qemu-options.hx | 27 +++++--------
4 files changed, 95 insertions(+), 22 deletions(-)
create mode 100644 docs/specs/semihosting.rst
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~