mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 a0f80010b3
			
		
	
	
		a0f80010b3
		
	
	
	
	
		
			
			No need to include them in libqemustub.a, since only system emulators need them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			106 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			106 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "qemu/osdep.h"
 | |
| #include "hw/virtio/vhost.h"
 | |
| 
 | |
| bool vhost_has_free_slot(void)
 | |
| {
 | |
|     return true;
 | |
| }
 |