Re: [Qemu-devel] [RFC PATCH 3/8] memory: rename iommu_notifier_init()

2017-05-07 Thread Peter Xu
On Mon, May 01, 2017 at 02:53:35PM +1000, David Gibson wrote: > On Thu, Apr 27, 2017 at 05:34:15PM +0800, Peter Xu wrote: > > It's new name is iommu_mr_notifier_init(). Again, literal changes only. > > > > Signed-off-by: Peter Xu > > Again, I think this could be folded with the previous two patc

Re: [Qemu-devel] [RFC PATCH 3/8] memory: rename iommu_notifier_init()

2017-04-30 Thread David Gibson
On Thu, Apr 27, 2017 at 05:34:15PM +0800, Peter Xu wrote: > It's new name is iommu_mr_notifier_init(). Again, literal changes only. > > Signed-off-by: Peter Xu Again, I think this could be folded with the previous two patches. Signed-off-by: David Gibson I also note that these patches will co

[Qemu-devel] [RFC PATCH 3/8] memory: rename iommu_notifier_init()

2017-04-27 Thread Peter Xu
It's new name is iommu_mr_notifier_init(). Again, literal changes only. Signed-off-by: Peter Xu --- hw/vfio/common.c | 8 hw/virtio/vhost.c | 8 include/exec/memory.h | 7 --- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/hw/vfio/common.c b/hw/vf