RE: [PATCH v14 06/10] usbip: exporting devices: modifications to attach and detach

2017-02-06 Thread fx IWATA NOBUO
Hello, > > Refactoring to attach and detach operation to reuse common portion to > > application(vhci)-side daemon. > > > > The new application(vhci)-side daemon executes same procedures as > > attach and detach. Most of common code to access vhci has been > > implemented in VHCI userspace

Re: [PATCH v14 06/10] usbip: exporting devices: modifications to attach and detach

2017-01-13 Thread Krzysztof Opasiak
On 12/26/2016 08:08 AM, Nobuo Iwata wrote: > Refactoring to attach and detach operation to reuse common portion to > application(vhci)-side daemon. > > The new application(vhci)-side daemon executes same procedures as > attach and detach. Most of common code to access vhci has been >

[PATCH v14 06/10] usbip: exporting devices: modifications to attach and detach

2016-12-25 Thread Nobuo Iwata
Refactoring to attach and detach operation to reuse common portion to application(vhci)-side daemon. The new application(vhci)-side daemon executes same procedures as attach and detach. Most of common code to access vhci has been implemented in VHCI userspace wrapper(libsrc/vhci_driver.c) but