commit | a014ed07bd5a93950fe12c88ed5faf188a22ee01 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri May 24 17:48:52 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed May 29 16:27:19 2013 +0200 |
tree | ae363638e88c6f77b4e301610ac7d3207ab9dc0e | |
parent | 51644ab70ba125cb9545702d64890743d75b444b [diff] |
memory: accept mismatching sizes in memory_region_access_valid The memory API is able to use smaller/wider accesses than requested, match that in memory_region_access_valid. Of course, the accepts callback is still free to reject those accesses. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>