Re: [PATCH 3/4] semihosting: add semihosting section to the docs

2023-01-20 Thread Alex Bennée
Peter Maydell writes: > On Fri, 13 Jan 2023 at 13:39, Alex Bennée wrote: >> >> diff --git a/qemu-options.hx b/qemu-options.hx >> index 3aa3a2f5a3..de3a368f58 100644 >> --- a/qemu-options.hx >> +++ b/qemu-options.hx >> @@ -4633,10 +4633,13 @@ DEF("semihosting", 0, QEMU_OPTION_semihosting, >>

Re: [PATCH 3/4] semihosting: add semihosting section to the docs

2023-01-17 Thread Peter Maydell
On Fri, 13 Jan 2023 at 13: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

[PATCH 3/4] semihosting: add semihosting section to the docs

2023-01-13 Thread Alex Bennée
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.