aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2023-04-17 17:40:40 +0100
committerPeter Maydell <peter.maydell@linaro.org>2023-05-02 15:47:40 +0100
commitc27f4b665de57e22ae425a7767dd92a3274663b0 (patch)
tree34b1681fe4d533cd87ddc7a5e5a807ee48d6bd0a /qapi
parente9ccfdd91d7c7752846812c8cda015eee91e728d (diff)
downloadqemu-c27f4b665de57e22ae425a7767dd92a3274663b0.zip
qemu-c27f4b665de57e22ae425a7767dd92a3274663b0.tar.gz
qemu-c27f4b665de57e22ae425a7767dd92a3274663b0.tar.bz2
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
Diffstat (limited to 'qapi')
-rw-r--r--qapi/run-state.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/run-state.json b/qapi/run-state.json
index e5f5d31..09ea120 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' ] }