]> 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 fd39acb5c39aa482de27527965cec6ecbc76082e..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)' }
 
 ##
This page took 0.022454 seconds and 4 git commands to generate.