block: Fix multiwrite with overlapping requests
With overlapping requests, the total number of sectors is smaller than the sum of the nb_sectors of both requests. Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
		
							parent
							
								
									175e11526e
								
							
						
					
					
						commit
						cbf1dff2f1
					
				
							
								
								
									
										2
									
								
								block.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								block.c
									
									
									
									
									
								
							| @ -2019,7 +2019,7 @@ static int multiwrite_merge(BlockDriverState *bs, BlockRequest *reqs, | ||||
|             // Add the second request
 | ||||
|             qemu_iovec_concat(qiov, reqs[i].qiov, reqs[i].qiov->size); | ||||
| 
 | ||||
|             reqs[outidx].nb_sectors += reqs[i].nb_sectors; | ||||
|             reqs[outidx].nb_sectors = qiov->size >> 9; | ||||
|             reqs[outidx].qiov = qiov; | ||||
| 
 | ||||
|             mcb->callbacks[i].free_qiov = reqs[outidx].qiov; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Kevin Wolf
						Kevin Wolf