> On 23 Sep 2015, at 14:01 PM, Christophe Fergeau <cferg...@redhat.com> wrote:
> 
> Please explain why you want to do that in the commit log (I guess same
> explanation as in the commit adding this redirecting state, during
> device disconnection, unwanted hotplug events may happen, which we need
> to ignore?)

Adding explanations to corresponding commits...

> 
> On Sun, Aug 16, 2015 at 03:35:48PM +0300, Dmitry Fleytman wrote:
>> From: Kirill Moizik <kmoi...@redhat.com>
>> 
>> Signed-off-by: Kirill Moizik <kmoi...@redhat.com>
>> Signed-off-by: Dmitry Fleytman <dfley...@redhat.com>
>> ---
>> src/usb-device-manager.c | 4 ++++
>> 1 file changed, 4 insertions(+)
>> 
>> diff --git a/src/usb-device-manager.c b/src/usb-device-manager.c
>> index 317e3d0..99ff4d9 100644
>> --- a/src/usb-device-manager.c
>> +++ b/src/usb-device-manager.c
>> @@ -1705,6 +1705,8 @@ void _disconnect_device_async_cb(GObject *gobject,
>>     }
>> #endif
>> 
>> +    _set_redirecting(self, FALSE);
>> +
> 
> Doing that in the main thread with g_idle_add() would feel safer, or is
> this already guaranteed to run in the main thread?
> 
> Christophe

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to