mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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:
parent
cd4ec0b4d1
commit
29b0040be6
7 changed files with 282 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue