aboutsummaryrefslogtreecommitdiff
path: root/tools/hv/Build
AgeCommit message (Collapse)AuthorFilesLines
2024-04-11tools: hv: Add new fcopy application based on uio driverSaurabh Sengar1-1/+2
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 <[email protected]> Reviewed-by: Long Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
2019-08-20Tools: hv: move to tools buildsystemAndy Shevchenko1-0/+3
There is a nice buildsystem dedicated for userspace tools in Linux kernel tree. Switch Hyper-V daemons to be built by it. Cc: Vitaly Kuznetsov <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]> Tested-by: Vitaly Kuznetsov <[email protected]> Signed-off-by: Sasha Levin <[email protected]>