 6a8b1ae202
			
		
	
	
		6a8b1ae202
		
	
	
	
	
		
			
			This setup was designed by petalogix and is supported by upstream linux. The design targets a xilinx spartan-3a-1800 dsp board with MMU. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			163 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			163 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "hw/hw.h"
 | |
| #include "hw/boards.h"
 | |
| 
 | |
| void cpu_save(QEMUFile *f, void *opaque)
 | |
| {
 | |
| }
 | |
| 
 | |
| int cpu_load(QEMUFile *f, void *opaque, int version_id)
 | |
| {
 | |
|     return 0;
 | |
| }
 |