diff options
author | Andrea Bolognani <abologna@redhat.com> | 2022-05-03 09:37:33 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2022-05-16 07:22:28 +0200 |
commit | c6487a88871ed299f78641f81f2c0aaff9b6c8bb (patch) | |
tree | a95ab04dad7ae6ad9fc3469b137b3f5fea5aa5b1 /qapi/run-state.json | |
parent | 4ae65a52658c264caebcb3a31effccf582822a6d (diff) |
qapi: Drop unnecessary empty lines in comments
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220503073737.84223-5-abologna@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi/run-state.json')
-rw-r--r-- | qapi/run-state.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qapi/run-state.json b/qapi/run-state.json index 15d6c9a2ed..a5d2db3b91 100644 --- a/qapi/run-state.json +++ b/qapi/run-state.json @@ -592,7 +592,6 @@ # @guest: memory failure at guest memory, # # Since: 5.2 -# ## { 'enum': 'MemoryFailureRecipient', 'data': [ 'hypervisor', @@ -619,7 +618,6 @@ # to handle memory failures. # # Since: 5.2 -# ## { 'enum': 'MemoryFailureAction', 'data': [ 'ignore', @@ -639,7 +637,6 @@ # failure was still in progress. # # Since: 5.2 -# ## { 'struct': 'MemoryFailureFlags', 'data': { 'action-required': 'bool', |