diff options
| author | Wenchao Xia | 2014-06-18 08:43:48 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2014-06-23 17:12:28 +0200 |
| commit | 061502790328ac8d09d39b2b580121dc2ac3f19f (patch) | |
| tree | 4c348d827fab7361afcdcd0f4e396389978bf82b /docs | |
| parent | qapi event: convert other BLOCK_JOB events (diff) | |
| download | qemu-061502790328ac8d09d39b2b580121dc2ac3f19f.tar.gz qemu-061502790328ac8d09d39b2b580121dc2ac3f19f.tar.xz qemu-061502790328ac8d09d39b2b580121dc2ac3f19f.zip | |
qapi event: convert NIC_RX_FILTER_CHANGED
Param name is declared as optional, since in code it is an optional
one.
Signed-off-by: Wenchao Xia <wenchaoqemu@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/qmp/qmp-events.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/qmp/qmp-events.txt b/docs/qmp/qmp-events.txt index 4bde05124c..a8be132171 100644 --- a/docs/qmp/qmp-events.txt +++ b/docs/qmp/qmp-events.txt @@ -42,23 +42,6 @@ Example: { "event": "GUEST_PANICKED", "data": { "action": "pause" } } -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 -------------- |
