Re: [Qemu-devel] [PATCH 01/30] exec: remove obsolete comment

2013-05-21 Thread Peter Maydell
On 21 May 2013 11:57, Paolo Bonzini wrote: > See how we call memory_region_section_addr two lines below to > convert a physical address to a base address in the region. > > Signed-off-by: Paolo Bonzini Reviewed-by: Peter Maydell (I'm sure I've reviewed this patch already in a previous version)

[Qemu-devel] [PATCH 01/30] exec: remove obsolete comment

2013-05-21 Thread Paolo Bonzini
See how we call memory_region_section_addr two lines below to convert a physical address to a base address in the region. Signed-off-by: Paolo Bonzini --- exec.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/exec.c b/exec.c index aec65c5..197625c 100644 --- a/exec.c +++ b/exec.c @@ -6