On Sun, May 25, 2025 at 11:23:57PM +0200, Cédric Le Goater wrote: > Michael, > > On 5/20/25 15:46, Cédric Le Goater wrote: > > > > > > > @@ -1010,6 +1017,8 @@ static void > > > > > vfio_iommu_map_dirty_notify(IOMMUNotifier *n, IOMMUTLBEntry *iotlb) > > > > > ram_addr_t translated_addr; > > > > > Error *local_err = NULL; > > > > > int ret = -EINVAL; > > > > > + MemoryRegion *mr; > > > > > + ram_addr_t xlat; > > > > > > > > xlat should be : > > > > > > > > hwaddr xlat; > > > > > > Will you make that change when you pull, or do you want me to submit a V6 > > > with this and the RB's? > > > > I can handle it. > > > > An ack from Michael (vhost) is needed for the PR. > > Are you okay with us merging this patch via the vfio queue ? > > This would facilitate the progress of 2 larges series : live update > and vfio-user > > Thanks, > > C.
sure, thanks! Acked-by: Michael S. Tsirkin <m...@redhat.com>