On Wed, 21 Jan 2015 13:30:02 +0000
Stefan Hajnoczi <stefa...@gmail.com> wrote:

> On Tue, Jan 20, 2015 at 4:27 PM, Cornelia Huck <cornelia.h...@de.ibm.com> 
> wrote:
> > @@ -154,7 +157,7 @@ bool vring_should_notify(VirtIODevice *vdev, Vring 
> > *vring)
> >  }
> >
> >
> > -static int get_desc(Vring *vring, VirtQueueElement *elem,
> > +static int get_desc(VirtIODevice *vdev, Vring *vring, VirtQueueElement 
> > *elem,
> >                      struct vring_desc *desc)
> 
> vdev is an unused argument?  I think this hunk can be dropped.

You're right, the vdev argument is a leftover from my old patch.

> The rest looks good.

Thanks! Will resend soon.


Reply via email to