diff options
author | Richard Henderson | 2021-11-09 11:34:30 +0100 |
---|---|---|
committer | Richard Henderson | 2021-11-09 11:34:30 +0100 |
commit | 21cc2bda7fda39ba749da607d6db50f55354f1fb (patch) | |
tree | f85a97d8f16c058985f87beee9ef48df5a57fb7c /hmp-commands.hx | |
parent | Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211109-pu... (diff) | |
parent | docs/about/deprecated: Remove empty 'related binaries' section (diff) | |
download | qemu-21cc2bda7fda39ba749da607d6db50f55354f1fb.tar.gz qemu-21cc2bda7fda39ba749da607d6db50f55354f1fb.tar.xz qemu-21cc2bda7fda39ba749da607d6db50f55354f1fb.zip |
Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull-request' into staging
Trivial branch patches pull request 20211109
# gpg: Signature made Tue 09 Nov 2021 10:12:04 AM CET
# gpg: using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C
# gpg: issuer "laurent@vivier.eu"
# gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
# gpg: aka "Laurent Vivier <laurent@vivier.eu>" [full]
# gpg: aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full]
* remotes/vivier/tags/trivial-branch-for-6.2-pull-request:
docs/about/deprecated: Remove empty 'related binaries' section
tests/qtest/virtio-net: fix hotplug test case
meson: Fix 'interpretor' typo
.mailmap: Fix more contributor entries
hw/m68k: Fix typo in SPDX tag
hmp: Add shortcut to stop command to match cont
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |