On 11/19/20 5:08 PM, Philippe Mathieu-Daudé wrote: > linux-user binaries are displayed altogether. Use the '*' > character to force displaying them as bullet list (one list > per architecture). > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > docs/user/main.rst | 99 ++++++++++++++++++++++++++-------------------- > 1 file changed, 56 insertions(+), 43 deletions(-)
Patch easier to review using 'git-diff --word-diff=porcelain'. > > diff --git a/docs/user/main.rst b/docs/user/main.rst > index bd99b0fdbe9..8dfe232a3af 100644 > --- a/docs/user/main.rst > +++ b/docs/user/main.rst > @@ -170,68 +170,81 @@ QEMU_STRACE > Other binaries > ~~~~~~~~~~~~~~ > > -user mode (Alpha) > -``qemu-alpha`` TODO. > +- user mode (Alpha) > > -user mode (Arm) > -``qemu-armeb`` TODO. > + * ``qemu-alpha`` TODO. > > -user mode (Arm) > -``qemu-arm`` is also capable of running Arm \"Angel\" semihosted ELF > -binaries (as implemented by the arm-elf and arm-eabi Newlib/GDB > -configurations), and arm-uclinux bFLT format binaries. > +- user mode (Arm) > > -user mode (ColdFire) > -user mode (M68K) > -``qemu-m68k`` is capable of running semihosted binaries using the BDM > -(m5xxx-ram-hosted.ld) or m68k-sim (sim.ld) syscall interfaces, and > -coldfire uClinux bFLT format binaries. > + * ``qemu-armeb`` TODO. > > -The binary format is detected automatically. > + * ``qemu-arm`` is also capable of running Arm \"Angel\" semihosted ELF > + binaries (as implemented by the arm-elf and arm-eabi Newlib/GDB > + configurations), and arm-uclinux bFLT format binaries. > > -user mode (Cris) > -``qemu-cris`` TODO. > +- user mode (ColdFire) ...