On Thu, 2 Aug 2018 18:37:27 +0200 Maxime Coquelin <maxime.coque...@redhat.com> wrote:
> > +void > +vhost_user_iotlb_flush_all(struct vhost_virtqueue *vq) > +{ > + vhost_user_iotlb_cache_remove_all(vq); > + vhost_user_iotlb_pending_remove_all(vq); > +} > + Wrong indentation, you don't want two tabs here, only one.