On 14 June 2016 at 13:26, Sergey Sorokin <afaral...@yandex.ru> wrote: > There are functions tlb_fill(), cpu_unaligned_access() and > do_unaligned_access() that are called with access type and mmu index > arguments. But these arguments are named 'is_write' and 'is_user' in their > declarations. The patches fix the arguments to avoid a confusion. > > Signed-off-by: Sergey Sorokin <afaral...@yandex.ru> > --- > In the second version of the patch a type of access_type argument > was changed from int to MMUAccessType. To allow it the declaration of > MMUAccessType was moved from exec/cpu-common.h into qom/cpu.h > The series of two patches was merged into one. >
Applied to master, thanks. -- PMM