mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 03:29:43 +00:00
qapi: fix example of DEVICE_UNPLUG_GUEST_ERROR event
Example output is missing a ',' delimiter and it has an extra ending curly bracket. 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-7-victortoso@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
dac318d3df
commit
0cd5a5e9c9
@ -150,10 +150,9 @@
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# <- { "event": "DEVICE_UNPLUG_GUEST_ERROR"
|
||||
# <- { "event": "DEVICE_UNPLUG_GUEST_ERROR",
|
||||
# "data": { "device": "core1",
|
||||
# "path": "/machine/peripheral/core1" },
|
||||
# },
|
||||
# "timestamp": { "seconds": 1615570772, "microseconds": 202844 } }
|
||||
#
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user