]> Git Repo - qemu.git/commitdiff
qapi: fix example of MEMORY_DEVICE_SIZE_CHANGE event
authorVictor Toso <[email protected]>
Mon, 28 Mar 2022 14:05:56 +0000 (16:05 +0200)
committerMarkus Armbruster <[email protected]>
Thu, 31 Mar 2022 10:34:51 +0000 (12:34 +0200)
Example output lacks mandatory member @qom-path. Provide it.

Signed-off-by: Victor Toso <[email protected]>
Reviewed-by: John Snow <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Message-Id: <20220328140604[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
qapi/machine.json

index 42fc68403d2d016650238433af7b9fe11b613d09..9c460ec450c84ed3226c84fa634a2608e6adff28 100644 (file)
 # Example:
 #
 # <- { "event": "MEMORY_DEVICE_SIZE_CHANGE",
-#      "data": { "id": "vm0", "size": 1073741824},
+#      "data": { "id": "vm0", "size": 1073741824,
+#                "qom-path": "/machine/unattached/device[2]" },
 #      "timestamp": { "seconds": 1588168529, "microseconds": 201316 } }
 #
 ##
This page took 0.028258 seconds and 4 git commands to generate.