qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs/system/deprecated: Move lm32 and unicore32 to the right section
@ 2020-09-23  8:00 Thomas Huth
  2020-09-23  8:32 ` Philippe Mathieu-Daudé
  2020-09-23 17:20 ` Laurent Vivier
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2020-09-23  8:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Peter Maydell

lm32 and unicore32 are softmmut targets, and not linux-user targets.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 docs/system/deprecated.rst | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst
index 0cb8b01424..e3dcf1f149 100644
--- a/docs/system/deprecated.rst
+++ b/docs/system/deprecated.rst
@@ -329,6 +329,22 @@ The ``compat`` property used to set backwards compatibility modes for
 the processor has been deprecated. The ``max-cpu-compat`` property of
 the ``pseries`` machine type should be used instead.
 
+``lm32`` CPUs (since 5.2.0)
+'''''''''''''''''''''''''''
+
+The ``lm32`` guest CPU support is deprecated and will be removed in
+a future version of QEMU. The only public user of this architecture
+was the milkymist project, which has been dead for years; there was
+never an upstream Linux port.
+
+``unicore32`` CPUs (since 5.2.0)
+''''''''''''''''''''''''''''''''
+
+The ``unicore32`` guest CPU support is deprecated and will be removed in
+a future version of QEMU. Support for this CPU was removed from the
+upstream Linux kernel, and there is no available upstream toolchain
+to build binaries for it.
+
 System emulator devices
 -----------------------
 
@@ -408,22 +424,6 @@ The above, converted to the current supported format::
 linux-user mode CPUs
 --------------------
 
-``lm32`` CPUs (since 5.2.0)
-'''''''''''''''''''''''''''
-
-The ``lm32`` guest CPU support is deprecated and will be removed in
-a future version of QEMU. The only public user of this architecture
-was the milkymist project, which has been dead for years; there was
-never an upstream Linux port.
-
-``unicore32`` CPUs (since 5.2.0)
-''''''''''''''''''''''''''''''''
-
-The ``unicore32`` guest CPU support is deprecated and will be removed in
-a future version of QEMU. Support for this CPU was removed from the
-upstream Linux kernel, and there is no available upstream toolchain
-to build binaries for it.
-
 ``tilegx`` CPUs (since 5.1.0)
 '''''''''''''''''''''''''''''
 
-- 
2.18.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs/system/deprecated: Move lm32 and unicore32 to the right section
  2020-09-23  8:00 [PATCH] docs/system/deprecated: Move lm32 and unicore32 to the right section Thomas Huth
@ 2020-09-23  8:32 ` Philippe Mathieu-Daudé
  2020-09-23 17:20 ` Laurent Vivier
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-09-23  8:32 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel; +Cc: qemu-trivial, Peter Maydell

On 9/23/20 10:00 AM, Thomas Huth wrote:
> lm32 and unicore32 are softmmut targets, and not linux-user targets.

Typo "softmmu" (else it sounds like soft mammoth targets).

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  docs/system/deprecated.rst | 32 ++++++++++++++++----------------
>  1 file changed, 16 insertions(+), 16 deletions(-)
> 
> diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst
> index 0cb8b01424..e3dcf1f149 100644
> --- a/docs/system/deprecated.rst
> +++ b/docs/system/deprecated.rst
> @@ -329,6 +329,22 @@ The ``compat`` property used to set backwards compatibility modes for
>  the processor has been deprecated. The ``max-cpu-compat`` property of
>  the ``pseries`` machine type should be used instead.
>  
> +``lm32`` CPUs (since 5.2.0)
> +'''''''''''''''''''''''''''
> +
> +The ``lm32`` guest CPU support is deprecated and will be removed in
> +a future version of QEMU. The only public user of this architecture
> +was the milkymist project, which has been dead for years; there was
> +never an upstream Linux port.
> +
> +``unicore32`` CPUs (since 5.2.0)
> +''''''''''''''''''''''''''''''''
> +
> +The ``unicore32`` guest CPU support is deprecated and will be removed in
> +a future version of QEMU. Support for this CPU was removed from the
> +upstream Linux kernel, and there is no available upstream toolchain
> +to build binaries for it.
> +
>  System emulator devices
>  -----------------------
>  
> @@ -408,22 +424,6 @@ The above, converted to the current supported format::
>  linux-user mode CPUs
>  --------------------
>  
> -``lm32`` CPUs (since 5.2.0)
> -'''''''''''''''''''''''''''
> -
> -The ``lm32`` guest CPU support is deprecated and will be removed in
> -a future version of QEMU. The only public user of this architecture
> -was the milkymist project, which has been dead for years; there was
> -never an upstream Linux port.
> -
> -``unicore32`` CPUs (since 5.2.0)
> -''''''''''''''''''''''''''''''''
> -
> -The ``unicore32`` guest CPU support is deprecated and will be removed in
> -a future version of QEMU. Support for this CPU was removed from the
> -upstream Linux kernel, and there is no available upstream toolchain
> -to build binaries for it.
> -
>  ``tilegx`` CPUs (since 5.1.0)
>  '''''''''''''''''''''''''''''
>  
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs/system/deprecated: Move lm32 and unicore32 to the right section
  2020-09-23  8:00 [PATCH] docs/system/deprecated: Move lm32 and unicore32 to the right section Thomas Huth
  2020-09-23  8:32 ` Philippe Mathieu-Daudé
@ 2020-09-23 17:20 ` Laurent Vivier
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Vivier @ 2020-09-23 17:20 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel; +Cc: qemu-trivial, Peter Maydell

Le 23/09/2020 à 10:00, Thomas Huth a écrit :
> lm32 and unicore32 are softmmut targets, and not linux-user targets.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  docs/system/deprecated.rst | 32 ++++++++++++++++----------------
>  1 file changed, 16 insertions(+), 16 deletions(-)
> 
> diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst
> index 0cb8b01424..e3dcf1f149 100644
> --- a/docs/system/deprecated.rst
> +++ b/docs/system/deprecated.rst
> @@ -329,6 +329,22 @@ The ``compat`` property used to set backwards compatibility modes for
>  the processor has been deprecated. The ``max-cpu-compat`` property of
>  the ``pseries`` machine type should be used instead.
>  
> +``lm32`` CPUs (since 5.2.0)
> +'''''''''''''''''''''''''''
> +
> +The ``lm32`` guest CPU support is deprecated and will be removed in
> +a future version of QEMU. The only public user of this architecture
> +was the milkymist project, which has been dead for years; there was
> +never an upstream Linux port.
> +
> +``unicore32`` CPUs (since 5.2.0)
> +''''''''''''''''''''''''''''''''
> +
> +The ``unicore32`` guest CPU support is deprecated and will be removed in
> +a future version of QEMU. Support for this CPU was removed from the
> +upstream Linux kernel, and there is no available upstream toolchain
> +to build binaries for it.
> +
>  System emulator devices
>  -----------------------
>  
> @@ -408,22 +424,6 @@ The above, converted to the current supported format::
>  linux-user mode CPUs
>  --------------------
>  
> -``lm32`` CPUs (since 5.2.0)
> -'''''''''''''''''''''''''''
> -
> -The ``lm32`` guest CPU support is deprecated and will be removed in
> -a future version of QEMU. The only public user of this architecture
> -was the milkymist project, which has been dead for years; there was
> -never an upstream Linux port.
> -
> -``unicore32`` CPUs (since 5.2.0)
> -''''''''''''''''''''''''''''''''
> -
> -The ``unicore32`` guest CPU support is deprecated and will be removed in
> -a future version of QEMU. Support for this CPU was removed from the
> -upstream Linux kernel, and there is no available upstream toolchain
> -to build binaries for it.
> -
>  ``tilegx`` CPUs (since 5.1.0)
>  '''''''''''''''''''''''''''''
>  
> 

Applied to my trivial-patches branch.

Thanks,
Laurent



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-23 17:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-23  8:00 [PATCH] docs/system/deprecated: Move lm32 and unicore32 to the right section Thomas Huth
2020-09-23  8:32 ` Philippe Mathieu-Daudé
2020-09-23 17:20 ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).