[Spice-devel] [PATCH 1/3] vdservice: restart vdagent if killed manually

2012-09-16 Thread Arnon Gilboa
win7-only issue rhbz#845222 --- vdservice/vdservice.cpp | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/vdservice/vdservice.cpp b/vdservice/vdservice.cpp index 696f3da..b48cbeb 100644 --- a/vdservice/vdservice.cpp +++ b/vdservice/vdservice.cpp @@ -590,6 +590,16

[Spice-devel] [PATCH 2/3] vdservice: retry virtio-serial read on ERROR_NO_SYSTEM_RESOURCES (1450)

2012-09-16 Thread Arnon Gilboa
as recommended by MS. seems like defined behavior of the driver. rhbz#839564 --- vdservice/virtio_vdi_port.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vdservice/virtio_vdi_port.cpp b/vdservice/virtio_vdi_port.cpp index 31a3862..92eb129 100644 ---

[Spice-devel] [PATCH 3/3] vdservice: stop service on virtio failure

2012-09-16 Thread Arnon Gilboa
read write are async, and their completion is handled by handle_event(), which returns status used by service execute loop. previously an error in GetOverlappedResult caused vdservice hang. rhbz#839564 --- vdservice/pci_vdi_port.cpp|3 ++- vdservice/pci_vdi_port.h |2 +-

[Spice-devel] [PATCH] usbclerk: add temporary driver install per session

2012-09-16 Thread Arnon Gilboa
-add message type USB_CLERK_DRIVER_SESSION_INSTALL, bump version to 3 -handle multiple pipe connections concurrently with thread for each one -keep pipe open, and on pipe close - cleanup the session-specific devices -add test for temporary driver install and multiple devices rhbz#845216 ---

Re: [Spice-devel] USB-redirection

2012-09-16 Thread Trebor Forban
Hello Hans, sorry for the late response, and sorry for the noise. The error was self-made (conflicting builds/installs of gtk-spice with and without polkit support). Regards, TF 2012/9/5 Hans de Goede hdego...@redhat.com: Hi, On 09/04/2012 09:42 PM, Trebor Forban wrote: Hello spice