migration: reduce include files
To make changes easier, with the copy, I maintained almost all include files. Now I remove the unnecessary ones on this patch. This compiles on linux x64 with all architectures configured, and cross-compiles for windows 32 and 64 bits. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
		
							parent
							
								
									76cc7b587f
								
							
						
					
					
						commit
						7205c9ec52
					
				
							
								
								
									
										23
									
								
								arch_init.c
								
								
								
								
							
							
						
						
									
										23
									
								
								arch_init.c
								
								
								
								
							| 
						 | 
				
			
			@ -22,38 +22,15 @@
 | 
			
		|||
 * THE SOFTWARE.
 | 
			
		||||
 */
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
#include <stdarg.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <zlib.h>
 | 
			
		||||
#ifndef _WIN32
 | 
			
		||||
#include <sys/types.h>
 | 
			
		||||
#include <sys/mman.h>
 | 
			
		||||
#endif
 | 
			
		||||
#include "config.h"
 | 
			
		||||
#include "monitor/monitor.h"
 | 
			
		||||
#include "sysemu/sysemu.h"
 | 
			
		||||
#include "qemu/bitops.h"
 | 
			
		||||
#include "qemu/bitmap.h"
 | 
			
		||||
#include "sysemu/arch_init.h"
 | 
			
		||||
#include "audio/audio.h"
 | 
			
		||||
#include "hw/i386/pc.h"
 | 
			
		||||
#include "hw/pci/pci.h"
 | 
			
		||||
#include "hw/audio/audio.h"
 | 
			
		||||
#include "sysemu/kvm.h"
 | 
			
		||||
#include "migration/migration.h"
 | 
			
		||||
#include "hw/i386/smbios.h"
 | 
			
		||||
#include "exec/address-spaces.h"
 | 
			
		||||
#include "hw/audio/pcspk.h"
 | 
			
		||||
#include "migration/page_cache.h"
 | 
			
		||||
#include "qemu/config-file.h"
 | 
			
		||||
#include "qemu/error-report.h"
 | 
			
		||||
#include "qmp-commands.h"
 | 
			
		||||
#include "trace.h"
 | 
			
		||||
#include "exec/cpu-all.h"
 | 
			
		||||
#include "exec/ram_addr.h"
 | 
			
		||||
#include "hw/acpi/acpi.h"
 | 
			
		||||
#include "qemu/host-utils.h"
 | 
			
		||||
#include "qemu/rcu_queue.h"
 | 
			
		||||
 | 
			
		||||
#ifdef TARGET_SPARC
 | 
			
		||||
int graphic_width = 1024;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -26,31 +26,17 @@
 | 
			
		|||
 * THE SOFTWARE.
 | 
			
		||||
 */
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
#include <stdarg.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <zlib.h>
 | 
			
		||||
#ifndef _WIN32
 | 
			
		||||
#include <sys/types.h>
 | 
			
		||||
#include <sys/mman.h>
 | 
			
		||||
#endif
 | 
			
		||||
#include "config.h"
 | 
			
		||||
#include "monitor/monitor.h"
 | 
			
		||||
#include "sysemu/sysemu.h"
 | 
			
		||||
#include "qemu/bitops.h"
 | 
			
		||||
#include "qemu/bitmap.h"
 | 
			
		||||
#include "hw/i386/pc.h"
 | 
			
		||||
#include "hw/pci/pci.h"
 | 
			
		||||
#include "hw/audio/audio.h"
 | 
			
		||||
#include "qemu/timer.h"
 | 
			
		||||
#include "qemu/main-loop.h"
 | 
			
		||||
#include "migration/migration.h"
 | 
			
		||||
#include "exec/address-spaces.h"
 | 
			
		||||
#include "migration/page_cache.h"
 | 
			
		||||
#include "qemu/config-file.h"
 | 
			
		||||
#include "qemu/error-report.h"
 | 
			
		||||
#include "qmp-commands.h"
 | 
			
		||||
#include "trace.h"
 | 
			
		||||
#include "exec/cpu-all.h"
 | 
			
		||||
#include "exec/ram_addr.h"
 | 
			
		||||
#include "qemu/host-utils.h"
 | 
			
		||||
#include "qemu/rcu_queue.h"
 | 
			
		||||
 | 
			
		||||
#ifdef DEBUG_MIGRATION_RAM
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue