On Thu, Feb 10, 2011 at 03:35:57PM +0200, Alon Levy wrote: > Hi, > > Would be nice to have this in 0.14 - it is only documentation, and > fixing documentation inconsistency (html help contains all this parameters > already). >
Ping! > Alon > > On Thu, Feb 10, 2011 at 03:23:05PM +0200, Alon Levy wrote: > > --- > > v2, now with matching parenthesis. > > --- > > qemu-options.hx | 14 +++++++++++++- > > 1 files changed, 13 insertions(+), 1 deletions(-) > > > > diff --git a/qemu-options.hx b/qemu-options.hx > > index 945edf3..9ec5b4c 100644 > > --- a/qemu-options.hx > > +++ b/qemu-options.hx > > @@ -672,7 +672,19 @@ Enable SDL. > > ETEXI > > > > DEF("spice", HAS_ARG, QEMU_OPTION_spice, > > - "-spice <args> enable spice\n", QEMU_ARCH_ALL) > > +"-spice > > [port=<nr>][,addr=<addr>][,ipv4][,ipv6][,password=<secret>]\n" > > +" [,disable-ticketing][,tls-port=<nr>][,x509-dir=<dir>]\n" > > +" [,x509-key-file=<file>][,x509-cert-file=<file>]\n" > > +" [,x509-dh-key-file=<file>][,tls-ciphers=<list>]\n" > > +" > > [,tls-channel=main|display|inputs|record|playback|tunnel]\n" > > +" [,image-compression=auto_glz|auto_lz|quic|glz|lz|off]\n" > > +" [,jpeg-wan-compression=auto|never|always]\n" > > +" [,streaming-video=off|all|filter]\n" > > +" [,agent-mouse=on|off]\n" > > +" [,playback-compression=on|off]\n" > > +" one of port and tls-port is mandatory.\n" > > + , QEMU_ARCH_ALL) > > + > > STEXI > > @item -spice @var{option}[,@var{option}[,...]] > > @findex -spice > > -- > > 1.7.4 > > > > >