Skip to content

Commit

Permalink
qapi: fix example of MEM_UNPLUG_ERROR event
Browse files Browse the repository at this point in the history
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 <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
  • Loading branch information
victortoso authored and Markus Armbruster committed Sep 7, 2022
1 parent 0cd5a5e commit e8796ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qapi/machine.json
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@
#
# Example:
#
# <- { "event": "MEM_UNPLUG_ERROR"
# <- { "event": "MEM_UNPLUG_ERROR",
# "data": { "device": "dimm1",
# "msg": "acpi: device unplug for unsupported device"
# },
Expand Down

0 comments on commit e8796ac

Please sign in to comment.