diff mbox series

docs/system: Document the removal of "compat" property for POWER CPUs

Message ID 161399328834.51902.14269239378658110394.stgit@bahia.lan (mailing list archive)
State New, archived
Headers show
Series docs/system: Document the removal of "compat" property for POWER CPUs | expand

Commit Message

Greg Kurz Feb. 22, 2021, 11:28 a.m. UTC
This is just an oversight.

Fixes: f518be3aa35b ("target/ppc: Remove "compat" property of server class POWER CPUs")
Cc: groug@kaod.org
Signed-off-by: Greg Kurz <groug@kaod.org>
---
 docs/system/removed-features.rst |    6 ++++++
 1 file changed, 6 insertions(+)

Comments

Laurent Vivier March 9, 2021, 8:52 p.m. UTC | #1
Le 22/02/2021 à 12:28, Greg Kurz a écrit :
> This is just an oversight.
> 
> Fixes: f518be3aa35b ("target/ppc: Remove "compat" property of server class POWER CPUs")
> Cc: groug@kaod.org
> Signed-off-by: Greg Kurz <groug@kaod.org>
> ---
>  docs/system/removed-features.rst |    6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst
> index c8481cafbd5c..04ffa90d48ca 100644
> --- a/docs/system/removed-features.rst
> +++ b/docs/system/removed-features.rst
> @@ -115,6 +115,12 @@ The RISC-V no MMU cpus have been removed. The two CPUs: ``rv32imacu-nommu`` and
>  ``rv64imacu-nommu`` can no longer be used. Instead the MMU status can be specified
>  via the CPU ``mmu`` option when using the ``rv32`` or ``rv64`` CPUs.
>  
> +``compat`` property of server class POWER CPUs (removed in 6.0)
> +'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
> +
> +The ``max-cpu-compat`` property of the ``pseries`` machine type should be used
> +instead.
> +
>  System emulator machines
>  ------------------------
>  

Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Greg Kurz March 9, 2021, 11:06 p.m. UTC | #2
On Tue, 9 Mar 2021 21:52:40 +0100
Laurent Vivier <laurent@vivier.eu> wrote:

> Le 22/02/2021 à 12:28, Greg Kurz a écrit :
> > This is just an oversight.
> > 
> > Fixes: f518be3aa35b ("target/ppc: Remove "compat" property of server class POWER CPUs")
> > Cc: groug@kaod.org
> > Signed-off-by: Greg Kurz <groug@kaod.org>
> > ---
> >  docs/system/removed-features.rst |    6 ++++++
> >  1 file changed, 6 insertions(+)
> > 
> > diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst
> > index c8481cafbd5c..04ffa90d48ca 100644
> > --- a/docs/system/removed-features.rst
> > +++ b/docs/system/removed-features.rst
> > @@ -115,6 +115,12 @@ The RISC-V no MMU cpus have been removed. The two CPUs: ``rv32imacu-nommu`` and
> >  ``rv64imacu-nommu`` can no longer be used. Instead the MMU status can be specified
> >  via the CPU ``mmu`` option when using the ``rv32`` or ``rv64`` CPUs.
> >  
> > +``compat`` property of server class POWER CPUs (removed in 6.0)
> > +'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
> > +
> > +The ``max-cpu-compat`` property of the ``pseries`` machine type should be used
> > +instead.
> > +
> >  System emulator machines
> >  ------------------------
> >  
> 
> Reviewed-by: Laurent Vivier <laurent@vivier.eu>
> 

I was thinking this was simple enough to go through the trivial tree. :)
Laurent Vivier March 10, 2021, 7:57 a.m. UTC | #3
Le 10/03/2021 à 00:06, Greg Kurz a écrit :
> On Tue, 9 Mar 2021 21:52:40 +0100
> Laurent Vivier <laurent@vivier.eu> wrote:
> 
>> Le 22/02/2021 à 12:28, Greg Kurz a écrit :
>>> This is just an oversight.
>>>
>>> Fixes: f518be3aa35b ("target/ppc: Remove "compat" property of server class POWER CPUs")
>>> Cc: groug@kaod.org
>>> Signed-off-by: Greg Kurz <groug@kaod.org>
>>> ---
>>>  docs/system/removed-features.rst |    6 ++++++
>>>  1 file changed, 6 insertions(+)
>>>
>>> diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst
>>> index c8481cafbd5c..04ffa90d48ca 100644
>>> --- a/docs/system/removed-features.rst
>>> +++ b/docs/system/removed-features.rst
>>> @@ -115,6 +115,12 @@ The RISC-V no MMU cpus have been removed. The two CPUs: ``rv32imacu-nommu`` and
>>>  ``rv64imacu-nommu`` can no longer be used. Instead the MMU status can be specified
>>>  via the CPU ``mmu`` option when using the ``rv32`` or ``rv64`` CPUs.
>>>  
>>> +``compat`` property of server class POWER CPUs (removed in 6.0)
>>> +'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
>>> +
>>> +The ``max-cpu-compat`` property of the ``pseries`` machine type should be used
>>> +instead.
>>> +
>>>  System emulator machines
>>>  ------------------------
>>>  
>>
>> Reviewed-by: Laurent Vivier <laurent@vivier.eu>
>>
> 
> I was thinking this was simple enough to go through the trivial tree. :)
> 

It is, but an A-b or R-b from David don't hurt :)

Laurent
Laurent Vivier April 30, 2021, 5:16 p.m. UTC | #4
Le 22/02/2021 à 12:28, Greg Kurz a écrit :
> This is just an oversight.
> 
> Fixes: f518be3aa35b ("target/ppc: Remove "compat" property of server class POWER CPUs")
> Cc: groug@kaod.org
> Signed-off-by: Greg Kurz <groug@kaod.org>
> ---
>  docs/system/removed-features.rst |    6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst
> index c8481cafbd5c..04ffa90d48ca 100644
> --- a/docs/system/removed-features.rst
> +++ b/docs/system/removed-features.rst
> @@ -115,6 +115,12 @@ The RISC-V no MMU cpus have been removed. The two CPUs: ``rv32imacu-nommu`` and
>  ``rv64imacu-nommu`` can no longer be used. Instead the MMU status can be specified
>  via the CPU ``mmu`` option when using the ``rv32`` or ``rv64`` CPUs.
>  
> +``compat`` property of server class POWER CPUs (removed in 6.0)
> +'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
> +
> +The ``max-cpu-compat`` property of the ``pseries`` machine type should be used
> +instead.
> +
>  System emulator machines
>  ------------------------
>  
> 
> 
> 

Better late than never:

Applied to my trivial-patches branch.

+cc stable

Thanks,
Laurent
diff mbox series

Patch

diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst
index c8481cafbd5c..04ffa90d48ca 100644
--- a/docs/system/removed-features.rst
+++ b/docs/system/removed-features.rst
@@ -115,6 +115,12 @@  The RISC-V no MMU cpus have been removed. The two CPUs: ``rv32imacu-nommu`` and
 ``rv64imacu-nommu`` can no longer be used. Instead the MMU status can be specified
 via the CPU ``mmu`` option when using the ``rv32`` or ``rv64`` CPUs.
 
+``compat`` property of server class POWER CPUs (removed in 6.0)
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+The ``max-cpu-compat`` property of the ``pseries`` machine type should be used
+instead.
+
 System emulator machines
 ------------------------