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

2012-10-09 Thread Uri Lublin
Hi Arnon, Thanks for this patch. 1. I think we need to remove the device from the list upon USB_CLERK_DRIVER_REMOVE For example to prevent the following scenario: client1 install+uninstall, client2 install, client1 disconnect. 2. Do we want to limit the number of concurrent connected

[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 ---