diff options
author | Victor Toso <victortoso@redhat.com> | 2022-09-01 10:58:35 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2022-09-07 15:10:13 +0200 |
commit | dac318d3dfebfb89e0266ad12df2792bb33c5210 (patch) | |
tree | 7070f33dfdd4adc1b3a9f1af6e5fb83a8d7dc01c /qapi | |
parent | ccc9ddbcbe5a0a8d7d2881bf6b17324016fb994b (diff) | |
download | qemu-dac318d3dfebfb89e0266ad12df2792bb33c5210.zip qemu-dac318d3dfebfb89e0266ad12df2792bb33c5210.tar.gz qemu-dac318d3dfebfb89e0266ad12df2792bb33c5210.tar.bz2 |
qapi: fix example of NIC_RX_FILTER_CHANGED event
Example output 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-6-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/net.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qapi/net.json b/qapi/net.json index 75ba2cb..dd088c0 100644 --- a/qapi/net.json +++ b/qapi/net.json @@ -757,7 +757,6 @@ # "data": { "name": "vnet0", # "path": "/machine/peripheral/vnet0/virtio-backend" }, # "timestamp": { "seconds": 1368697518, "microseconds": 326866 } } -# } # ## { 'event': 'NIC_RX_FILTER_CHANGED', |