mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 1dcac3e152
			
		
	
	
		1dcac3e152
		
	
	
	
	
		
			
			We use the IOMMU_TYPE1 of VFIO to realize the subchannels passthrough, implement a vfio based subchannels passthrough driver called "vfio-ccw". Support qemu parameters in the style of: "-device vfio-ccw,sysfsdev=$mdev_file_path,devno=xx.x.xxxx' Reviewed-by: Eric Auger <eric.auger@redhat.com> Acked-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Xiao Feng Ren <renxiaof@linux.vnet.ibm.com> Signed-off-by: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com> Message-Id: <20170517004813.58227-8-bjsdjshi@linux.vnet.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			293 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			293 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| ifeq ($(CONFIG_LINUX), y)
 | |
| obj-$(CONFIG_SOFTMMU) += common.o
 | |
| obj-$(CONFIG_PCI) += pci.o pci-quirks.o
 | |
| obj-$(CONFIG_VFIO_CCW) += ccw.o
 | |
| obj-$(CONFIG_SOFTMMU) += platform.o
 | |
| obj-$(CONFIG_VFIO_XGMAC) += calxeda-xgmac.o
 | |
| obj-$(CONFIG_VFIO_AMD_XGBE) += amd-xgbe.o
 | |
| obj-$(CONFIG_SOFTMMU) += spapr.o
 | |
| endif
 |