On 05/21/2018 07:03 AM, Peter Maydell wrote: > Add more detail to the documentation for memory_region_init_iommu() > and other IOMMU-related functions and data structures. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > v2->v3 changes: > * minor wording tweaks per Eric's review > * moved the bit about requirements to notify out from the translate > method docs to the top level class doc comment > * added description of flags argument and in particular that it's > just an optimization and callers can pass IOMMU_NONE to get the > full permissions > v1 -> v2 changes: > * documented replay method > * added note about wanting RCU or big qemu lock while calling > translate > --- > include/exec/memory.h | 105 ++++++++++++++++++++++++++++++++++++++---- > 1 file changed, 95 insertions(+), 10 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~