From 5dbdcf43243497f5350b311aff98dcf583bfdbc2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 23 Jun 2016 16:28:39 +0200 Subject: [PATCH] qmp-events: move 'NIC_RX_FILTER_CHANGED' doc to schema MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- docs/qmp-events.txt | 17 ----------------- qapi/event.json | 9 +++++++++ 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/docs/qmp-events.txt b/docs/qmp-events.txt index c19177d466..a4323f9489 100644 --- a/docs/qmp-events.txt +++ b/docs/qmp-events.txt @@ -79,23 +79,6 @@ Example: }, "timestamp": { "seconds": 1265044230, "microseconds": 450486 } } -NIC_RX_FILTER_CHANGED ---------------------- - -The event is emitted once until the query command is executed, -the first event will always be emitted. - -Data: - -- "name": net client name (json-string) -- "path": device path (json-string) - -{ "event": "NIC_RX_FILTER_CHANGED", - "data": { "name": "vnet0", - "path": "/machine/peripheral/vnet0/virtio-backend" }, - "timestamp": { "seconds": 1368697518, "microseconds": 326866 } } -} - QUORUM_FAILURE -------------- 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' } } -- 2.11.0