Re: [PATCH v6 7/9] memory: Add Error** argument to memory_get_xlat_addr()

2024-05-16 Thread Avihai Horon
On 14/05/2024 18:31, Cédric Le Goater wrote: External email: Use caution opening links or attachments Let the callers do the reporting. This will be useful in vfio_iommu_map_dirty_notify(). Cc: Michael S. Tsirkin Cc: Paolo Bonzini Cc: David Hildenbrand Reviewed-by: Peter Xu Signed-off-by

Re: [PATCH v6 7/9] memory: Add Error** argument to memory_get_xlat_addr()

2024-05-15 Thread Eric Auger
On 5/14/24 17:31, Cédric Le Goater wrote: > Let the callers do the reporting. This will be useful in > vfio_iommu_map_dirty_notify(). > > Cc: Michael S. Tsirkin > Cc: Paolo Bonzini > Cc: David Hildenbrand > Reviewed-by: Peter Xu > Signed-off-by: Cédric Le Goater > --- > > Changes in v6:

[PATCH v6 7/9] memory: Add Error** argument to memory_get_xlat_addr()

2024-05-14 Thread Cédric Le Goater
Let the callers do the reporting. This will be useful in vfio_iommu_map_dirty_notify(). Cc: Michael S. Tsirkin Cc: Paolo Bonzini Cc: David Hildenbrand Reviewed-by: Peter Xu Signed-off-by: Cédric Le Goater --- Changes in v6: - Fixed memory_get_xlat_addr documentation (Avihai) include/ex