Re: [PATCH V3 1/1] Drivers: hv: Implement the file copy service

2014-01-21 Thread Olaf Hering
On Tue, Jan 21, K. Y. Srinivasan wrote: Looks better. A few comments below: > +++ b/drivers/hv/hv_fcopy.c > +static bool daemon_died; This is a write only variable. > +static u32 daemon_version; This is a write only variable. > +static int fcopy_handle_handshake(u32 version) > +{ > + pr

RE: [PATCH V3 1/1] Drivers: hv: Implement the file copy service

2014-01-21 Thread KY Srinivasan
o...@aepfle.de; a...@canonical.com; > jasow...@redhat.com > Subject: Re: [PATCH V3 1/1] Drivers: hv: Implement the file copy service > > Hello, > > On 01/21/2014 08:06 PM, K. Y. Srinivasan wrote: > > Implement the file copy service for Linux guests on Hyper-V. This permits > &g

Re: [PATCH V3 1/1] Drivers: hv: Implement the file copy service

2014-01-21 Thread Levente Kurusa
Hello, On 01/21/2014 08:06 PM, K. Y. Srinivasan wrote: > Implement the file copy service for Linux guests on Hyper-V. This permits the > host to copy a file (over VMBUS) into the guest. This facility is part of > "guest integration services" supported on the Windows platform. > Here is a link that