Re: [PATCH v10 05/10] virtio-iommu: Add replay() memory region callback

2020-10-22 Thread Jean-Philippe Brucker
On Fri, Oct 16, 2020 at 11:12:35AM +0200, Auger Eric wrote: > > +static gboolean virtio_iommu_remap(gpointer key, gpointer value, gpointer > > data) > > +{ > > +VirtIOIOMMUMapping *mapping = (VirtIOIOMMUMapping *) value; > > +VirtIOIOMMUInterval *interval = (VirtIOIOMMUInterval *) key; >

Re: [PATCH v10 05/10] virtio-iommu: Add replay() memory region callback

2020-10-16 Thread Auger Eric
Hi Jean, On 10/8/20 7:15 PM, Jean-Philippe Brucker wrote: > From: Bharat Bhushan > > Implement the replay callback to setup all mappings for a new memory > region. > > Signed-off-by: Bharat Bhushan > Signed-off-by: Jean-Philippe Brucker > --- > v10: Homogenize tracepoint arguments > --- >