mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 19:33:39 +08:00
qapi/run-state.json: Fix missing newline at end of file
The run-state.json file is missing a trailing newline; add it. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20230417164041.684562-10-peter.maydell@linaro.org
This commit is contained in:
parent
e9ccfdd91d
commit
c27f4b665d
@ -666,4 +666,4 @@
|
||||
# Since: 7.2
|
||||
##
|
||||
{ 'enum': 'NotifyVmexitOption',
|
||||
'data': [ 'run', 'internal-error', 'disable' ] }
|
||||
'data': [ 'run', 'internal-error', 'disable' ] }
|
||||
|
Loading…
Reference in New Issue
Block a user