libxl: Spice vdagent support for upstream qemu
authorFabio Fantoni <fabio.fantoni@m2r.biz>
Tue, 10 Sep 2013 14:46:13 +0000 (16:46 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 13 Sep 2013 12:18:18 +0000 (13:18 +0100)
commit17b29c1cd830acf8b8ecbc6080264cc5b8ad3c6f
treeb4f5d0e9af33e27a2016f0551836d1469ea4000c
parentba033a204b022cd4a2a8fd2c836d874090cb78e9
libxl: Spice vdagent support for upstream qemu

Usage:
- spicevdagent=1|0 (default=0)
Enables spice vdagent. The Spice vdagent is an optional component for
enhancing user experience and performing guest-oriented management
tasks. Its features includes: client mouse mode (no need to grab mouse
by client, no mouse lag), automatic adjustment of screen resolution,
copy and paste (text and image) between client and domU. It also
requires vdagent service installed on domU o.s. to work.

- spice_clipboard_sharing=1|0 (default=0)
Enables Spice clipboard sharing (copy/paste). It requires spicevdagent
enabled.

Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
docs/man/xl.cfg.pod.5
tools/libxl/libxl.h
tools/libxl/libxl_create.c
tools/libxl/libxl_dm.c
tools/libxl/libxl_types.idl
tools/libxl/xl_cmdimpl.c