]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
qapi: fix example of MEM_UNPLUG_ERROR event
authorVictor Toso <victortoso@redhat.com>
Thu, 1 Sep 2022 08:58:37 +0000 (10:58 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 7 Sep 2022 13:10:13 +0000 (15:10 +0200)
Example output was missing ',' delimiter. Fix it.

Problem was noticed when trying to load the example into python's json
library.

Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-8-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qapi/machine.json

index 5f1f50d3eda492f9adf0b964174f47a57d738f9b..4782eea2c3967ba620560cfe4c51eb9aa8e00f81 100644 (file)
 #
 # Example:
 #
-# <- { "event": "MEM_UNPLUG_ERROR"
+# <- { "event": "MEM_UNPLUG_ERROR",
 #      "data": { "device": "dimm1",
 #                "msg": "acpi: device unplug for unsupported device"
 #      },