migration/ram: fix typo
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> Message-Id: <1469776231-23820-1-git-send-email-caoj.fnst@cn.fujitsu.com> Signed-off-by: Amit Shah <amit.shah@redhat.com>
This commit is contained in:
		
							parent
							
								
									d08306dc42
								
							
						
					
					
						commit
						e110aa919a
					
				@ -375,8 +375,8 @@ void migrate_compress_threads_create(void)
 | 
				
			|||||||
    qemu_cond_init(&comp_done_cond);
 | 
					    qemu_cond_init(&comp_done_cond);
 | 
				
			||||||
    qemu_mutex_init(&comp_done_lock);
 | 
					    qemu_mutex_init(&comp_done_lock);
 | 
				
			||||||
    for (i = 0; i < thread_count; i++) {
 | 
					    for (i = 0; i < thread_count; i++) {
 | 
				
			||||||
        /* com_param[i].file is just used as a dummy buffer to save data, set
 | 
					        /* comp_param[i].file is just used as a dummy buffer to save data,
 | 
				
			||||||
         * it's ops to empty.
 | 
					         * set its ops to empty.
 | 
				
			||||||
         */
 | 
					         */
 | 
				
			||||||
        comp_param[i].file = qemu_fopen_ops(NULL, &empty_ops);
 | 
					        comp_param[i].file = qemu_fopen_ops(NULL, &empty_ops);
 | 
				
			||||||
        comp_param[i].done = true;
 | 
					        comp_param[i].done = true;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user