mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
monitor: allow quitting while in preconfig state
Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -45,6 +45,7 @@ ERST
|
||||
.params = "",
|
||||
.help = "quit the emulator",
|
||||
.cmd = hmp_quit,
|
||||
.flags = "p",
|
||||
},
|
||||
|
||||
SRST
|
||||
|
||||
+2
-1
@@ -219,7 +219,8 @@
|
||||
# -> { "execute": "quit" }
|
||||
# <- { "return": {} }
|
||||
##
|
||||
{ 'command': 'quit' }
|
||||
{ 'command': 'quit',
|
||||
'allow-preconfig': true }
|
||||
|
||||
##
|
||||
# @MonitorMode:
|
||||
|
||||
Reference in New Issue
Block a user