diff mbox series

HMP: added cpustats to removed_features.rst

Message ID 20210527165034.23562-1-bruno.larsen@eldorado.org.br
State New
Headers show
Series HMP: added cpustats to removed_features.rst | expand

Commit Message

Bruno Larsen (billionai) May 27, 2021, 4:50 p.m. UTC
Documented the removal of the HMP command cpustats

Signed-off-by: Bruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
---
 docs/system/removed-features.rst | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Greg Kurz May 27, 2021, 5:10 p.m. UTC | #1
On Thu, 27 May 2021 13:50:34 -0300
"Bruno Larsen (billionai)" <bruno.larsen@eldorado.org.br> wrote:

> Documented the removal of the HMP command cpustats
> 

It is the 'info cpustats' command.

> Signed-off-by: Bruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
> ---
>  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 5a462ac568..a88ff7aff4 100644
> --- a/docs/system/removed-features.rst
> +++ b/docs/system/removed-features.rst
> @@ -249,6 +249,12 @@ Use ``migrate-set-parameters`` and ``info migrate-parameters`` instead.
>  
>  Use ``migrate-set-parameters`` instead.
>  
> +``cpustats`` (removed in 6.1)
> +'''''''''''''''''''''''''''''

ditto

> +
> +This command didn't produce any output already. Removed to avoid expectations
> +of maintaining/fixing it.
> +

s/to avoid... it/with no replacement/ because that's what users
are interested in.

>  Guest Emulator ISAs
>  -------------------
>
Alex Bennée May 28, 2021, 3:29 p.m. UTC | #2
Greg Kurz <groug@kaod.org> writes:

> On Thu, 27 May 2021 13:50:34 -0300
> "Bruno Larsen (billionai)" <bruno.larsen@eldorado.org.br> wrote:
>
>> Documented the removal of the HMP command cpustats
>> 
>
> It is the 'info cpustats' command.
>
>> Signed-off-by: Bruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
>> ---
>>  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 5a462ac568..a88ff7aff4 100644
>> --- a/docs/system/removed-features.rst
>> +++ b/docs/system/removed-features.rst
>> @@ -249,6 +249,12 @@ Use ``migrate-set-parameters`` and ``info migrate-parameters`` instead.
>>  
>>  Use ``migrate-set-parameters`` instead.
>>  
>> +``cpustats`` (removed in 6.1)
>> +'''''''''''''''''''''''''''''
>
> ditto
>
>> +
>> +This command didn't produce any output already. Removed to avoid expectations
>> +of maintaining/fixing it.
>> +
>
> s/to avoid... it/with no replacement/ because that's what users
> are interested in.

We could point to alternatives:

  This command hasn't produced any output for some time and the build
  was broken anyway. If users are interested in gathering similar
  information in the future they should investigate collecting it with
  TCG plugins.

?

>
>>  Guest Emulator ISAs
>>  -------------------
>>
diff mbox series

Patch

diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst
index 5a462ac568..a88ff7aff4 100644
--- a/docs/system/removed-features.rst
+++ b/docs/system/removed-features.rst
@@ -249,6 +249,12 @@  Use ``migrate-set-parameters`` and ``info migrate-parameters`` instead.
 
 Use ``migrate-set-parameters`` instead.
 
+``cpustats`` (removed in 6.1)
+'''''''''''''''''''''''''''''
+
+This command didn't produce any output already. Removed to avoid expectations
+of maintaining/fixing it.
+
 Guest Emulator ISAs
 -------------------