diff options
-rw-r--r-- | qapi/run-state.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/run-state.json b/qapi/run-state.json index e5f5d31395..09ea120292 100644 --- a/qapi/run-state.json +++ b/qapi/run-state.json @@ -666,4 +666,4 @@ # Since: 7.2 ## { 'enum': 'NotifyVmexitOption', - 'data': [ 'run', 'internal-error', 'disable' ] }
\ No newline at end of file + 'data': [ 'run', 'internal-error', 'disable' ] } |