]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
exec.c: Convert subpage memory ops to _with_attrs
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 26 Apr 2015 15:49:24 +0000 (16:49 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 26 Apr 2015 15:49:24 +0000 (16:49 +0100)
commitf25a49e0057bbfcc2b1111f60785d919b6ddaeea
treee23f0dc709c76d5a40f9ca9a24561b5c72acaee8
parentfadc1cbe85c6b032d5842ec0d19d209f50fcb375
exec.c: Convert subpage memory ops to _with_attrs

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 <peter.maydell@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
exec.c