search for: spice_clipboard_shar

Displaying 8 results from an estimated 8 matches for "spice_clipboard_shar".

2013 Aug 27
3
[PATCH v4] 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
2013 Nov 19
13
[PATCH v7 1/2] libxl: usb2 and usb3 controller support for upstream qemu
Usage: usbversion=1|2|3 (default=0, no usb controller defined) Specifies the type of an emulated USB bus in the guest. 1 for usb1, 2 for usb2 and 3 for usb3, it is available only with upstream qemu. The old usb and usbdevice parameters cannot be used with this. Changes from v6: - now usbversion cannot be used with usb and usbdevice parameters - now default is 0 (no usb controller defined) Will be
2015 Oct 01
0
xen and spice problem
...:01:10,script=vif-bridge' ] on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' vnc=0 vga = 'stdvga' spice = 1 spicehost = '0.0.0.0' spiceport = 6000 spicedisable_ticketing=1 spicevdagent=1 spice_clipboard_sharing=1 localtime=1 keymap='de' viridian = 1 where/how I can see the qemu log? -- --------- Greetz
2016 May 19
0
Problem with convert config file to xml
...t=vif-bridge,model=e1000' ] on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' vnc=0 vga = 'stdvga' spice = 1 spicehost = '0.0.0.0' spiceport = 6000 spicedisable_ticketing=1 spicevdagent=1 spice_clipboard_sharing=1 spiceusbredirection=4 localtime=1 keymap='de' viridian = 1 whats the problem there? I can start the domU with xl without problems... -- --------- Greetz
2013 Sep 20
0
[PATCH v2] libxl: spice usbredirection support for upstream qemu
...ff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c index 0be71be..4f82039 100644 --- a/tools/libxl/xl_cmdimpl.c +++ b/tools/libxl/xl_cmdimpl.c @@ -1499,6 +1499,8 @@ skip_vfb: &b_info->u.hvm.spice.vdagent, 0); xlu_cfg_get_defbool(config, "spice_clipboard_sharing", &b_info->u.hvm.spice.clipboard_sharing, 0); + if (!xlu_cfg_get_long (config, "spiceusbredirection", &l, 0)) + b_info->u.hvm.spice.usbredirection = l; xlu_cfg_get_defbool(config, "nographic", &b_i...
2013 Oct 08
0
[PATCH v3] libxl: spice usbredirection support for upstream qemu
...ff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c index 759bd7f..156cd13 100644 --- a/tools/libxl/xl_cmdimpl.c +++ b/tools/libxl/xl_cmdimpl.c @@ -1532,6 +1532,8 @@ skip_vfb: &b_info->u.hvm.spice.vdagent, 0); xlu_cfg_get_defbool(config, "spice_clipboard_sharing", &b_info->u.hvm.spice.clipboard_sharing, 0); + if (!xlu_cfg_get_long (config, "spiceusbredirection", &l, 0)) + b_info->u.hvm.spice.usbredirection = l; xlu_cfg_get_defbool(config, "nographic", &b_i...
2015 Oct 01
5
xen and spice problem
Hi it is possible to use xen and spice already? If yes is there any howto or doc how? If I turn on spice in cfg of a hvm domU, I get this error: Parsing config from /etc/xen/marax.cfg libxl: detail: libxl_dom.c:238:hvm_set_viridian_features: base group enabled libxl: detail: libxl_dom.c:238:hvm_set_viridian_features: freq group enabled libxl: detail:
2013 Dec 05
35
Xen 4.4 development update: RC0 imminent
This information will be mirrored on the Xen 4.4 Roadmap wiki page: http://wiki.xen.org/wiki/Xen_Roadmap/4.4 We''re nearly to the completion of the code freeze, scheduled for tomorrow. After the code freeze, only bug fixes and features marked as "blockers" will be considered. At the moment, the only feature considered a blocker is experimental PVH dom0 support. In early RCs,