From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhUtk-0004tB-QP for qemu-devel@nongnu.org; Wed, 07 Sep 2016 00:55:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhUte-0004Hr-TD for qemu-devel@nongnu.org; Wed, 07 Sep 2016 00:55:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhUte-0004Hn-KL for qemu-devel@nongnu.org; Wed, 07 Sep 2016 00:55:38 -0400 Date: Wed, 7 Sep 2016 12:55:33 +0800 From: Peter Xu Message-ID: <20160907045533.GH21051@pxdev.xzpeter.org> References: <1473168267-25673-1-git-send-email-peterx@redhat.com> <1473168267-25673-2-git-send-email-peterx@redhat.com> <5ed150c0-4afa-4e88-9be9-2faeca317e47@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <5ed150c0-4afa-4e88-9be9-2faeca317e47@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 1/3] memory: introduce IOMMUNotifier and its caps List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, mst@redhat.com, jasowang@redhat.com, vkaplans@redhat.com, alex.williamson@redhat.com, wexu@redhat.com, cornelia.huck@de.ibm.com, dgibson@redhat.com On Tue, Sep 06, 2016 at 04:29:52PM +0200, Paolo Bonzini wrote: > Since you're walking the notifier list manually anyway, I think it's > simpler to get rid of Notifier completely. Otherwise, this looks pretty > good! Yes that should be cleaner. Will fix. Thanks! -- peterx