diff options
Diffstat (limited to 'qapi/event.json')
-rw-r--r-- | qapi/event.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json index 55ed7ec3c4..84b761ae3d 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -214,6 +214,15 @@ # @path: device path # # Since: 1.6 +# +# Example: +# +# <- { "event": "NIC_RX_FILTER_CHANGED", +# "data": { "name": "vnet0", +# "path": "/machine/peripheral/vnet0/virtio-backend" }, +# "timestamp": { "seconds": 1368697518, "microseconds": 326866 } } +# } +# ## { 'event': 'NIC_RX_FILTER_CHANGED', 'data': { '*name': 'str', 'path': 'str' } } |