migration: fix a typo
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Fabiano Rosas <farosas@suse.de> Reviewed-by: Fiona Ebner <f.ebner@proxmox.com> Tested-by: Fiona Ebner <f.ebner@proxmox.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
This commit is contained in:
		
							parent
							
								
									3f879f2f31
								
							
						
					
					
						commit
						f0937ec669
					
				@ -479,7 +479,7 @@ static int vmstate_subsection_load(QEMUFile *f, const VMStateDescription *vmsd,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        len = qemu_peek_byte(f, 1);
 | 
					        len = qemu_peek_byte(f, 1);
 | 
				
			||||||
        if (len < strlen(vmsd->name) + 1) {
 | 
					        if (len < strlen(vmsd->name) + 1) {
 | 
				
			||||||
            /* subsection name has be be "section_name/a" */
 | 
					            /* subsection name has to be "section_name/a" */
 | 
				
			||||||
            trace_vmstate_subsection_load_bad(vmsd->name, "(short)", "");
 | 
					            trace_vmstate_subsection_load_bad(vmsd->name, "(short)", "");
 | 
				
			||||||
            return 0;
 | 
					            return 0;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user