]> xenbits.xensource.com Git - libvirt.git/commit
spice: add <clipboard copypaste='yes|no'> option
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Tue, 14 Jun 2011 11:35:48 +0000 (13:35 +0200)
committerEric Blake <eblake@redhat.com>
Tue, 14 Jun 2011 23:03:26 +0000 (17:03 -0600)
commit98bfdff12cbcf2d6efb3ba5e3236d75b3fd10634
tree9f246e46d9a7d46bed39158ebf5fe7bbbb290f81
parentaf35cece3b4c57500a5626642e1035ac31111e75
spice: add <clipboard copypaste='yes|no'> option

From a security pov copy and paste between the guest and the client is not
always desirable. So we need to be able to enable/disable this. The best place
to do this from an administration pov is on the hypervisor, so the qemu cmdline
is getting a spice disable-copy-paste option, see bug 693645. Example qemu
invocation:
qemu -spice port=5932,disable-ticketing,disable-copy-paste

https://bugzilla.redhat.com/show_bug.cgi?id=693661
.mailmap
docs/formatdomain.html.in
docs/schemas/domain.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.args
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml