spice: add option for disabling copy paste support

Some people want to be able disable spice's guest <-> client copy paste support
because of security considerations.

[ kraxel: drop old-version error message ]
This commit is contained in:
Hans de Goede 2011-03-27 16:43:54 +02:00 committed by Gerd Hoffmann
parent 35106c2df2
commit d4970b071f
3 changed files with 12 additions and 0 deletions

View file

@ -384,6 +384,9 @@ QemuOptsList qemu_spice_opts = {
},{
.name = "disable-ticketing",
.type = QEMU_OPT_BOOL,
},{
.name = "disable-copy-paste",
.type = QEMU_OPT_BOOL,
},{
.name = "x509-dir",
.type = QEMU_OPT_STRING,