From: Victor Toso Date: Thu, 1 Sep 2022 08:58:35 +0000 (+0200) Subject: qapi: fix example of NIC_RX_FILTER_CHANGED event X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dac318d3dfebfb89e0266ad12df2792bb33c5210;p=qemu.git 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 Message-Id: <20220901085840.22520-6-victortoso@redhat.com> Signed-off-by: Markus Armbruster --- diff --git a/qapi/net.json b/qapi/net.json index 75ba2cb989..dd088c09c5 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',