mirror of
https://github.com/qemu/qemu.git
synced 2026-02-04 02:24:51 +00:00
hmp-commands-info.hx: Move definition of "info accel"
Commit c10eb74010 (accel/system: Add 'info accel' on human monitor)
inserted "info accel" in the middle of "info sync-profile". Move it
behind "info sync-profile".
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dave@treblig.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20260116005050.376616-2-dave@treblig.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
committed by
Philippe Mathieu-Daudé
parent
f46f05b6d8
commit
688f20dbde
@@ -267,18 +267,6 @@ ERST
|
||||
.cmd = hmp_info_sync_profile,
|
||||
},
|
||||
|
||||
{
|
||||
.name = "accel",
|
||||
.args_type = "",
|
||||
.params = "",
|
||||
.help = "show accelerator statistics",
|
||||
},
|
||||
|
||||
SRST
|
||||
``info accel``
|
||||
Show accelerator statistics.
|
||||
ERST
|
||||
|
||||
SRST
|
||||
``info sync-profile [-m|-n]`` [*max*]
|
||||
Show synchronization profiling info, up to *max* entries (default: 10),
|
||||
@@ -294,6 +282,18 @@ SRST
|
||||
being coalesced.
|
||||
ERST
|
||||
|
||||
{
|
||||
.name = "accel",
|
||||
.args_type = "",
|
||||
.params = "",
|
||||
.help = "show accelerator statistics",
|
||||
},
|
||||
|
||||
SRST
|
||||
``info accel``
|
||||
Show accelerator statistics.
|
||||
ERST
|
||||
|
||||
{
|
||||
.name = "kvm",
|
||||
.args_type = "",
|
||||
|
||||
Reference in New Issue
Block a user