]> Git Repo - qemu.git/blobdiff - qapi/ui.json
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190121-pull-request' into...
[qemu.git] / qapi / ui.json
index e0000248d34f51d2d4d5786704346930a3d19f87..5ad13248d54030aa2e595c7bd40519acd0e901ac 100644 (file)
 # Notes:  An empty password in this command will set the password to the empty
 #         string.  Existing clients are unaffected by executing this command.
 ##
-{ 'command': 'change-vnc-password', 'data': {'password': 'str'},
+{ 'command': 'change-vnc-password',
+  'data': { 'password': 'str' },
   'if': 'defined(CONFIG_VNC)' }
 
 ##
   'discriminator' : 'type',
   'data'    : { 'gtk'            : 'DisplayGTK',
                 'egl-headless'   : 'DisplayEGLHeadless'} }
+
+##
+# @query-display-options:
+#
+# Returns information about display configuration
+#
+# Returns: @DisplayOptions
+#
+# Since: 3.1
+#
+##
+{ 'command': 'query-display-options',
+  'returns': 'DisplayOptions' }
This page took 0.02079 seconds and 4 git commands to generate.