qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Peter Xu <peterx@redhat.com>,
	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
Subject: Re: [Qemu-devel] [PATCH v5 0/3] Introduce IOMMUNotifier struct
Date: Tue, 20 Sep 2016 16:14:59 +1000	[thread overview]
Message-ID: <20160920061459.GY20488@umbus> (raw)
In-Reply-To: <29444a1f-4e4d-e2fc-0142-8674c0160286@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 2590 bytes --]

On Mon, Sep 19, 2016 at 02:47:40PM +0200, Paolo Bonzini wrote:
> 
> 
> On 14/09/2016 10:25, Peter Xu wrote:
> > (Note: we still have pending discussions on how IOMMU notifier
> >  interface should be, assuming that is not a blocker for posting v5 of
> >  this one)
> > 
> > V5:
> > - squash spapr_tce_notify_{started|stopped} into
> >   spapr_tce_notify_flag_changed [David]
> > - in spapr_tce_notify_flag_changed: check flags against "!=
> >   IOMMU_NOTIFIER_NONE", but not "== IOMMU_NOTIFIER_ALL" [David]
> > - add r-b for David on patch 3
> 
> Looks good, thanks.
> 
> If David doesn't reply further I'll merge this.

Sorry, I've been caught up downstream, and didn't have a look at this.

I still have some comments.

> 
> Paolo
> 
> > V4:
> > - change "notifier_caps" into "notifier_flags" [David]
> > - rename IOMMU_NOTIFIER_{CHANGE|INVALIDATION} with MAP/UNMAP [David]
> > - introduce IOMMUOps.notify_flag_changed, to replace notify_started
> >   and notify_stopped [David, Paolo]
> > 
> > V3:
> > - use QLIST instead of embedding Notifier into IOMMUNotifier [Paolo]
> > - fix a build error for ppc64-softmmu
> > 
> > The idea originates from one of Alex's reply:
> > 
> >   https://lists.gnu.org/archive/html/qemu-devel/2016-09/msg00254.html
> > 
> > But after further discussions, it seems that only adding a simple type
> > for notifier is not enough. This series introduced IOMMUNotifier
> > struct to replace the old Notifier interface. Along with it, we can
> > provide registration for one (or multiple) of the IOMMU notifications:
> > 
> > - cache invalidations
> > - entry changes
> > 
> > This is a support material for Jason's vhost dmar patchset.
> > 
> > Please read commit messages for detailed information. Thanks,
> > 
> > Peter Xu (3):
> >   memory: introduce IOMMUNotifier and its caps
> >   memory: introduce IOMMUOps.notify_flag_changed
> >   intel_iommu: allow UNMAP notifiers
> > 
> >  hw/i386/intel_iommu.c         | 18 ++++++++-----
> >  hw/ppc/spapr_iommu.c          | 18 +++++++------
> >  hw/vfio/common.c              |  3 ++-
> >  include/exec/memory.h         | 47 +++++++++++++++++++++++++--------
> >  include/hw/vfio/vfio-common.h |  2 +-
> >  memory.c                      | 60 +++++++++++++++++++++++++++++++++----------
> >  6 files changed, 107 insertions(+), 41 deletions(-)
> > 
> 

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

      reply	other threads:[~2016-09-20  6:15 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-14  8:25 [Qemu-devel] [PATCH v5 0/3] Introduce IOMMUNotifier struct Peter Xu
2016-09-14  8:25 ` [Qemu-devel] [PATCH v5 1/3] memory: introduce IOMMUNotifier and its caps Peter Xu
2016-09-20  6:12   ` David Gibson
2016-09-20  7:16     ` Peter Xu
2016-09-21  3:48       ` David Gibson
2016-09-14  8:25 ` [Qemu-devel] [PATCH v5 2/3] memory: introduce IOMMUOps.notify_flag_changed Peter Xu
2016-09-20  6:13   ` David Gibson
2016-09-14  8:25 ` [Qemu-devel] [PATCH v5 3/3] intel_iommu: allow UNMAP notifiers Peter Xu
2016-09-20  6:14   ` David Gibson
2016-09-20  7:28     ` Peter Xu
2016-09-21  3:49       ` David Gibson
2016-09-21  4:57         ` Peter Xu
2016-09-19 12:47 ` [Qemu-devel] [PATCH v5 0/3] Introduce IOMMUNotifier struct Paolo Bonzini
2016-09-20  6:14   ` David Gibson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160920061459.GY20488@umbus \
    --to=david@gibson.dropbear.id.au \
    --cc=alex.williamson@redhat.com \
    --cc=cornelia.huck@de.ibm.com \
    --cc=dgibson@redhat.com \
    --cc=jasowang@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peterx@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=vkaplans@redhat.com \
    --cc=wexu@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).