qapi: fix example of DEVICE_UNPLUG_GUEST_ERROR event
authorVictor Toso <victortoso@redhat.com>
Thu, 1 Sep 2022 08:58:36 +0000 (10:58 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 7 Sep 2022 13:10:13 +0000 (15:10 +0200)
commit0cd5a5e9c9f3255d76e52b6f8a3790ba4044ce2e
tree0ac4eb51a56f4ca42f508d6e7aa30fd8323e5ac2
parentdac318d3dfebfb89e0266ad12df2792bb33c5210
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>
qapi/qdev.json