mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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:
parent
35106c2df2
commit
d4970b071f
3 changed files with 12 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue