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. The rest looks good.