search for: vdagent

Displaying 20 results from an estimated 75 matches for "vdagent".

2013 Mar 18
5
[PATCH] libxl: Add spice vdagent support for upstream qemu
- Enable vdagent on upstream qemu if spice is used. Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz> --- tools/libxl/libxl_dm.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c index a8a36d7..110f1dc 100644 --- a/tools/libxl/libxl_dm.c +++ b/tool...
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 a...
2019 May 15
0
CEBA-2019:1227 CentOS 6 spice-vdagent BugFix Update
...ata and Bugfix Advisory 2019:1227 Upstream details at : https://access.redhat.com/errata/RHBA-2019:1227 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 2422c1b7e79397ceebe80f0cf9b53a48a023a2eb0548ad5681e74e063d354d5b spice-vdagent-0.14.0-13.el6_10.1.i686.rpm x86_64: 12df4947f0dd410bfb7377f3847ea185f291af08bb3855b2b71438caf9421d52 spice-vdagent-0.14.0-13.el6_10.1.x86_64.rpm Source: 2317121efabf070311883eba09712177db2e43fe9f6a0a0ff5b243f9c9a85933 spice-vdagent-0.14.0-13.el6_10.1.src.rpm -- Johnny Hughes CentOS Project...
2014 Mar 24
0
CEBA-2014:0320 CentOS 6 spice-vdagent Update
...a and Bugfix Advisory 2014:0320 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0320.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: f713a3c722898be082917e1c5ec2a61ad9411afec4b5ed774d2e7a6bc5affb34 spice-vdagent-0.14.0-3.el6_5.i686.rpm x86_64: 5fbae09c22906587fcaa0b355c6a66cdfe68db56fcfa7453b53364b72f9532b0 spice-vdagent-0.14.0-3.el6_5.x86_64.rpm Source: e13385524526967b8086c10a21977e2b93777d127fdaf188ff1bc2307716e528 spice-vdagent-0.14.0-3.el6_5.src.rpm -- Johnny Hughes CentOS Project { http://www...
2018 Sep 05
1
Shared clipboard not working
Hi! I have been plaing arround with libvirt and I've ran into a problem that I don't seem to able to fix, sharing the clipboard. Both my host and my guest are running Arch Linux. I have properly installed, enabled and started spice-vdagent on both machines and I don't see any error in the logs. Am I doing anything wrong? Do I need to have anything else in consideration? Any help is appreciated :) Thank you, Filipe La?ns 3DCE 51D6 0930 EBA4 7858 BA41 46F6 33CB B0EB 4BF2 -------------- next part -------------- A non-text attachme...
2019 May 20
0
Rhel8 guest and window resizing (possible OT)
...ice server listen type: address Address: localhost only port: auto (5900) TLS port: auto passowrd: (none, field is blank) keymap: (none, field is blank) OpenGL: (not checked) Spice agent is running in RHEL8 vm gdm?????? 2900? 0.0? 0.2 256148? 7992 ???????? Ssl? 08:32?? 0:00 /usr/bin/spice-vdagent root????? 2909? 0.0? 0.0? 49152?? 336 ???????? Ss?? 08:32?? 0:00 /usr/sbin/spice-vdagentd nataraj?? 7640? 0.0? 0.1 256148? 7736 ???????? Ssl? 08:32?? 0:00 /usr/bin/spice-vdagent Following spice packages are installed in RHEL8 GUEST. spice-server-0.14.0-7.el8.x86_64 spice-glib-0.35-7.el8.x86_64 sp...
2014 Mar 20
2
Linux host / Windows guest sharing
...he following messages mount: special device hostshare does not exist --- --- to be honest clipboard sharing would be enough for me, so I googled why it is not working and I applied this: https://mytechdepot.wordpress.com/2013/02/22/enabling-clipboard-copy-paste-in-redhat-kvm/ yum install spice-vdagent # chkconfig --add spice-vdagentd # service spice-vdagentd start but, the clipboard sharing isn't working.... Do you have any idea to solve any of the issues above? Thank you Vlad
2016 Jul 09
7
[Bug 96876] New: system freeze "fifo: gr engine fault on channel 6" NVIDIA
...riv: HUB0: 086014 ffffffff (1f70820c) Jul 04 09:15:32 dashesy.wavelet mcelog[877]: Family 6 Model 5e CPU: only decoding architectural errors Jul 04 09:15:33 dashesy.wavelet bluetoothd[873]: Failed to obtain handles for "Service Changed" characteristic Jul 04 09:16:01 dashesy.wavelet spice-vdagent[1546]: Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0 Jul 04 09:17:36 dashesy.wavelet spice-vdagent[2064]: Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0 Jul 04 12:24:41 dashesy.wavelet kernel: nouveau 0000:01:00.0: Invalid PCI ROM header signat...
2010 Sep 15
1
PATCH: virtio_console: Fix poll blocking even though there is data to read
Hi All, I found this while working on a Linux agent for spice, the symptom I was seeing was select blocking on the spice vdagent virtio serial port even though there were messages queued up there. I found this while working on a Linux agent for spice, the symptom I was seeing was select blocking on the spice vdagent virtio serial port even though there were messages queued up there. virtio_console's port_fops_poll chec...
2010 Sep 15
1
PATCH: virtio_console: Fix poll blocking even though there is data to read
Hi All, I found this while working on a Linux agent for spice, the symptom I was seeing was select blocking on the spice vdagent virtio serial port even though there were messages queued up there. I found this while working on a Linux agent for spice, the symptom I was seeing was select blocking on the spice vdagent virtio serial port even though there were messages queued up there. virtio_console's port_fops_poll chec...
2016 Dec 19
0
[ANNOUNCE] xf86-video-qxl 0.1.5
...ix crash caused by attempting to access the screen pixmap before it is created Javier Celaya (1): Fix drawable mm_time with KMS Jeremy White (14): Do not process watches on select() error. Bug fix: libcacard headers and libraries were not correctly used. Add and remove the vdagent interface as the vdagent Only watch the uinput channel when an agent is connected. Correct the XSpice AgentMouse configuration options. Document a number of missing XSpice vdagent options in the example xorg.conf. Set the regular spice port only once, and then only if it...
2014 Mar 25
0
CentOS-announce Digest, Vol 109, Issue 12
...replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CEBA-2014:0317 CentOS 5 ksh Update (Johnny Hughes) 2. CEBA-2014:0318 CentOS 6 grep Update (Johnny Hughes) 3. CEBA-2014:0320 CentOS 6 spice-vdagent Update (Johnny Hughes) 4. CESA-2014:0322 Moderate CentOS 5 net-snmp Update (Johnny Hughes) 5. CESA-2014:0321 Moderate CentOS 6 net-snmp Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Mon, 24 Mar 2014 12:03:16 +0000 From: Johnn...
2020 Mar 09
3
QEMU virt-manager video device
I am trying to use the Video Virtio device and set it to Virtio (to get resolutions higher that 800x600). My host is CentOS 7 and my guest is CentOS 8. When I set the virtio for video - I get an add about QEMU does not support 'virtio' video device. Do I not have something loaded ? Real question is how to get video higher than 800x600. I tried every selection there Cirrus , QXL, VGA,
2013 Mar 19
0
CentOS-announce Digest, Vol 97, Issue 10
...ng, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CEBA-2013:0651 CentOS 6 ghostscript Update (Johnny Hughes) 2. CEEA-2013:0655 CentOS 6 pcs Update (Johnny Hughes) 3. CEBA-2013:0654 CentOS 6 spice-vdagent Update (Johnny Hughes) 4. CEBA-2013:0653 CentOS 6 initscripts Update (Johnny Hughes) 5. CESA-2013:0656 Moderate CentOS 6 krb5 Update (Johnny Hughes) 6. CEBA-2013:0659 CentOS 6 autofs Update (Johnny Hughes) 7. CEBA-2013:0660 CentOS 5 ypserv Update (Johnny Hughes) -------------------...
2014 Mar 20
1
Re: [virt-tools-list] Linux host / Windows guest sharing
The spice-vdagent should be running in the guest. Have you installed the spice guest tools in your windows guest? Download them here: http://www.spice-space.org/download.html That should get clipboard sharing working. ----- Original Message ----- > From: "Laszlo Pal" <vlad@vlad.hu> > To: l...
2013 Sep 20
0
[PATCH v2] libxl: spice usbredirection support for upstream qemu
...+++++++++ tools/libxl/libxl_types.idl | 1 + tools/libxl/xl_cmdimpl.c | 2 ++ 5 files changed, 34 insertions(+) diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index f768784..8640384 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -1144,6 +1144,12 @@ requires vdagent service installed on domU o.s. to work. The default is 0. Enables Spice clipboard sharing (copy/paste). It requires spicevdagent enabled. The default is false (0). +=item B<spiceusbredirection=NUMBER> + +Enables spice usbredirection. It requires an usb controller and creates +NUMBER usbre...
2013 Oct 08
0
[PATCH v3] libxl: spice usbredirection support for upstream qemu
.../libxl/libxl_types.idl | 1 + tools/libxl/xl_cmdimpl.c | 2 ++ 6 files changed, 40 insertions(+), 3 deletions(-) diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index 76dd546..0cbd27d 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -1152,6 +1152,13 @@ requires vdagent service installed on domU o.s. to work. The default is 0. Enables Spice clipboard sharing (copy/paste). It requires spicevdagent enabled. The default is false (0). +=item B<spiceusbredirection=NUMBER> + +Enables spice usbredirection. Creates NUMBER usbredirection channels +for redirection...
2013 Jul 21
2
Re: Clipboard
...edora 19 > > guest. > > > Am I doing something wrong or is this a known problem that I have not > > been able to find? > > It's hard to say with the level of details you have here. > > If you're using the spice protocol and you have the guest agent (spice-vdagent) installed inside the VM then you'll be able to cut and paste in graphical consoles. > > > > _______________________________________________ > > libvirt-users mailing list > > libvirt-users@redhat.com > > https://www.redhat.com/mailman/listinfo/libvirt-users Oo...
2010 Sep 15
1
PATCH: virtio_console: Fix poll blocking even though there is data to read (version 2)
Hi All, I found this while working on a Linux agent for spice, the symptom I was seeing was select blocking on the spice vdagent virtio serial port even though there were messages queued up there. I found this while working on a Linux agent for spice, the symptom I was seeing was select blocking on the spice vdagent virtio serial port even though there were messages queued up there. virtio_console's port_fops_poll chec...
2010 Sep 15
1
PATCH: virtio_console: Fix poll blocking even though there is data to read (version 2)
Hi All, I found this while working on a Linux agent for spice, the symptom I was seeing was select blocking on the spice vdagent virtio serial port even though there were messages queued up there. I found this while working on a Linux agent for spice, the symptom I was seeing was select blocking on the spice vdagent virtio serial port even though there were messages queued up there. virtio_console's port_fops_poll chec...