 1559e0d4b5
			
		
	
	
		1559e0d4b5
		
	
	
	
	
		
			
			The situation with device-hotplug.c is similar to qdev-monitor.c. Add a stub for pci_drive_hot_add, so that it can be compiled once, and move it out of hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
		
			
				
	
	
		
			26 lines
		
	
	
		
			729 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			729 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| stub-obj-y += arch-query-cpu-def.o
 | |
| stub-obj-y += clock-warp.o
 | |
| stub-obj-y += cpu-get-clock.o
 | |
| stub-obj-y += cpu-get-icount.o
 | |
| stub-obj-y += fdset-add-fd.o
 | |
| stub-obj-y += fdset-find-fd.o
 | |
| stub-obj-y += fdset-get-fd.o
 | |
| stub-obj-y += fdset-remove-fd.o
 | |
| stub-obj-y += get-fd.o
 | |
| stub-obj-y += get-vm-name.o
 | |
| stub-obj-y += iothread-lock.o
 | |
| stub-obj-y += migr-blocker.o
 | |
| stub-obj-y += mon-is-qmp.o
 | |
| stub-obj-y += mon-printf.o
 | |
| stub-obj-y += mon-print-filename.o
 | |
| stub-obj-y += mon-protocol-event.o
 | |
| stub-obj-y += mon-set-error.o
 | |
| stub-obj-y += pci-drive-hot-add.o
 | |
| stub-obj-y += reset.o
 | |
| stub-obj-y += set-fd-handler.o
 | |
| stub-obj-y += slirp.o
 | |
| stub-obj-y += sysbus.o
 | |
| stub-obj-y += vm-stop.o
 | |
| stub-obj-y += vmstate.o
 | |
| stub-obj-$(CONFIG_WIN32) += fd-register.o
 |