spice: core bits

Add -spice command line switch.  Has support setting passwd and port for
now.  With this patch applied the spice client can successfully connect
to qemu.  You can't do anything useful yet though.
This commit is contained in:
Gerd Hoffmann 2010-03-11 11:13:27 -03:00
parent cd4ec0b4d1
commit 29b0040be6
7 changed files with 282 additions and 0 deletions

View file

@ -670,6 +670,27 @@ STEXI
Enable SDL.
ETEXI
DEF("spice", HAS_ARG, QEMU_OPTION_spice,
"-spice <args> enable spice\n", QEMU_ARCH_ALL)
STEXI
@item -spice @var{option}[,@var{option}[,...]]
@findex -spice
Enable the spice remote desktop protocol. Valid options are
@table @option
@item port=<nr>
Set the TCP port spice is listening on.
@item password=<secret>
Set the password you need to authenticate.
@item disable-ticketing
Allow client connects without authentication.
@end table
ETEXI
DEF("portrait", 0, QEMU_OPTION_portrait,
"-portrait rotate graphical output 90 deg left (only PXA LCD)\n",
QEMU_ARCH_ALL)