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

2014-02-15 Thread KY Srinivasan
> Subject: Re: [PATCH V6 1/1] Drivers: hv: Implement the file copy service > > On Wed, Feb 12, 2014 at 10:14:03AM -0800, 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) int

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

2014-02-15 Thread Greg KH
On Wed, Feb 12, 2014 at 10:14:03AM -0800, 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

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

2014-02-12 Thread K. Y. Srinivasan
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 provides additional details on this functionality: http://tech