aboutsummaryrefslogtreecommitdiff
path: root/qapi/ui.json
diff options
context:
space:
mode:
Diffstat (limited to 'qapi/ui.json')
-rw-r--r--qapi/ui.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/qapi/ui.json b/qapi/ui.json
index 80855328b1..d435e94722 100644
--- a/qapi/ui.json
+++ b/qapi/ui.json
@@ -1131,12 +1131,16 @@
# @rendernode: Which DRM render node should be used. Default is the first
# available node on the host.
#
+# @p2p: Whether to use peer-to-peer connections (accepted through
+# ``add_client``).
+#
# Since: 7.0
#
##
{ 'struct' : 'DisplayDBus',
'data' : { '*rendernode' : 'str',
- '*addr': 'str' } }
+ '*addr': 'str',
+ '*p2p': 'bool' } }
##
# @DisplayGLMode: