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

2015-04-09 Thread Edgar E. Iglesias
On Tue, Apr 07, 2015 at 09:09:51PM +0100, Peter Maydell wrote: > Convert the subpage memory ops to _with_attrs; this will allow > us to pass the attributes through to the underlying access > functions. > > Signed-off-by: Peter Maydell Reviewed-by: Edgar E. Iglesias > --- > exec.c | 33 ++

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

2015-04-08 Thread Paolo Bonzini
On 07/04/2015 22:09, Peter Maydell wrote: > Convert the subpage memory ops to _with_attrs; this will allow > us to pass the attributes through to the underlying access > functions. Perhaps mention in the commit message that the attributes are not used yet. Reviewed-by: Paolo Bonzini > Signed-

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

2015-04-07 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. Signed-off-by: Peter Maydell --- exec.c | 33 + 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/exec.c b/exec.c ind