summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2011-08-30rename xspice XspiceAlon Levy2-11/+11
2011-08-30xspice: make --cgdb non magical, use XSPICE_ENABLE_GDBAlon Levy1-3/+6
2011-07-23xspice: add missing --tls-port defaultAlon Levy1-1/+1
2011-07-23scripts/xspice: prevent running with missing certificatesAlon Levy1-4/+26
since spice-server aborts if it is missing any of the ca-cert, server cert or server key, when running with --tls-port, check for them ourselves first. also add missing --x509-cert-file switch, and add --disable-ticketing to example in --help.
2011-07-23scripts/xspice: fix --cgdbAlon Levy1-2/+2
2011-07-23scripts/xspice: fix to runAlon Levy1-1/+1
2011-07-23xspice: README, TODO, config, xspice launcher scriptAlon Levy2-0/+127
xspice is placed under scripts, adding a new Makefile.am, only installed if --enable-xspice. spiceqxl.xorg.conf.example is placed under examples to be installed to share/doc if --enable-xspice.