summaryrefslogtreecommitdiffstats
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorPaolo Bonzini2020-10-27 11:56:32 +0100
committerPaolo Bonzini2020-12-15 18:51:57 +0100
commitebe3444468a4913e0208db1f74ea9336c7580202 (patch)
tree47e759c1859aa308f5f81717376a05ea4df8be25 /hmp-commands.hx
parentmemory: allow creating MemoryRegions before accelerators (diff)
downloadqemu-ebe3444468a4913e0208db1f74ea9336c7580202.tar.gz
qemu-ebe3444468a4913e0208db1f74ea9336c7580202.tar.xz
qemu-ebe3444468a4913e0208db1f74ea9336c7580202.zip
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