diff options
Diffstat (limited to 'qapi/char.json')
-rw-r--r-- | qapi/char.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qapi/char.json b/qapi/char.json index 5711e8c60a..adf2685f68 100644 --- a/qapi/char.json +++ b/qapi/char.json @@ -396,12 +396,14 @@ # Configuration info for qemu vdagent implementation. # # @mouse: enable/disable mouse, default is enabled. +# @clipboard: enable/disable clipboard, default is disabled. # # Since: 6.1 # ## { 'struct': 'ChardevQemuVDAgent', - 'data': { '*mouse': 'bool' }, + 'data': { '*mouse': 'bool', + '*clipboard': 'bool' }, 'base': 'ChardevCommon', 'if': 'defined(CONFIG_SPICE_PROTOCOL)' } |