 62d9551247
			
		
	
	
		62d9551247
		
	
	
	
	
		
			
			This patch introduces the amd-xgbe VFIO platform device. It allows the guest to do passthrough on a device exposing an "amd,xgbe-seattle-v1a" compat string. Signed-off-by: Eric Auger <eric.auger@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			219 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			219 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| ifeq ($(CONFIG_LINUX), y)
 | |
| obj-$(CONFIG_SOFTMMU) += common.o
 | |
| obj-$(CONFIG_PCI) += pci.o pci-quirks.o
 | |
| obj-$(CONFIG_SOFTMMU) += platform.o
 | |
| obj-$(CONFIG_SOFTMMU) += calxeda-xgmac.o
 | |
| obj-$(CONFIG_SOFTMMU) += amd-xgbe.o
 | |
| endif
 |