qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] hmp: Add shortcut to stop command to match cont


From: BALATON Zoltan
Subject: Re: [PATCH v2] hmp: Add shortcut to stop command to match cont
Date: Mon, 1 Nov 2021 23:56:32 +0100 (CET)

Ping? This is really simple addition that sholdn't take long to review.

On Sat, 30 Oct 2021, BALATON Zoltan wrote:
Some commands such as quit or cont have one letter alternatives but
stop is missing that. Add stop|s to match cont|c for consistency and
convenience.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
c2: Fixed typo in commit title

hmp-commands.hx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hmp-commands.hx b/hmp-commands.hx
index cf723c69ac..07a738a8e2 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -382,7 +382,7 @@ SRST
ERST

    {
-        .name       = "stop",
+        .name       = "stop|s",
        .args_type  = "",
        .params     = "",
        .help       = "stop emulation",
@@ -390,7 +390,7 @@ ERST
    },

SRST
-``stop``
+``stop`` or ``s``
  Stop emulation.
ERST





reply via email to

[Prev in Thread] Current Thread [Next in Thread]