On 05/30/2013 02:16 PM, Paolo Bonzini wrote: > 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 <pbonz...@redhat.com> > --- > exec.c | 150 > +++++++++++++++++++++++++------------------------- > include/exec/memory.h | 8 +-- > 2 files changed, 79 insertions(+), 79 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~