block-raw/kqemu fix.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3580 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
		
							parent
							
								
									3f379ab187
								
							
						
					
					
						commit
						ae5fc4507e
					
				| 
						 | 
				
			
			@ -25,6 +25,7 @@
 | 
			
		|||
#include "qemu-common.h"
 | 
			
		||||
#else
 | 
			
		||||
#include "vl.h"
 | 
			
		||||
#include "exec-all.h"
 | 
			
		||||
#endif
 | 
			
		||||
#include "block_int.h"
 | 
			
		||||
#include <assert.h>
 | 
			
		||||
| 
						 | 
				
			
			@ -61,7 +62,6 @@
 | 
			
		|||
 | 
			
		||||
//#define DEBUG_BLOCK
 | 
			
		||||
#if defined(DEBUG_BLOCK) && !defined(QEMU_IMG)
 | 
			
		||||
#include "exec-all.h"
 | 
			
		||||
#define DEBUG_BLOCK_PRINT(formatCstr, args...) do { if (loglevel != 0)	\
 | 
			
		||||
    { fprintf(logfile, formatCstr, ##args); fflush(logfile); } } while (0)
 | 
			
		||||
#else
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue