[Qemu-devel] [PATCH v7 80/80] qemu-doc: Add nanoMIPS-related items

Aleksandar Markovic posted 80 patches 7 years, 3 months ago
There is a newer version of this series
[Qemu-devel] [PATCH v7 80/80] qemu-doc: Add nanoMIPS-related items
Posted by Aleksandar Markovic 7 years, 3 months ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

Add nanoMIPS-related items in qemu-doc.texi

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Stefan Markovic <smarkovic@wavecomp.com>
---
 qemu-doc.texi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/qemu-doc.texi b/qemu-doc.texi
index 8ea6bfa..ab2471d 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -2705,6 +2705,8 @@ The binary format is detected automatically.
 
 @command{qemu-mipsn32el} executes 32-bit little endian MIPS binaries (MIPS N32 ABI).
 
+@command{qemu-nanomips} executes 32-bit little endian nanoMIPS binaries (MIPS P32 ABI).
+
 @cindex user mode (NiosII)
 @command{qemu-nios2} TODO.
 
-- 
2.7.4


Re: [Qemu-devel] [PATCH v7 80/80] qemu-doc: Add nanoMIPS-related items
Posted by Thomas Huth 7 years, 2 months ago
On 08/06/2018 07:00 PM, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
> 
> Add nanoMIPS-related items in qemu-doc.texi
> 
> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
> Signed-off-by: Stefan Markovic <smarkovic@wavecomp.com>
> ---
>  qemu-doc.texi | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index 8ea6bfa..ab2471d 100644
> --- a/qemu-doc.texi
> +++ b/qemu-doc.texi
> @@ -2705,6 +2705,8 @@ The binary format is detected automatically.
>  
>  @command{qemu-mipsn32el} executes 32-bit little endian MIPS binaries (MIPS N32 ABI).
>  
> +@command{qemu-nanomips} executes 32-bit little endian nanoMIPS binaries (MIPS P32 ABI).
> +
>  @cindex user mode (NiosII)
>  @command{qemu-nios2} TODO.

I think you could merge this with patch 79/80. Anyway:

Reviewed-by: Thomas Huth <thuth@redhat.com>