Re: [Spice-devel] [PATCH 6/6] usbclerk: add device filter support

2012-07-24 Thread Uri Lublin
Hi Arnon, Two comments below. On 07/23/2012 12:23 PM, Arnon Gilboa wrote: read from HKLM\Software\USBClerk\filter_rules same format as in client --- usbclerk.cpp| 69 +++ usbclerk.vcproj | 40 +++ 2

Re: [Spice-devel] [PATCH 6/6] usbclerk: add device filter support

2012-07-24 Thread Arnon Gilboa
Uri Lublin wrote: filter_rules should be initialized to NULL and filter_count to 0. In case they are not initialized by usbredirfilter_string_to_rules (e.g. if that registry entry does not exist). sure, already fixed, name was also with no _prefix... diff --git a/usbclerk.vcproj

[Spice-devel] [PATCH 6/6] usbclerk: add device filter support

2012-07-23 Thread Arnon Gilboa
read from HKLM\Software\USBClerk\filter_rules same format as in client --- usbclerk.cpp| 69 +++ usbclerk.vcproj | 40 +++ 2 files changed, 109 insertions(+), 0 deletions(-) diff --git a/usbclerk.cpp