]> Git Repo - qemu.git/commitdiff
qapi: fix example of MEMORY_FAILURE
authorVictor Toso <[email protected]>
Mon, 28 Mar 2022 14:06:01 +0000 (16:06 +0200)
committerMarkus Armbruster <[email protected]>
Thu, 31 Mar 2022 10:35:40 +0000 (12:35 +0200)
Example output lacks mandatory member @timestamp.  Provide it.

Example output lacks mandatory member flags.recursive.  Provide it.

Minor: Change quotes from '' to "" in @action-required member.

Signed-off-by: Victor Toso <[email protected]>
Reviewed-by: John Snow <[email protected]>
Message-Id: <20220328140604[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
[Commit message fixed up]
Signed-off-by: Markus Armbruster <[email protected]>
qapi/run-state.json

index 7f1c788c4ecbef694ef9a454d56ad32c4490a49f..8124220bd979948db36e17a575cba5043df85d24 100644 (file)
 # <- { "event": "MEMORY_FAILURE",
 #      "data": { "recipient": "hypervisor",
 #                "action": "fatal",
-#                "flags": { 'action-required': false } }
+#                "flags": { "action-required": false,
+#                           "recursive": false } },
+#      "timestamp": { "seconds": 1267061043, "microseconds": 959568 } }
 #
 ##
 { 'event': 'MEMORY_FAILURE',
This page took 0.031324 seconds and 4 git commands to generate.