diff options
author | Bruno Larsen (billionai) | 2021-05-31 16:56:27 +0200 |
---|---|---|
committer | David Gibson | 2021-06-03 10:10:31 +0200 |
commit | ca24b0b9334cd8838527edfc8b9b183326f81714 (patch) | |
tree | 9d1df81d477e4374a0d8232b9ad2e01321bb798c /docs | |
parent | hw/core/cpu: removed cpu_dump_statistics function (diff) | |
download | qemu-ca24b0b9334cd8838527edfc8b9b183326f81714.tar.gz qemu-ca24b0b9334cd8838527edfc8b9b183326f81714.tar.xz qemu-ca24b0b9334cd8838527edfc8b9b183326f81714.zip |
HMP: added info cpustats to removed_features.rst
Documented the removal of the HMP command info cpustats
Signed-off-by: Bruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
Message-Id: <20210531145629.21300-3-bruno.larsen@eldorado.org.br>
Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
Reviewed-by: Lucas Mateus <lucas.araujo@eldorado.org.br>
Reviewed-by: Greg Kurz <groug@kaod.org>
[dwg: Fix a Sphinx formatting error]
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/removed-features.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst index 5a462ac568..1d22195b1d 100644 --- a/docs/system/removed-features.rst +++ b/docs/system/removed-features.rst @@ -249,6 +249,11 @@ Use ``migrate-set-parameters`` and ``info migrate-parameters`` instead. Use ``migrate-set-parameters`` instead. +``info cpustats`` (removed in 6.1) +'''''''''''''''''''''''''''''''''' + +This command didn't produce any output already. Removed with no replacement. + Guest Emulator ISAs ------------------- |