mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	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>
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			Text
		
	
	
	
	
	
hv_kvp_daemon-y += hv_kvp_daemon.o
 | 
						|
hv_vss_daemon-y += hv_vss_daemon.o
 | 
						|
hv_fcopy_uio_daemon-y += hv_fcopy_uio_daemon.o
 | 
						|
hv_fcopy_uio_daemon-y += vmbus_bufring.o
 |