]> git.proxmox.com Git - mirror_qemu.git/commit - include/exec/memory.h
exec: return MemoryRegion from address_space_translate
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 29 May 2013 10:42:00 +0000 (12:42 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 20 Jun 2013 14:32:46 +0000 (16:32 +0200)
commit5c8a00ce186b9a58d99b0afff90f87d5760bb44b
tree1d2e044be5e5adca8e813a7a9ce09003e1fb1b0b
parentacc9d80b26e8cb4667b5b336963d91233b6a98c4
exec: return MemoryRegion from address_space_translate

Only address_space_translate_for_iotlb needs to return the section.
Every caller of address_space_translate now uses only section->mr,
return it directly.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
exec.c
include/exec/memory.h
translate-all.c