Re: [Qemu-devel] [PATCH 2/2] Fix a confusing argument name in tlb_fill() function

2016-06-14 Thread Eduardo Habkost
On Fri, Jun 10, 2016 at 07:26:39PM +0300, Sergey Sorokin wrote: > The function tlb_fill() is called with access type argument which is named > 'is_write' in its declaration. The patch fixes the argument name > to avoid a confusion. > > Signed-off-by: Sergey Sorokin Reviewed-by: Eduardo Habkost

Re: [Qemu-devel] [PATCH 2/2] Fix a confusing argument name in tlb_fill() function

2016-06-12 Thread David Gibson
On Fri, Jun 10, 2016 at 07:26:39PM +0300, Sergey Sorokin wrote: > The function tlb_fill() is called with access type argument which is named > 'is_write' in its declaration. The patch fixes the argument name > to avoid a confusion. > > Signed-off-by: Sergey Sorokin > --- > include/exec/exec-all.

[Qemu-devel] [PATCH 2/2] Fix a confusing argument name in tlb_fill() function

2016-06-10 Thread Sergey Sorokin
The function tlb_fill() is called with access type argument which is named 'is_write' in its declaration. The patch fixes the argument name to avoid a confusion. Signed-off-by: Sergey Sorokin --- include/exec/exec-all.h | 2 +- target-alpha/mem_helper.c | 4 ++-- target-arm/op_helper