summaryrefslogtreecommitdiff
path: root/qapi/event.json
diff options
context:
space:
mode:
Diffstat (limited to 'qapi/event.json')
-rw-r--r--qapi/event.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json
index 8f817b18a1..ff97aeb377 100644
--- a/qapi/event.json
+++ b/qapi/event.json
@@ -316,3 +316,17 @@
{ 'event': 'QUORUM_REPORT_BAD',
'data': { '*error': 'str', 'node-name': 'str',
'sector-num': 'int', 'sector-count': 'int' } }
+
+##
+# @VSERPORT_CHANGE
+#
+# Emitted when the guest opens or closes a virtio-serial port.
+#
+# @id: device identifier of the virtio-serial port
+#
+# @open: true if the guest has opened the virtio-serial port
+#
+# Since: 2.1
+##
+{ 'event': 'VSERPORT_CHANGE',
+ 'data': { 'id': 'str', 'open': 'bool' } }