diff options
Diffstat (limited to 'qapi/event.json')
-rw-r--r-- | qapi/event.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/qapi/event.json b/qapi/event.json index b9aa6ed..4b32773 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -51,30 +51,6 @@ 'data': { '*device': 'str', 'path': 'str' } } ## -# @NIC_RX_FILTER_CHANGED: -# -# Emitted once until the 'query-rx-filter' command is executed, the first event -# will always be emitted -# -# @name: net client name -# -# @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' } } - -## # @VNC_CONNECTED: # # Emitted when a VNC client establishes a connection |