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>
This commit is contained in:
parent
0cd5a5e9c9
commit
e8796ac4b6
@ -1416,7 +1416,7 @@
|
|||||||
#
|
#
|
||||||
# Example:
|
# Example:
|
||||||
#
|
#
|
||||||
# <- { "event": "MEM_UNPLUG_ERROR"
|
# <- { "event": "MEM_UNPLUG_ERROR",
|
||||||
# "data": { "device": "dimm1",
|
# "data": { "device": "dimm1",
|
||||||
# "msg": "acpi: device unplug for unsupported device"
|
# "msg": "acpi: device unplug for unsupported device"
|
||||||
# },
|
# },
|
||||||
|
Loading…
Reference in New Issue
Block a user