From: BALATON Zoltan Date: Sat, 30 Oct 2021 09:49:37 +0000 (+0200) Subject: hmp: Add shortcut to stop command to match cont X-Git-Tag: qemu-xen-4.17.0-rc4~232^2~5 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=de4cf848b19e32fa59ee4dc908de49d5b282152b;p=qemu-xen.git hmp: Add shortcut to stop command to match cont 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 Reviewed-by: Daniel P. Berrangé Message-Id: <20211030095225.513D4748F48@zero.eik.bme.hu> Signed-off-by: Laurent Vivier --- diff --git a/hmp-commands.hx b/hmp-commands.hx index 3a5aeba3fe..70a9136ac2 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