tools: hv: Add new fcopy application based on uio driver
authorSaurabh Sengar <ssengar@linux.microsoft.com>
Sat, 30 Mar 2024 08:52:01 +0000 (01:52 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Apr 2024 12:55:53 +0000 (14:55 +0200)
commit82b0945ce2c2d636d5e893ad50210875c929f257
treef52cfbb7e32381250143aecf6c3d795c256b757b
parent45bab4d746510ac2bdd9102bf152db617ef96a6b
tools: hv: Add new fcopy application based on uio driver

New fcopy application using uio_hv_generic driver. This application
copies file from Hyper-V host to guest VM.

A big part of this code is copied from tools/hv/hv_fcopy_daemon.c
which this new application is replacing.

Signed-off-by: Saurabh Sengar <ssengar@linux.microsoft.com>
Reviewed-by: Long Li <longli@microsoft.com>
Link: https://lore.kernel.org/r/1711788723-8593-6-git-send-email-ssengar@linux.microsoft.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/hv/Build
tools/hv/Makefile
tools/hv/hv_fcopy_uio_daemon.c [new file with mode: 0644]