Re: [PATCH 1/6] virtio: wrap find_vqs

From: Michael S. Tsirkin
Date: Thu Mar 30 2017 - 10:32:37 EST


On Thu, Mar 30, 2017 at 02:00:08PM +0800, Jason Wang wrote:
>
>
> On 2017å03æ30æ 04:48, Michael S. Tsirkin wrote:
> > We are going to add more parameters to find_vqs, let's wrap the call so
> > we don't need to tweak all drivers every time.
> >
> > Signed-off-by: Michael S. Tsirkin<mst@xxxxxxxxxx>
> > ---
>
> A quick glance and it looks ok, but what the benefit of this series, is it
> required by other changes?
>
> Thanks

Yes - to avoid touching all devices when doing the rest of
the patchset.