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:
parent
0a2949e0be
commit
ebe3444468
@ -45,6 +45,7 @@ ERST
|
||||
.params = "",
|
||||
.help = "quit the emulator",
|
||||
.cmd = hmp_quit,
|
||||
.flags = "p",
|
||||
},
|
||||
|
||||
SRST
|
||||
|
@ -219,7 +219,8 @@
|
||||
# -> { "execute": "quit" }
|
||||
# <- { "return": {} }
|
||||
##
|
||||
{ 'command': 'quit' }
|
||||
{ 'command': 'quit',
|
||||
'allow-preconfig': true }
|
||||
|
||||
##
|
||||
# @MonitorMode:
|
||||
|
Loading…
Reference in New Issue
Block a user