Re: [PATCH 02/13] memory: Introduce memory_region_iommu_set_iova_ranges

2023-09-14 Thread David Hildenbrand
On 04.09.23 10:03, Eric Auger wrote: This helper will allow to convey information about valid IOVA ranges to virtual IOMMUS. Signed-off-by: Eric Auger --- include/exec/memory.h | 26 ++ softmmu/memory.c | 15 +++ 2 files changed, 41 insertions(+) di

Re: [PATCH 02/13] memory: Introduce memory_region_iommu_set_iova_ranges

2023-09-11 Thread Peter Xu
On Mon, Sep 04, 2023 at 10:03:45AM +0200, Eric Auger wrote: > This helper will allow to convey information about valid > IOVA ranges to virtual IOMMUS. > > Signed-off-by: Eric Auger Reviewed-by: Peter Xu -- Peter Xu

[PATCH 02/13] memory: Introduce memory_region_iommu_set_iova_ranges

2023-09-04 Thread Eric Auger
This helper will allow to convey information about valid IOVA ranges to virtual IOMMUS. Signed-off-by: Eric Auger --- include/exec/memory.h | 26 ++ softmmu/memory.c | 15 +++ 2 files changed, 41 insertions(+) diff --git a/include/exec/memory.h b/include