]> Git Repo - qemu.git/blobdiff - qapi/ui.json
display: add -display spice-app launching a Spice client
[qemu.git] / qapi / ui.json
index 7702ddf583a1dce1bc715564c83cc7bbb2838e09..c5d1d7f09966507f4745c84ffeabbcd8f6d0a6a7 100644 (file)
 #
 # @cocoa: The Cocoa user interface.
 #
+# @spice-app: Set up a Spice server and run the default associated
+#             application to connect to it. The server will redirect
+#             the serial console and QEMU monitors. (Since 4.0)
+#
 # Since: 2.12
 #
 ##
 { 'enum'    : 'DisplayType',
   'data'    : [ 'default', 'none', 'gtk', 'sdl',
-                'egl-headless', 'curses', 'cocoa' ] }
+                'egl-headless', 'curses', 'cocoa',
+                'spice-app'] }
 
 ##
 # @DisplayOptions:
This page took 0.023239 seconds and 4 git commands to generate.