Re: [Qemu-devel] [PATCH v2 05/14] exec.c: Convert subpage memory ops to _with_attrs

2015-04-17 Thread Alex Bennée
Peter Maydell writes: > On 17 April 2015 at 17:15, Alex Bennée wrote: >> >> Peter Maydell writes: >> >>> Convert the subpage memory ops to _with_attrs; this will allow >>> us to pass the attributes through to the underlying access >>> functions. (Nothing uses the attributes yet.) >>> >>> Signe

Re: [Qemu-devel] [PATCH v2 05/14] exec.c: Convert subpage memory ops to _with_attrs

2015-04-17 Thread Peter Maydell
On 17 April 2015 at 17:15, Alex Bennée wrote: > > Peter Maydell writes: > >> Convert the subpage memory ops to _with_attrs; this will allow >> us to pass the attributes through to the underlying access >> functions. (Nothing uses the attributes yet.) >> >> Signed-off-by: Peter Maydell >> Reviewe

Re: [Qemu-devel] [PATCH v2 05/14] exec.c: Convert subpage memory ops to _with_attrs

2015-04-17 Thread Alex Bennée
Peter Maydell writes: > Convert the subpage memory ops to _with_attrs; this will allow > us to pass the attributes through to the underlying access > functions. (Nothing uses the attributes yet.) > > Signed-off-by: Peter Maydell > Reviewed-by: Paolo Bonzini > Reviewed-by: Edgar E. Iglesias >

[Qemu-devel] [PATCH v2 05/14] exec.c: Convert subpage memory ops to _with_attrs

2015-04-13 Thread Peter Maydell
Convert the subpage memory ops to _with_attrs; this will allow us to pass the attributes through to the underlying access functions. (Nothing uses the attributes yet.) Signed-off-by: Peter Maydell Reviewed-by: Paolo Bonzini Reviewed-by: Edgar E. Iglesias --- exec.c | 33 +--