mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 795c40b8bd
			
		
	
	
		795c40b8bd
		
	
	
	
	
		
			
			This allows us to remove lots of includes of migration/migration.h Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			197 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			197 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "qemu/osdep.h"
 | |
| #include "qemu-common.h"
 | |
| #include "migration/blocker.h"
 | |
| 
 | |
| int migrate_add_blocker(Error *reason, Error **errp)
 | |
| {
 | |
|     return 0;
 | |
| }
 | |
| 
 | |
| void migrate_del_blocker(Error *reason)
 | |
| {
 | |
| }
 |