Re: [Spice-devel] shared folders in Windows with QEMU/KVM ?

2017-06-07 Thread Han Pilmeyer
I've been using Samba for years to share files between my Windows guest and KVM host. I though this would make a much nicer solution. Currently my guest is Windows 10 and my host is Fedora 25. First step for me was to install spice-webdavd.exe as everything else seems to be in place already. The

Re: [Spice-devel] fast typing breaks audio on windows7 guest

2014-10-10 Thread Han Pilmeyer
On 09/10/2014 20:27, Daniel Sanabria wrote: Using remote-viewer to access a windows 7 kvm guest, the audio (i.e. itunes) breaks up when typing at moderate speed. What settings can be tuned to improve on this particular performance issue. Every other action on the guest (i.e. scrolling, mouse m

Re: [Spice-devel] fast typing breaks audio on windows7 guest

2014-10-13 Thread Han Pilmeyer
On 13/10/2014 20:46, Daniel Sanabria wrote: Looking around I realized the problem have nothing to do with the great work the spice guys are doing. Windows is the issue in this case as I try to explain in this post: http://www.lamegamachine.co.uk/improve-keyboard-input-response-times-for-a-kvm

Re: [Spice-devel] Windows Guest Tools 0.2

2012-11-16 Thread Han Pilmeyer
On 16/11/2012 10:24, Christophe Fergeau wrote: I've just pushed a new release of the SPICE Guest Tools for Windows. This includes the virtio-win 0.1-30 drivers [1], a git snapshot of the Windows agent built with mingw (git SHA1: b264830), and a newer version of the QXL driver which has arbitrary

Re: [Spice-devel] Windows Guest Tools 0.2

2012-11-19 Thread Han Pilmeyer
On 19/11/2012 12:23, Christophe Fergeau wrote: I don't think "Unsupported clipboard format" is a fatal error. The only 2 components involved in cut&paste are vioserial and the agent. It might be worth trying to restart the agent when copy&paste stops working to see if that helps. I forgot to me

[Spice-devel] vdservice still sometimes fails to start in Windows 7

2012-11-27 Thread Han Pilmeyer
Hi everyone, Using the latest spice-guest-tools-0.2.exe it still sometimes happens (~10% of the time) that the vdagent does not start when the Windows 7 guest is started. It was previously suggested here that I would try to start it manually. As can be seen in the log files below, this does no

[Spice-devel] cut/paste failure on Windows 7 guest

2012-11-29 Thread Han Pilmeyer
Hi, This last Tuesday I had a full day when cut/paste between my Windows 7 guest and Fedora 17 KVM host worked flawlessly. So I had high hopes that the spice-guest-0.2.exe drivers had indeed fixed my issues. However both yesterday and today, the guest refuses to do cut/paste between the gues

Re: [Spice-devel] cut/paste failure on Windows 7 guest

2012-11-29 Thread Han Pilmeyer
On 29/11/2012 11:56, Arnon Gilboa wrote: was it a large paste? this patch seem to fix it. http://cgit.freedesktop.org/spice/win32/vd_agent/commit/?id=a69af07d build vdagent & vdservice, update yours and use newer virtio-serial driver. No, it was a small paste, a URL (around 30 characters I wou

Re: [Spice-devel] cut/paste failure on Windows 7 guest

2012-11-30 Thread Han Pilmeyer
On 29/11/2012 13:58, Christophe Fergeau wrote: On Thu, Nov 29, 2012 at 12:56:49PM +0200, Arnon Gilboa wrote: Han Pilmeyer wrote: However both yesterday and today, the guest refuses to do cut/paste between the guest and host. Below I have the relevant portion of the vdagent.log. I guess the

Re: [Spice-devel] cut/paste failure on Windows 7 guest

2012-12-02 Thread Han Pilmeyer
Thanks for your efforts Arnon, On 02/12/2012 08:23, Arnon Gilboa wrote: Lots of virtio-serial driver bugs, which are very relevant to cut/paste, were recently fixed. The driver on the above link seem to be outdated. I'll try to find a link for an updated upstream version. Note that the drive

Re: [Spice-devel] cut/paste failure on Windows 7 guest

2013-01-09 Thread Han Pilmeyer
On 03/12/2012 10:30, Christophe Fergeau wrote: Hi, On Sun, Dec 02, 2012 at 09:23:56AM +0200, Arnon Gilboa wrote: Lots of virtio-serial driver bugs, which are very relevant to cut/paste, were recently fixed. The driver on the above link seem to be outdated. I'll try to find a link for an updat

Re: [Spice-devel] cut/paste failure on Windows 7 guest

2013-01-10 Thread Han Pilmeyer
On 09/01/2013 10:46, Han Pilmeyer wrote: Just to follow up on my earlier problems. I did try the RHEV 3.1 guest drivers with F17, but those had the same problem. I then switched laptops and installed F18 on the new laptop together with the guest-tools-0.3 drivers in the same guest images. My

Re: [Spice-devel] cut/paste failure on Windows 7 guest

2013-01-16 Thread Han Pilmeyer
On 10/01/2013 15:53, Erik Lotspeich wrote: Hi, Just as a datapoint, I've seen a similar crash in guest-tools-0.2 on my Windows 8 VM. I switched back to IDE from VIO disk and the crashing stopped. Regards Erik On 01/10/2013 04:44 AM, Han Pilmeyer wrote: It appears that I spoke too

Re: [Spice-devel] cut/paste failure on Windows 7 guest

2013-01-22 Thread Han Pilmeyer
On 17/01/2013 09:12, Gal Hammer wrote: Hi Han, The easiest way to help contributing with the virtio-serial crashes debug is to provide the system failure information when a BSOD occurs. You should copy the PDB (debug symbols) file (vioser.pdb) in the C:\Windows\system32\drivers directory (i

Re: [Spice-devel] cut/paste failure on Windows 7 guest

2013-01-22 Thread Han Pilmeyer
On 22/01/2013 13:50, Christophe Fergeau wrote: On Tue, Jan 22, 2013 at 01:36:33PM +0100, Han Pilmeyer wrote: Gal was kind enough to take a look at the crash dump and determined I was running into an issue that was already fixed. He provided the 61.64.104.5100 vioser.sys driver (replacing the

[Spice-devel] USB device redirection to Windows 7 guest

2013-01-22 Thread Han Pilmeyer
Now that I have copy&paste working with the spice-guest-tools 0.3 (and an update to the vioser driver), I thought I would have a look at the next problem. From virt-viewer on Fedora 18 I try to redirect an USB thumb driver to my Windows 7 guest. It doesn't matter what kind of USB device I red

Re: [Spice-devel] cut/paste failure on Windows 7 guest

2013-01-23 Thread Han Pilmeyer
On 23/01/2013 11:01, Christophe Fergeau wrote: > >Hrm, this means we'll need yet another update for > >https://alt.fedoraproject.org/pub/alt/virtio-win/latest/images/bin/ :( > > >I'm afraid so Christophe. For what it's worth, Cole Robinson was kind enough to respin a virtio-win ISO with updat

Re: [Spice-devel] cut/paste failure on Windows 7 guest

2013-01-24 Thread Han Pilmeyer
On 23/01/2013 15:34, Christophe Fergeau wrote: On Wed, Jan 23, 2013 at 01:10:15PM +0100, Han Pilmeyer wrote: I'm really happy that Cole made available the latest Windows drivers. However, as a naïve Fedora user, this is really confusing. For as far as I can tell the virtio-win package

Re: [Spice-devel] QXL from spice-guest-tools-0.3, Code 52 - signing problem?

2013-01-25 Thread Han Pilmeyer
On 25/01/2013 01:36, Richard Chan wrote: Hi, Is anyone having problems with the QXL driver from spice-guest-tools 0.3 under Windows 7 Pro? It is installing correctly but not running due to signing issues (code 52). If I disable Driver Enforcement (F8) it runs fine. All other drivers in that

Re: [Spice-devel] Performance

2013-03-12 Thread Han Pilmeyer
On 08/03/2013 18:24, Flo wrote: now I renewed my System and tested it with virt-viewer on a very good Laptop with ubuntu. The Performance is nearly 100% perfect. Sometimes it is a little bit laggy, notably when I play videos in fullscreen. When I go with the mouse cursor over a running youtube

Re: [Spice-devel] Performance

2013-03-13 Thread Han Pilmeyer
On 13/03/2013 11:39, Christophe Fergeau wrote: On Tue, Mar 12, 2013 at 01:17:26PM +0100, Han Pilmeyer wrote: I thought it might be nice to chime in with my results. I'm running nearly the same versions, except that I'm still using the 0.30 version of the spice-guest-tools. I just

Re: [Spice-devel] Spice agenti service on windows 7

2013-04-22 Thread Han Pilmeyer
On 22/04/2013 00:24, Ignazio.cassano wrote: Hi all, I am testing spice with windows seven 64 bit guest on linux kvm . The agent service stop to work when user logout and not restarts . I solved using a scheduled task on windows seven but I think this is a bug. I used the last windows guest bin

Re: [Spice-devel] Status of USB redirection

2013-06-04 Thread Han Pilmeyer
Hoi Hans, On 03/06/2013 13:42, Hans de Goede wrote: * How do I setup redirection (or I need just the spice connection) ? In virt-manager make sure you're using a spice connection, that the usb-controller model is set to "Usb 2" and then add a number of USB Redirection devices, (up to 4, havi

Re: [Spice-devel] Status of USB redirection

2013-06-04 Thread Han Pilmeyer
On 04/06/2013 14:59, Hans de Goede wrote: Hi, On 06/04/2013 02:27 PM, Han Pilmeyer wrote: Perhaps the default for the USB controller in virt-manager should be changed from "default" to "USB 2"? Yes, good idea, can you please file an RFE for

Re: [Spice-devel] Windows Guest Tools 0.59

2013-06-07 Thread Han Pilmeyer
Christophe, On 04/06/2013 17:29, Christophe Fergeau wrote: Hi, A new release of the SPICE Guest Tools for Windows is now available at http://spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-0.59.exe It contains the latest virtio-win drivers (0.59), as well as spice-vdagent 0

Re: [Spice-devel] Help with solving a thread safety issue

2014-09-09 Thread Han Pilmeyer
On 09/09/2014 11:06, nicolas prochazka wrote: i'm sorry but it's very difficult to answer that. It depends of combinaison of spice-gtk , spice-server and qemu . Now without your patch, with last git spice gtk, spice-server and qemu 2.x, it seems to be work. ( sound does not disapear but video i

Re: [Spice-devel] Help with solving a thread safety issue

2014-09-09 Thread Han Pilmeyer
On 09/09/2014 15:00, Han Pilmeyer wrote: The problems I see: - Sound and video are out of sync - Sounds stops after several minutes (could be around 5 minutes as you suggest) - When I chat in Lync, sound gets choppy during the typing. I also lose the microphone, i.e. others cannot hear me

Re: [Spice-devel] spice video lip-sync not working for windows 7 guest

2014-09-11 Thread Han Pilmeyer
On 10/09/2014 21:18, Daniel Sanabria wrote: Hi All, Any ideas what might be causing the video and audio (youtube) to be out of sync on my windows 7 kvm guest? Every action on the VM is pretty responsive i.e. scrolling the browser window (chrome). I'm running an up to date fedora 20 kvm host