On 04/04/2016 10:38, Michael S. Tsirkin wrote: > > > I agree but I think we need a better name for this function. > > > qemu_ram_offset_to_ptr? > > > > What about qemu_map_ram_ptr? > > > > Paolo > > OK but this seems to imply there's also an unmap operation?
Actually there is one, even though it's almost always a nop---it's xen_invalidate_map_cache_entry. Paolo