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 ++
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-
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