diff options
Diffstat (limited to 'qapi')
-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 990801e642..5711e8c60a 100644 --- a/qapi/char.json +++ b/qapi/char.json @@ -395,11 +395,13 @@ # # Configuration info for qemu vdagent implementation. # +# @mouse: enable/disable mouse, default is enabled. +# # Since: 6.1 # ## { 'struct': 'ChardevQemuVDAgent', - 'data': { }, + 'data': { '*mouse': 'bool' }, 'base': 'ChardevCommon', 'if': 'defined(CONFIG_SPICE_PROTOCOL)' } |