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