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

2014-02-12 Thread Olaf Hering
On Sat, Feb 08, K. Y. Srinivasan wrote: + fcopy_fd = open(/dev/vmbus/hv_fcopy, O_RDWR); + + if (fcopy_fd 0) { + syslog(LOG_ERR, open /dev/hv_fcopy failed; error: %d %s, The error message mentions the old path. Olaf ___ devel

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

2014-02-08 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: