aboutsummaryrefslogtreecommitdiff
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-10-27 06:56:32 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-12-15 12:51:57 -0500
commitebe3444468a4913e0208db1f74ea9336c7580202 (patch)
tree47e759c1859aa308f5f81717376a05ea4df8be25 /hmp-commands.hx
parent0a2949e0be1d7320e4714b26ef60ac4d874dd64f (diff)
monitor: allow quitting while in preconfig state
Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r--hmp-commands.hx1
1 files changed, 1 insertions, 0 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index dd460eb908..470a420c2d 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -45,6 +45,7 @@ ERST
.params = "",
.help = "quit the emulator",
.cmd = hmp_quit,
+ .flags = "p",
},
SRST