Re: [Qemu-devel] [PATCH 01/21] memory: Introduce address_space_lookup_region

2013-05-31 Thread Richard Henderson
On 05/30/2013 02:16 PM, Paolo Bonzini wrote: > From: Jan Kiszka > > This introduces a wrapper for phys_page_find (before we complicate > address_space_translate with IOMMU translation). > > The function will also include subpage handling. > > Signed-off-by: Jan Kiszka > Signed-off-by: Paolo Bo

[Qemu-devel] [PATCH 01/21] memory: Introduce address_space_lookup_region

2013-05-30 Thread Paolo Bonzini
From: Jan Kiszka This introduces a wrapper for phys_page_find (before we complicate address_space_translate with IOMMU translation). The function will also include subpage handling. Signed-off-by: Jan Kiszka Signed-off-by: Paolo Bonzini --- exec.c | 8 +++- 1 file changed, 7 insertions(+