|
@@ -2097,6 +2097,7 @@ SRST
|
|
|
Enable SDL.
|
|
|
ERST
|
|
|
|
|
|
+#ifdef CONFIG_SPICE
|
|
|
DEF("spice", HAS_ARG, QEMU_OPTION_spice,
|
|
|
"-spice [port=port][,tls-port=secured-port][,x509-dir=<dir>]\n"
|
|
|
" [,x509-key-file=<file>][,x509-key-password=<file>]\n"
|
|
@@ -2118,6 +2119,7 @@ DEF("spice", HAS_ARG, QEMU_OPTION_spice,
|
|
|
" enable spice\n"
|
|
|
" at least one of {port, tls-port} is mandatory\n",
|
|
|
QEMU_ARCH_ALL)
|
|
|
+#endif
|
|
|
SRST
|
|
|
``-spice option[,option[,...]]``
|
|
|
Enable the spice remote desktop protocol. Valid options are
|