summaryrefslogtreecommitdiffstats
path: root/qapi
diff options
context:
space:
mode:
authorVictor Toso2022-09-01 10:58:37 +0200
committerMarkus Armbruster2022-09-07 15:10:13 +0200
commite8796ac4b6f8a9f8d1d2c3c6a774d815d10d88c5 (patch)
treec1fb568301fb0adf503a4ddc6a0b5c5e5e5e5ab5 /qapi
parentqapi: fix example of DEVICE_UNPLUG_GUEST_ERROR event (diff)
downloadqemu-e8796ac4b6f8a9f8d1d2c3c6a774d815d10d88c5.tar.gz
qemu-e8796ac4b6f8a9f8d1d2c3c6a774d815d10d88c5.tar.xz
qemu-e8796ac4b6f8a9f8d1d2c3c6a774d815d10d88c5.zip
qapi: fix example of MEM_UNPLUG_ERROR event
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>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/machine.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/machine.json b/qapi/machine.json
index 5f1f50d3ed..4782eea2c3 100644
--- a/qapi/machine.json
+++ b/qapi/machine.json
@@ -1416,7 +1416,7 @@
#
# Example:
#
-# <- { "event": "MEM_UNPLUG_ERROR"
+# <- { "event": "MEM_UNPLUG_ERROR",
# "data": { "device": "dimm1",
# "msg": "acpi: device unplug for unsupported device"
# },