Re: [PATCH v10 06/10] virtio-iommu: Add notify_flag_changed() 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 > > Add notify_flag_changed() to notice when memory listeners are added and > removed. > > Signed-off-by: Bharat Bhushan > Signed-off-by: Jean-Philippe Brucker > --- > v10: > * Use notifier flags instead of

[PATCH v10 06/10] virtio-iommu: Add notify_flag_changed() memory region callback

2020-10-08 Thread Jean-Philippe Brucker
From: Bharat Bhushan Add notify_flag_changed() to notice when memory listeners are added and removed. Signed-off-by: Bharat Bhushan Signed-off-by: Jean-Philippe Brucker --- v10: * Use notifier flags instead of notifiers_list * Homogenize tracepoints --- hw/virtio/virtio-iommu.c | 14