[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH-for-5.2] docs/user: Display linux-user binaries nicely
|
From: |
Philippe Mathieu-Daudé |
|
Subject: |
Re: [PATCH-for-5.2] docs/user: Display linux-user binaries nicely |
|
Date: |
Thu, 19 Nov 2020 17:21:05 +0100 |
|
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 |
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é <f4bug@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)
...