@@ -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. Thanks, C.