diff options
author | Markus Armbruster | 2020-08-06 10:11:46 +0200 |
---|---|---|
committer | Markus Armbruster | 2020-09-03 09:58:26 +0200 |
commit | 382bd1cbbde73a5815df0ba189e72b82a11fff04 (patch) | |
tree | 4fbc97101385382a853da5dea46083ac73447fe4 | |
parent | docs/interop/qmp-spec: Point to the QEMU QMP reference manual (diff) | |
download | qemu-382bd1cbbde73a5815df0ba189e72b82a11fff04.tar.gz qemu-382bd1cbbde73a5815df0ba189e72b82a11fff04.tar.xz qemu-382bd1cbbde73a5815df0ba189e72b82a11fff04.zip |
qapi: Document event VSERPORT_CHANGE is rate-limited
Commit e2ae6159de "virtio-serial: report frontend connection state via
monitor" neglected to document the new event is rate-limited. Fix
that.
Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
Cc: Eric Blake <eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20200806081147.3123652-3-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
-rw-r--r-- | qapi/char.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qapi/char.json b/qapi/char.json index 8aeedf96b2..b4d66ec90b 100644 --- a/qapi/char.json +++ b/qapi/char.json @@ -562,6 +562,8 @@ # # @open: true if the guest has opened the virtio-serial port # +# Note: This event is rate-limited. +# # Since: 2.1 # # Example: |