migration: Remove qemu-file.h from vmstate.h
Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> -- minor rearangements due to the rebase
This commit is contained in:
		
							parent
							
								
									576d1abc20
								
							
						
					
					
						commit
						82b9d0f06a
					
				| 
						 | 
				
			
			@ -11,6 +11,7 @@
 | 
			
		|||
#include "exec/memory.h"
 | 
			
		||||
#include "hw/irq.h"
 | 
			
		||||
#include "migration/vmstate.h"
 | 
			
		||||
#include "migration/qemu-file.h"
 | 
			
		||||
#include "qemu/module.h"
 | 
			
		||||
#include "sysemu/reset.h"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -27,9 +27,6 @@
 | 
			
		|||
#ifndef QEMU_VMSTATE_H
 | 
			
		||||
#define QEMU_VMSTATE_H
 | 
			
		||||
 | 
			
		||||
#ifndef CONFIG_USER_ONLY
 | 
			
		||||
#include "migration/qemu-file.h"
 | 
			
		||||
#endif
 | 
			
		||||
#include "migration/qjson.h"
 | 
			
		||||
 | 
			
		||||
typedef void SaveStateHandler(QEMUFile *f, void *opaque);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -26,6 +26,7 @@
 | 
			
		|||
#include "migration/block.h"
 | 
			
		||||
#include "migration/migration.h"
 | 
			
		||||
#include "sysemu/blockdev.h"
 | 
			
		||||
#include "migration/qemu-file.h"
 | 
			
		||||
#include "sysemu/block-backend.h"
 | 
			
		||||
 | 
			
		||||
#define BLOCK_SIZE                       (1 << 20)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,6 +15,7 @@
 | 
			
		|||
#include "sysemu/sysemu.h"
 | 
			
		||||
#include "qemu-file-channel.h"
 | 
			
		||||
#include "migration/migration.h"
 | 
			
		||||
#include "migration/qemu-file.h"
 | 
			
		||||
#include "migration/colo.h"
 | 
			
		||||
#include "migration/block.h"
 | 
			
		||||
#include "io/channel-buffer.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -20,6 +20,7 @@
 | 
			
		|||
 | 
			
		||||
#include "qemu-common.h"
 | 
			
		||||
#include "migration/migration.h"
 | 
			
		||||
#include "migration/qemu-file.h"
 | 
			
		||||
#include "postcopy-ram.h"
 | 
			
		||||
#include "sysemu/sysemu.h"
 | 
			
		||||
#include "sysemu/balloon.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -37,6 +37,7 @@
 | 
			
		|||
#include "qemu/main-loop.h"
 | 
			
		||||
#include "xbzrle.h"
 | 
			
		||||
#include "migration/migration.h"
 | 
			
		||||
#include "migration/qemu-file.h"
 | 
			
		||||
#include "postcopy-ram.h"
 | 
			
		||||
#include "exec/address-spaces.h"
 | 
			
		||||
#include "migration/page_cache.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -27,6 +27,7 @@
 | 
			
		|||
#include "qemu-common.h"
 | 
			
		||||
#include "migration/migration.h"
 | 
			
		||||
#include "migration/vmstate.h"
 | 
			
		||||
#include "migration/qemu-file.h"
 | 
			
		||||
#include "../migration/qemu-file-channel.h"
 | 
			
		||||
#include "qemu/coroutine.h"
 | 
			
		||||
#include "io/channel-file.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue