Il 23/04/2013 20:00, Peter Maydell ha scritto: > For ARM we defer the mechanics of "tell the kernel where this memory > region is" from the device implementation (hw/intc/arm_gic_kvm.c) to > generic code in target-arm/kvm.c, which I personally think is a > neat way to solve this problem.
Yes, it is. > NB: I don't think we should call it memory_region_get_address() > though -- that implies a non-existent parallel to the current > memory_region_set_address(). Hmm, good point. address_space_get_region_addr()? Paolo