[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] docs/system/deprecated: Move lm32 and unicore32 to the right
From: |
Laurent Vivier |
Subject: |
Re: [PATCH] docs/system/deprecated: Move lm32 and unicore32 to the right section |
Date: |
Wed, 23 Sep 2020 19:20:40 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
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