diff options
Diffstat (limited to 'qapi/control.json')
| -rw-r--r-- | qapi/control.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qapi/control.json b/qapi/control.json index 9c8a51352d..2615d5170b 100644 --- a/qapi/control.json +++ b/qapi/control.json @@ -219,7 +219,8 @@ # -> { "execute": "quit" } # <- { "return": {} } ## -{ 'command': 'quit' } +{ 'command': 'quit', + 'allow-preconfig': true } ## # @MonitorMode: |